Clawdbot Documentation Expert

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears purpose-aligned for Clawdbot documentation help; it uses disclosed helper scripts to fetch and cache public docs, with no evidence of credential theft, destructive actions, or hidden endpoints.

This looks safe for a documentation helper. Before installing, be aware that using the helper scripts may contact docs.clawd.bot and store public documentation under ~/.cache/clawddocs. Avoid installing the optional qmd tool unless you trust its source and need semantic search.

Findings (2)

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

If used, the helper scripts will run locally, contact the Clawdbot documentation site, and create cache/index files on the machine.

Why it was flagged

The skill explicitly exposes local shell scripts for fetching and indexing documentation. This is expected for the skill's purpose, but users should know the skill can run local helper commands.

Skill content
./scripts/build-index.sh fetch    # Download all docs
./scripts/build-index.sh build    # Build search index
Recommendation

Treat the scripts as normal local tooling: review them if desired and only run the indexing commands when you want local cached documentation.

What this means

Installing qmd would add a separate tool from outside this skill, so its provenance and version matter.

Why it was flagged

Semantic search depends on an optional external qmd binary that is not installed automatically and is not pinned in the artifacts.

Skill content
qmd not found. Install with: cargo install qmd
Recommendation

Only install qmd from a trusted source if you need semantic search; otherwise the grep-based fallback and other scripts can be used without it.