Recipe Bulk Download Folder
Downloads multiple recipes from online sources into a designated folder for easy access and organization.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add recipe-bulk-download-folder npx -- -y @trustedskills/recipe-bulk-download-folder
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"recipe-bulk-download-folder": {
"command": "npx",
"args": [
"-y",
"@trustedskills/recipe-bulk-download-folder"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The recipe-bulk-download-folder skill enables AI agents to efficiently retrieve and download entire directories of files from Google Drive. It automates the process of gathering scattered resources into a single, organized location for immediate access or processing.
When to use it
- Consolidating multiple recipe files or documentation sets stored in different subfolders into one archive.
- Backing up a specific project folder containing numerous assets before migrating to a new system.
- Gathering historical data from a designated Drive folder for analysis without manual file selection.
- Preparing large collections of media or documents for offline review by an AI agent.
Key capabilities
- Identifies and selects all files within a specified Google Drive folder hierarchy.
- Downloads the complete folder structure, preserving directory organization.
- Handles bulk retrieval tasks that would be tedious to perform manually via the web interface.
Example prompts
- "Download the entire 'Q3 Marketing Assets' folder from my Google Drive to my local machine."
- "Retrieve all files in the '/Projects/Alpha/Designs' directory and save them as a zip file."
- "Bulk download every document located in the 'Team Resources' folder for our offline meeting."
Tips & gotchas
Ensure the AI agent has explicit permission to access the target Google Drive folder, or provide direct read-only links to avoid authentication errors. Large folders may take longer to process; specify a maximum file size limit if dealing with heavy media assets to prevent timeouts.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.