Toolbelt gives AI agents a shared, queryable workspace for documents, structured data, entities, relationships, and persistent findings.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install toolbelt
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install toolbelt using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Toolbelt is a collaborative data substrate exposed through a single MCP server. Agents can upload approved documents, automatically extract entities and relationships, and query structured tables, unstructured documents, vector indexes, knowledge graphs, SQL data, and timelines without manually stitching multiple systems together.
This Openclaw Skills integration supports persistent, cross-session collaboration. Agents can record relevant findings, propose reusable lessons, share namespace access, and let future agents build on curated context. It is designed for tasks that benefit from hybrid retrieval, automatic knowledge extraction, or shared state—not simple one-off lookups.
toolbelt_list_namespaces.https://app.toolbelt.ai/api/onboard.https://mcp.toolbelt.ai/mcp and uses the bearer token in an Authorization header.toolbelt_context(namespace_id) to inspect available assets, suggested next actions, and server-provided routing guidance.toolbelt_ask for general hybrid questions, or use vector, SQL, entity, graph, record, timeline, knowledge, save, register, and sharing tools according to the task.Use an MCP-compatible agent such as Claude Code, Claude Desktop, OpenClaw, Cursor, Windsurf, Gemini CLI, or Codex CLI. No Toolbelt account is required initially because the skill can provision an anonymous account after user approval.
The agent must obtain explicit consent before making the onboarding request. The approved request is:
curl -X POST https://app.toolbelt.ai/api/onboard \
-H "Content-Type: application/json" \
-d '{}'
Store the returned token, mcpUrl, user.id, namespace.id, and expiresAt only as needed for MCP configuration. Treat the token as a credential.
After separate user confirmation, configure the MCP server. For Claude Code:
claude mcp add toolbelt \
--transport http https://mcp.toolbelt.ai/mcp \
--header "Authorization: Bearer <token>"
For JSON-based clients, add this entry to the client's MCP configuration:
{
"mcpServers": {
"toolbelt": {
"url": "https://mcp.toolbelt.ai/mcp",
"headers": {
"Authorization": "Bearer <token>"
}
}
}
}
Common configuration paths include ~/.openclaw/mcp.json, ~/.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, ~/.gemini/mcp.json, ~/.codex/mcp.json, and Claude Desktop's platform-specific configuration file. Reload or restart the MCP client if required.
Never write configuration files without consent, echo the full bearer token, or upload unapproved files. Remove the toolbelt MCP entry or revoke the token through https://app.toolbelt.ai to disconnect access. Anonymous accounts expire after 30 days; email verification upgrades an account to the Verified tier.
| Object | Purpose | Key metadata |
|---|---|---|
| Account | Identifies the Toolbelt user and entitlement tier | user.id, tier, quota, expiresAt |
| Namespace | Shared workspace boundary for agent data | namespace.id, name, accessible assets |
| Document asset | Uploaded unstructured content | Source file, extracted entities, relationships, searchable text |
| Structured table | Queryable tabular data | Table registration, columns, SQL-accessible records |
| Entity | Knowledge-graph profile extracted from data | Entity identity, attributes, linked records |
| Relationship | Edge connecting entities or records | Relationship type, source context, graph traversal data |
| Timeline finding | Persistent agent-recorded insight | Finding content, relevance, chronological placement |
| Lesson draft | Proposed reusable agent guidance | Rule or lesson text, approval status |
| Governed knowledge fact | Curated business definition or ownership rule | Term, definition, owner, bindings to tables and documents, approval state |
| Share credential | Namespace access URL for another agent or teammate | Namespace binding, access capability, revocation state |
toolbelt_ask orchestrates hybrid retrieval across SQL, documents, and the knowledge graph.toolbelt_vectors performs semantic vector search over documents.toolbelt_sql runs exact queries over structured tables.toolbelt_entity and toolbelt_graph read profiles and graph relationships.toolbelt_record writes relevant findings to the persistent timeline.toolbelt_save persists an asset, while toolbelt_register_table exposes an existing Kinetica table without re-ingestion.toolbelt_timeline reads chronological findings and toolbelt_context returns workspace orientation and routing guidance.| Tier | Calls per month | Storage | Namespaces | Lifetime or access |
|---|---|---|---|---|
| Anonymous | 1,000 | — | 1 | Free, 30 days |
| Verified | 2,000 | 1 GB | 10 | Free after email verification |
| Pro | 150,000 | 50 GB | 50 | $29/month through the web UI |
| Team | 500,000 | 100 GB | Unlimited | $89/month through the web UI |
toolbelt_lesson_propose supports governed, reusable guidance that requires workspace-owner approval.toolbelt_knowledge exposes approved business terms, definitions, ownership, and data bindings, with Mermaid output available for diagrams.toolbelt_knowledge_propose enables reviewable corrections to extracted edges and proposed governed facts.Loading
Turn historical battles and military conflicts into rigorously researched, single-screen mobile PNG briefings with tactical analysis and source citations.

An evidence-first Openclaw Skills workflow that transforms arXiv literature into validated field intelligence, technical options, maturity assessments, and actionable decisions.

AI Tech Insight Compass turns daily AI trend research into source-backed, publication-ready technical articles.

COPPA Guard is a local, pre-release scanner that detects children’s privacy compliance risks in product copy and returns prioritized remediation guidance.

A source-grounded consulting delivery workflow that transforms scattered client inputs into validated storylines, executive presentations, strategy documents, and speaker scripts.

An implementation workflow that isolates code changes, validates them, commits and pushes the result, and opens a draft GitHub pull request.








































