The default tool registry for clictl. 220+ curated specs for APIs, MCP servers, and skills that work out of the box with your AI agents.
One install gives you tools for GitHub, Slack, Stripe, OpenAI, Anthropic, Postgres, filesystem access, code review, and much more. Browse all tools.
curl -fsSL https://download.clictl.dev/install.sh | shThis toolbox is included automatically. Start using tools right away:
clictl install github stripe open-meteo
clictl install github-mcp
clictl search --protocol mcp --tag databaseEvery spec uses the clictl Tool Spec 1.0 format. Five protocol types:
- http - REST APIs with auth, transforms, and assertions
- mcp - MCP servers with tool filtering, output transforms, and sandbox isolation
- skill - Agent skills (instructions + code) fetched from git repos
- website - Web pages converted to agent-readable markdown
- command - CLI tools wrapped for agent use
Four required fields:
spec: "1.0"
name: my-tool
protocol: http
description: What this tool doesSee the full spec reference and the JSON Schema for validation.
Use the toolbox-example template to create a private or public toolbox:
clictl toolbox add https://github.com/youruser/my-toolbox- Spec 1.0 Reference - Complete spec format and field reference
- Auth Patterns - Bearer tokens, API keys, vault resolution
- Transform Guide - Response transforms and DAG pipelines
- Skill Authoring Guide - Source blocks, sandbox constraints
- Adding a Skill - Step-by-step guide for contributing skills
Contributions are welcome. Please open an issue to discuss your idea before submitting a pull request.
- Fork this repo
- Add your spec under
toolbox/{first-letter}/{tool-name}/{tool-name}.yaml - Include required fields:
spec,name,protocol,description - Run
clictl toolbox validatebefore submitting - Submit a PR
See CONTRIBUTING.md for the full guide with examples for each protocol type.
If you are an AI agent creating specs, read CONTRIBUTING.md and llms.txt.
Apache License 2.0. See LICENSE for details.
clictl is a Soap Bucket LLC project. SOAPBUCKET and clictl are trademarks of Soap Bucket LLC.