@toolbeltai/skills
v1.0.12
Published
Official Toolbelt skill — one /toolbelt slash command that gives any MCP-capable agent a shared brain for your data. Detects or provisions a free Toolbelt account, configures the MCP connection, and hands off to Toolbelt's MCP tools (vector, knowledge gra
Maintainers
Readme
@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 installCopies 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 targetLinks
- Site: https://toolbelt.ai
- Docs: https://toolbelt.ai/docs
- App / billing: https://app.toolbelt.ai
- Contributing: CONTRIBUTING.md
- Releasing: RELEASING.md
- Support: [email protected]
License
Apache 2.0 — see LICENSE.
