Managing Your Drive with AI
Let your agent organize skills, create collections, and manage your entire drive through natural conversation.
Overview
Every action available in the dashboard is also exposed as an MCP tool. Your agent can create collections, add or remove skills, upload new skills, browse the marketplace, and export bundles — all without you touching the web interface.
Fully agent-driven workflows
Real-World Examples
Here's how people actually use drive management in practice. Just tell your agent what you need in plain language.
Collections
Collections let you group skills into subsets. Your agent can create a collection, seed it with skills from your drive, and later add, remove, or rename it.
| Action | Tool |
|---|---|
| Create a collection (optionally with initial skills) | skills_createCollection |
| Add a skill to a collection | skills_addToCollection |
| Remove a skill from a collection | skills_removeFromCollection |
| Rename a collection | skills_updateCollection |
Skills must be in your drive
skills_importToDrive first to add marketplace skills.Drive Management
Your agent can control which skills live in your drive and toggle their active state.
| Action | Tool |
|---|---|
| Remove a skill from your drive entirely | skills_removeFromDrive |
| Toggle a skill on or off (keeps it in your drive) | skills_toggleDriveSkill |
Toggling vs. removing
Uploading Skills
Your agent can upload new skills from local files using the built-in upload-to-skillzdrive skill. It fetches the upload script, runs it locally with your file, and the skill is created and added to your drive automatically.
Download & Export
Your agent can export skills as downloadable bundles using skills_downloadSkills. Three scopes are supported:
| Scope | What it exports |
|---|---|
| drive | All skills in your drive |
| collection | All skills in a specific collection |
| skill | A single skill |
Running Scripts Locally
Some skills are designed to run on your machine instead of in a cloud sandbox. Your agent uses skills_getScript to download the script, then executes it locally.
| Local Execution | Cloud Execution | |
|---|---|---|
| Cost | Free (no credits) | Credits per execution |
| Filesystem | Full local access | Isolated sandbox only |
| Safety | Runs on your machine | Isolated, destroyed after use |
| Best for | File uploads, local tools | Complex processing, untrusted code |
Skills from teams and shares