Clawddocs 1

v1.0.0

Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features

0· 77·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a documentation/navigation helper and the bundle contains sitemap/search/fetch/track scripts and config snippets that align with that purpose. No unrelated binaries, credentials, or config paths are required.
Instruction Scope
SKILL.md instructs the agent to run the included scripts and to cite docs.clawd.bot. The scripts are simple stubs that only echo actions. One minor inconsistency: the full-text index section states 'requires qmd' but the skill does not declare qmd as a required binary; if the real build-index implementation is present upstream it would need that dependency.
Install Mechanism
No install spec is provided (instruction-only). The repository contains small shell scripts and a markdown snippet file; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables, which is appropriate. The included config snippets show placeholders like ${DISCORD_TOKEN} and ${TELEGRAM_TOKEN} — these are example placeholders for user configs, not secrets requested by the skill. Still, the skill does not explicitly document external binaries (qmd) mentioned in the instructions.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with broad credentials or other risky behavior here.
Assessment
This skill appears coherent and matches its documentation-help purpose. Before installing, 1) verify the skill source (no homepage is provided), 2) inspect the scripts yourself — they are simple echo stubs here but real versions might perform network calls to docs.clawd.bot or require the 'qmd' tool, 3) understand that config snippets contain placeholders (e.g., ${DISCORD_TOKEN}) — those are examples, not requests from the skill, and 4) if you plan to run build-index or other non-stubbed scripts, confirm any required binaries and inspect network behavior and credential usage first.

Like a lobster shell, security has layers — review code before you run it.

latestvk9714cs75bc54jpre84860xdfs83mzvp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments