# SkillzDrive Developer Docs

> SkillzDrive is an MCP server that gives AI agents access to a curated catalog of executable "skills" — PDF tools, image processing, spreadsheet generation, and more — via a single open protocol. This file indexes the human docs in agent-readable form.

Each link below points to a markdown variant of a docs page. Append `.md` to any `/docs/...` URL on https://www.skillzdrive.com to get the same content. For one-shot loading, fetch `https://www.skillzdrive.com/llms-full.txt` (every page concatenated).

## Getting Started

- [SkillzDrive Developer Docs](https://www.skillzdrive.com/docs.md): Overview of the developer surface (MCP, REST, CLI) with links into each section.
- [Quickstart](https://www.skillzdrive.com/docs/quickstart.md): Connect a client and run your first skill in 5 minutes.
- [Custom Agent Integration](https://www.skillzdrive.com/docs/agent-integration.md): How to wire a custom agent to the SkillzDrive MCP server.

## Guides

- [Discovering Skills](https://www.skillzdrive.com/docs/guides/discovering-skills.md): Search, browse, and understand the skill catalog.
- [Executing Scripts](https://www.skillzdrive.com/docs/guides/executing-scripts.md): List scripts, run them, read output, close sessions.
- [Authentication](https://www.skillzdrive.com/docs/guides/authentication.md): API keys, OAuth 2.0, and connecting clients securely.
- [Managing Drive with AI](https://www.skillzdrive.com/docs/guides/managing-drive.md): Let an agent organize skills, create collections, browse the marketplace.
- [Teams](https://www.skillzdrive.com/docs/guides/teams.md): Shared skill libraries for groups.
- [Sharing](https://www.skillzdrive.com/docs/guides/sharing.md): Share individual skills with specific users.
- [Collections](https://www.skillzdrive.com/docs/guides/collections.md): Organize skills into subsets per API key.
- [Connecting an MCP Client](https://www.skillzdrive.com/docs/guides/connecting.md): Per-client setup recipes (Claude Code, Cursor, Claude Desktop, ChatGPT).
- [MCP Basics](https://www.skillzdrive.com/docs/mcp-basics.md): What MCP is and how SkillzDrive fits in.

## REST API

- [REST API Overview](https://www.skillzdrive.com/docs/rest-api.md): Base URL, authentication, response shape, status codes.
- [Endpoint Reference](https://www.skillzdrive.com/docs/rest-api/endpoints.md): Every v1 REST route with method, path, auth, request, and response.
- [Webhooks](https://www.skillzdrive.com/docs/rest-api/webhooks.md): Credit-alert webhook subscriptions and HMAC verification.

## CLI

- [CLI Overview](https://www.skillzdrive.com/docs/cli.md): Install and authenticate the skillzdrive CLI.
- [CLI Command Reference](https://www.skillzdrive.com/docs/cli/reference.md): Every CLI command with flags, examples, and exit codes.

## MCP Reference

- [MCP Tools](https://www.skillzdrive.com/docs/reference/tools.md): All 29 skills_* MCP tools with arguments and behavior.
- [MCP Documentation Resources](https://www.skillzdrive.com/docs/reference/resources.md): Skill documentation TOC + section reading model.
- [MCP HTTP Endpoints](https://www.skillzdrive.com/docs/reference/endpoints.md): HTTP transport endpoints exposed by the MCP server.

## More

- [AI Context (system prompt)](https://www.skillzdrive.com/docs/ai-context.md): Drop-in system prompt content for non-MCP platforms (Claude Projects, Custom GPTs, .cursorrules).
- [Security](https://www.skillzdrive.com/docs/security.md): How API keys, scopes, and sandboxes protect users.

## Optional

- [Human docs site](https://www.skillzdrive.com/docs): Same content rendered as a website.
