with one click
compress
Create and extract ZIP and tar.gz archives
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create and extract ZIP and tar.gz archives
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Send emails via SMTP
Generate cryptographically secure passwords with configurable character sets
Bitbucket REST API 2.0 — repos, pull requests, branches, issues, pipelines, and more
Complete local and remote git operations (init, clone, commit, push, pull, branch, merge, rebase, tag, stash, and more)
GitHub REST API v3 — repos, issues, PRs, branches, releases, actions, gists, and more
GitLab REST API v4 — projects, issues, merge requests, branches, pipelines, releases, and more
Based on SOC occupation classification
| name | Compress |
| description | Create and extract ZIP and tar.gz archives |
| script | scripts/main.ts |
| language | javascript |
| install | bun install |
| timeout | 30 |
Create and extract ZIP and tar.gz archives. Outputs files to WORKSPACE_DIR.
action (string, required): "compress" or "extract"file_paths (array of strings, required): Files/directories to includeformat (string, optional): "zip" or "tar.gz" — default "zip"output_filename (string, optional): Output archive filenamefile_path (string, required): Path to archive fileoutput_dir (string, optional): Where to extract (defaults to WORKSPACE_DIR)file_path (string): Path to created archivefile_count (number): Number of files includedtotal_size (number): Archive size in bytesoutput_dir (string): Extraction directoryfiles (array of strings): Extracted file pathsfile_count (number): Number of extracted files