Manage the ~/Downloads folder with search, stats, and cleanup.
/plugin marketplace add nathanvale/side-quest-marketplace/plugin install dev-toolkit@side-quest-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
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 |