streamable-httpApache-2.0updated 29d ago
The official skill for Toolbelt. Installs one /toolbelt skill that any MCP-capable agent can use to connect to a Toolbelt namespace and hand off to Toolbelt's MCP tools.
¿Qué puedes hacer con Toolbelt?
@toolbeltai/skills
The official skill for Toolbelt. Installs one
/toolbelt skill that any MCP-capable agent can use to connect to a
Toolbelt namespace and hand off to Toolbelt's MCP tools.
Install
npx @toolbeltai/skills install
Copies toolbelt/SKILL.md into ~/.claude/skills/toolbelt/ (flat
layout per the AgentSkills spec). Restart your
client; the skill appears as /toolbelt.
No Toolbelt account required — the skill provisions one on first use.
What the skill does
When an agent runs /toolbelt for the first time, it:
- Checks for an existing Toolbelt MCP connection.
- If none, calls the public
/api/onboardendpoint to provision a free anonymous account. - Writes the MCP connection into the agent's client config.
- Hands off to Toolbelt's MCP tools for the actual work.
Full playbook in toolbelt/SKILL.md.
Works with
Claude Code · Claude Desktop · OpenClaw · Cursor · Gemini CLI · Codex CLI · Windsurf · any MCP client.
Commands
npx @toolbeltai/skills install # install
npx @toolbeltai/skills uninstall # remove
npx @toolbeltai/skills list # show what would install
npx @toolbeltai/skills path # print install target
Links
- Site: https://toolbelt.ai
- Docs: https://toolbelt.ai/docs
- App / billing: https://app.toolbelt.ai
- Contributing: CONTRIBUTING.md
- Releasing: RELEASING.md
- Support: support@toolbelt.ai
License
Apache 2.0 — see LICENSE.
Instalación
Añade Toolbelt a tu cliente. Elige el que uses.
claude mcp add --transport http toolbelt https://mcp.toolbelt.ai/mcpcodex mcp add toolbelt --url https://mcp.toolbelt.ai/mcp{
"mcpServers": {
"toolbelt": {
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"toolbelt": {
"type": "http",
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"toolbelt": {
"url": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"toolbelt": {
"serverUrl": "https://mcp.toolbelt.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación18/25
- Mantenimiento25/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.15Última | 10 ago 2026 |
| 1.0.14 | 22 jul 2026 |
| 1.0.13 | 22 jul 2026 |