AgentSkillsCN

Downloads Skill

下载 Skill

SKILL.md

Downloads Skill

Manage the ~/Downloads folder with search, stats, and cleanup.

Use this skill when users want to:

  • List recent downloads
  • Search for files
  • Get download statistics
  • Clear old downloads

MCP Tools

ToolDescriptionDestructive
downloads_recentRecent files by modification timeNo
downloads_searchSearch files by name patternNo
downloads_appsList .app filesNo
downloads_todayFiles modified todayNo
downloads_weekFiles modified this weekNo
downloads_statsFolder size and file countsNo
downloads_clearRemove old filesYES

Usage Examples

Recent downloads:

code
downloads_recent({ limit: 10 })

Search for PDFs:

code
downloads_search({ query: ".pdf" })

Today's downloads:

code
downloads_today()

Folder stats:

code
downloads_stats()

Clear old files:

code
downloads_clear()

Difference from Quarantine

DownloadsQuarantine
Manages files in ~/DownloadsQueries download sources
File operations (list, search, delete)Database queries (where from?)
Current state of folderHistorical download records

Common Use Cases

  1. Find file: "Where's that PDF I downloaded?"
  2. Cleanup: "Delete old downloads to free space"
  3. Overview: "How big is my Downloads folder?"
  4. Recent: "What did I download today?"