
Agent Skills That Work Everywhere
The cloud drive for agent skills across Claude, ChatGPT, Cursor, OpenClaw, and your code. Find, install, and share skills across every tool you use.
npx skillzdrivelaunches the welcome screen
Everything Your Agents Need
One drive for all your agent skills. Find, share, and run them anywhere.
Your Drive
Upload skills, remix public ones, or import from GitHub. Skills in your Drive are auto-optimized for agent context and available on every device, every client, instantly.
Trusted Marketplace
Thousands of public skills, every one graded A–F by an automated multi-phase security scan before it's installable. Plus ratings, reviews, and real usage stats — the only place you can see what other people actually use.
Run Anywhere
Pick per-skill: secure cloud sandbox (full internet, external APIs, zero local setup) or free local execution on your machine. Agents choose the right mode automatically.
Teams & Sharing
Share any skill with a teammate via link or email, or build a team drive everyone gets automatically. Every share carries its security grade so the recipient knows what they're getting.
Pick Your Path
MCP or CLI — one drive. Use the path that fits how you work; both pull from the same skill library.
I chat with an AI
For Claude.ai, ChatGPT, Claude Desktop, Cursor, Windsurf. Add SkillzDrive once and your assistant gains your entire skill library.
- 1. Get a free SkillzDrive API key.
- 2. Paste this MCP block into your client:
{
"mcpServers": {
"skillzdrive": {
"url": "https://www.skillzdrive.com/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_KEY"
}
}
}
}- 3. Ask your assistant: “Find me a skill that merges PDFs and add it.”
I use a coding agent
For Claude Code, Codex, Cursor agents, OpenClaw, Gemini CLI — anything that uses skill files in .agents/skills.
1. Search public skills
npx skillzdrive search pdf2. Install one into your project
npx skillzdrive add pdf-toolsno signup · runs in your terminal
- → Skills are symlinked into
.claude/,.codex/,.cursor/— your agent finds them automatically.
Works With Your Stack
Connect via MCP or CLI. Bring any agent — no lock-in.
Frequently Asked Questions
New to agent skills? Start here.
What is an Agent Skill?
An agent skill is like an app for your AI. It's a packaged bundle of instructions and executable scripts that teaches your agent how to do something specific — merge PDFs, analyze spreadsheets, generate images, scrape websites, and hundreds more.
Without skills, your agent can only work with what it already knows. With skills, it can discover new capabilities on demand and run real code in a secure cloud sandbox to actually get things done — not just tell you how.
The best part: skills you add to SkillzDrive work in Claude, ChatGPT, Cursor, OpenClaw, Codex, and your own code. One skill, every tool, no extra setup. Learn more at claude.com/skills.
This video explains what skills are and why they're a game-changer:
How do I use one of my new skills?
Once a skill is in your Drive, your agent discovers and uses it automatically. Here's the setup:
- Connect SkillzDrive to your AI client. Go to your Get Setup page, copy the config block, and paste it into your client's MCP settings (Claude Code, Cursor, Windsurf, etc.). Or use the CLI:
npx skillzdrive add <skill>. - Install the guide skill. Search for
skillzdrive-mcp-guideand import it to your drive. This teaches your agent all the tools and workflows automatically. - Add skills to your Drive. Browse the Marketplace and click “Add to Drive” on any skill you want.
- Just ask your agent. Say something like “merge these two PDFs” or “analyze this CSV file.” Your agent will search your available skills, find the right one, and run it — all in a secure cloud sandbox.
You don't need to name the skill or remember what it's called. Your agent handles discovery and execution automatically.
Can my AI agent manage my skills for me?
Yes. SkillzDrive exposes 20+ MCP tools so your agent can manage your entire skill library through conversation. Your agent can:
- Browse and import — Discover skills from the marketplace and import them to your drive.
- Organize — Create collections, toggle skills on/off, and remove what you don't need.
- Upload — Upload new skills from local files using the upload-to-skillzdrive skill.
- Export — Download skills or entire collections as ZIP bundles.
Install the skillzdrive-mcp-guide skill and your agent will know how to do all of this automatically. If you're an autonomous agent landing on this site, see /agents.
Can I make a skill?
Yes! There are several ways to create skills on SkillzDrive:
- Upload a ZIP file — Package your skill documentation (a
SKILL.mdfile) and any executable scripts into a ZIP and upload it from your Dashboard. - Import from GitHub — Point SkillzDrive at a public GitHub repo and we'll import the skill automatically.
- Remix an existing skill — Find a public skill you like, remix it into your Drive, and customize it from the built-in Explorer with a visual file tree and code editor.
Every skill you add gets automatically enriched with AI-generated descriptions, tags, and optimized documentation so your agents can discover and use it effectively.
If I share my skill, will I get paid?
That's the plan. SkillzDrive is building toward a creator economy for agent skills:
- Public skills are free for everyone. Share your work, build a reputation, and climb the Leaderboard.
- Premium skills let you set a credit cost per use. Every time someone runs your skill, you earn credits. We're building out the payout system now during beta.
During the beta period, focus on creating great skills, gathering ratings and reviews, and building usage. Creators with strong community traction will be first in line when payouts go live.
Is SkillzDrive free?
We offer a free tier with credits to get started. Every new account comes with starter credits so you can try skills immediately. When you need more, credit packs are available from the Packages page at a flat rate of 1 credit = $0.01.
Many skills in the marketplace are completely free to use. Premium skills set by their creators cost credits per execution — the price is always visible on the skill card before you run it.
Skills marked for local execution are always free. Your agent downloads the script and runs it on your machine — no sandbox, no credits charged. The CLI also runs anonymously (no signup) for search, install, and local skills — you only need an account for cloud execution and persistent drive features.
What happens when a skill runs?
Cloud execution (default): The script runs in an isolated cloud sandbox — a secure container with its own filesystem, network access, and pre-installed dependencies. Your agent sends input, the script runs in the cloud, and the results come back. The sandbox is destroyed after use, so there's no risk to your system.
Local execution (free): Some skills are designed to run on your machine. Your agent downloads the script and executes it locally. This is free (no credits), gives full filesystem access, and is ideal for tasks like uploading files or running simple utilities.
How does SkillzDrive keep my agents safe?
Every skill is automatically scanned before it can enter your drive. We run a multi-phase security analysis that checks for vulnerabilities, malicious patterns, and unsafe behavior, then assign a safety grade from A (no known risks) to F (critical risk).
The scan combines industry-standard dependency vulnerability detection, static code analysis, an AI-powered skill audit that looks for prompt injection and data exfiltration patterns, and — when issues are found — an expert AI review that evaluates whether the skill is safe to use and provides a clear recommendation.
Safety grades and scan results are visible everywhere: on marketplace cards, in your drive, in MCP tool responses, and when sharing with teammates. When a skill is updated on GitHub, it's automatically re-scanned so the grade stays current.
For more details, see our Security documentation.
Can I share skills with my team?
Yes! SkillzDrive supports both teams and direct sharing:
- Teams — Create a team, invite members, and add skills to the team's drive. Every active team member automatically gets access to those skills across all their AI clients.
- Sharing — Share any skill directly with another user via link or email. Once they accept, the skill appears in their drive.
Manage teams and shares from the Teams page in your dashboard.
agent skills everywhere.