From aidotnet-moyucode
Creates and extracts ZIP, TAR, and GZIP archives with optional password protection using Python scripts. Triggered by /archive command or compression/extraction requests.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Create and extract compressed archives (ZIP, TAR, GZIP) with optional password protection.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Create and extract compressed archives (ZIP, TAR, GZIP) with optional password protection.
/archive command# Create ZIP archive
python scripts/file_archiver.py create --input folder/ --output archive.zip
# Extract archive
python scripts/file_archiver.py extract --input archive.zip --output extracted/
# Create with password
python scripts/file_archiver.py create --input folder/ --output secure.zip --password secret123
# List archive contents
python scripts/file_archiver.py list --input archive.zip
zip, archive, compress, extract, tar