Help us improve
Share bugs, ideas, or general feedback.
From terminal
Manages ~/Downloads folder with tools to list recent/today/week files, search by name or type, get size/stats, and clear old files. Useful for finding downloads and freeing disk space.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin terminalHow this skill is triggered — by the user, by Claude, or both
Slash command
/terminal:downloadsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manage the ~/Downloads folder with search, stats, and cleanup.
Organizes macOS download folders by categorizing office documents, screenshots, and large files while excluding code directories. Supports manual smart folders and auto-sorting.
Organizes cluttered directories like Downloads by analyzing structure with bash commands, finding duplicates, suggesting groupings by type/date/purpose, identifying old files, and automating moves/renames with approval.
Analyzes directories via bash, finds duplicates, suggests folder structures by file type/date/content, and automates organization/cleanup with approval. For messy Downloads/projects.
Share bugs, ideas, or general feedback.
Manage the ~/Downloads folder with search, stats, and cleanup.
Use this skill when users want to:
| Tool | Description | Destructive |
|---|---|---|
downloads_recent | Recent files by modification time | No |
downloads_search | Search files by name pattern | No |
downloads_apps | List .app files | No |
downloads_today | Files modified today | No |
downloads_week | Files modified this week | No |
downloads_stats | Folder size and file counts | No |
downloads_clear | Remove old files | YES |
Recent downloads:
downloads_recent({ limit: 10 })
Search for PDFs:
downloads_search({ query: ".pdf" })
Today's downloads:
downloads_today()
Folder stats:
downloads_stats()
Clear old files:
downloads_clear()
| Downloads | Quarantine |
|---|---|
| Manages files in ~/Downloads | Queries download sources |
| File operations (list, search, delete) | Database queries (where from?) |
| Current state of folder | Historical download records |