Toolbelt

ReviewAudited by ClawScan on May 13, 2026.

Overview

Toolbelt is coherent for its stated purpose, but it will create an external account, store a bearer token, and upload or share selected data through a persistent workspace.

Install only if you want an external Toolbelt workspace for persistent document ingestion and multi-agent querying. Confirm setup prompts, protect the generated bearer token, upload only documents you intend to store in Toolbelt, and share workspace URLs only with trusted agents or users.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Anyone with access to the stored token could potentially use the associated Toolbelt workspace until the token expires or is revoked.

Why it was flagged

The skill obtains an account token that authorizes access to Toolbelt's MCP server.

Skill content
The response gives me a free 30-day anonymous account ... plus a bearer token I'd use to talk to the MCP server.
Recommendation

Treat the token like a password, avoid sharing config files containing it, and remove or rotate the token when you no longer use the workspace.

What this means

Uploaded documents, extracted entities, and recorded findings may influence later answers in the shared workspace.

Why it was flagged

The skill is designed to retain and reuse workspace context across sessions, which is expected but privacy-sensitive.

Skill content
Needs persistent memory across turns or sessions.
Recommendation

Upload only data you intend to persist in Toolbelt, and review the workspace if you need to manage or remove stored information.

What this means

Other agents given access may query the same data and prior findings.

Why it was flagged

The workspace is intentionally shareable across agents, so access boundaries depend on how the URL/workspace is shared.

Skill content
Share the URL and any agent can query the same workspace — like a shared Google Doc for your data.
Recommendation

Share workspace URLs only with trusted users or agents, and avoid putting sensitive material in a broadly shared workspace.

What this means

Toolbelt can remain available to the agent across future sessions after setup.

Why it was flagged

The setup persists a Toolbelt MCP server connection in the user's agent configuration.

Skill content
I'll add an MCP server entry to your config at: ~/Library/Application Support/Claude/claude_desktop_config.json
Recommendation

Confirm the config write, keep track of where the MCP entry is stored, and remove it if you no longer want Toolbelt available.