Recipe Organize Drive Folder

🌐Community
by googleworkspace · vlatest · Repository

This skill automatically organizes Google Drive recipes into a structured folder system for easy access and cleanup.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-organize-drive-folder npx -- -y @trustedskills/recipe-organize-drive-folder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-organize-drive-folder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-organize-drive-folder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to automatically organize files within Google Drive folders based on specific criteria or rules. It streamlines file management by moving, renaming, or categorizing documents without manual intervention.

When to use it

  • Automated Archiving: Move completed project files from an active workspace folder into a designated "Completed Projects" archive.
  • File Cleanup: Relocate duplicate or outdated versions of documents to a specific "Legacy Files" subfolder to declutter the main view.
  • Categorization: Sort incoming PDFs and spreadsheets into distinct folders based on their file names or metadata tags.
  • Compliance Prep: Gather all sensitive financial reports from various locations into a single, secure folder for quarterly audits.

Key capabilities

  • Executes file movement operations directly within Google Drive.
  • Supports complex filtering logic to identify target files.
  • Integrates seamlessly with the Google Workspace CLI environment.
  • Enables batch processing of multiple files simultaneously.

Example prompts

  • "Organize all PDFs in my 'Invoices' folder by their date, moving them into subfolders named after each month."
  • "Move any file containing the word 'Draft' in its name from the main project folder to a 'Pending Review' folder."
  • "Archive all completed task reports from the last quarter into a new folder called 'Q3 Archive'."

Tips & gotchas

Ensure your AI agent has the necessary permissions to read and write files within the specific Google Drive folders before executing organization tasks. Test the sorting logic on a small batch of files first to verify that the categorization rules match your expectations before applying them to large datasets.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
169

🌐 Community

Passed automated security scans.