Quickstart
Connect to SkillzDrive and start using skills in 3 steps.
1
Connect your client
Add SkillzDrive to your MCP client configuration.
Note
Claude.ai and ChatGPT use web-based connectors — use the visual guides above for step-by-step setup. The code tabs below are for JSON-config clients.
// Add to ~/.claude.json or .mcp.json
{
"mcpServers": {
"skillzdrive": {
"url": "https://www.skillzdrive.com/api/mcp",
"headers": {
"Authorization": "Bearer sk_live_YOUR_KEY"
}
}
}
}2
Download the guide skill
The skillzdrive-mcp-guide skill is included in every account by default. Download it and install it locally where your agent connects to SkillzDrive.
What does this skill do?
With the guide skill installed locally, your agent automatically knows all 20 tools, the correct execution workflows, error handling patterns, and management operations — no system prompt changes needed.
3
Test with a query
Ask your agent a natural language question. It now handles discovery and execution on its own.
You: "What skills do I have?"
Agent: calls listSkills → shows your skill library
You: "Find me a skill for checking the weather"
Agent: calls discoverSkills → searches marketplace → suggests import
No manual tool calls required. The guide skill gives your agent the context it needs to handle the workflow automatically.
✓
You're set up!
Your agent can now discover, execute, and manage skills through natural conversation.
The Golden Path
searchSkills→listScripts→runScript→readFile→closeSession