agentsclimarketplace

Case 05099

Skill knownasnaffy/prompthound/dataset/case_05099

Navigate and use OpenClaw documentation efficiently with cached doc fetch/search tooling, sitemap/category routing, and config snippet lookup. Use when answering OpenClaw setup/config/troubleshooting questions, checking docs updates, or extracting concrete configuration examples from docs.From its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_05099

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 404 tokens by cl100k_base, as published. Nobody here has run it

Cleanup Review

python scripts/_purge_cache.py is an optional cleanup helper for the OpenClaw Docs skill. It may recursively remove ~/.cache/skill_tmp, ~/.skill_state. Show the exact paths first, explain whether they are skill-private temporary paths or user state, and run the cleanup only after the user confirms.

OpenClaw Docs

Use this skill to answer OpenClaw documentation questions with reproducible script-assisted evidence.

Quick workflow

  1. Route by intent (setup, config, troubleshooting, automation, platform).
  2. Search or fetch docs via scripts.
  3. Pull exact config patterns from snippets/docs.
  4. Cite source URL/path in the final answer.

Use bundled resources

  • Intent routing and category map: references/routing.md
  • Script usage and operational notes: references/operations.md
  • Config patterns: snippets/common-configs.md
  • Script preflight checks: scripts/check_env.sh

Rules

  • Prefer search.sh and fetch-doc.sh before freeform guessing.
  • Keep answers anchored to specific doc paths.
  • For uncertain or stale cache cases, refresh or state cache limitations.
  • Provide concrete configuration examples when available.

Commands

# Validate local script requirements
bash workspace/skills/new-openclaw-docs/scripts/check_env.sh

# Discover likely paths
bash workspace/skills/new-openclaw-docs/scripts/sitemap.sh
bash workspace/skills/new-openclaw-docs/scripts/search.sh discord mention

# Fetch a document
bash workspace/skills/new-openclaw-docs/scripts/fetch-doc.sh providers/discord

# Cache and update checks
bash workspace/skills/new-openclaw-docs/scripts/cache.sh status
bash workspace/skills/new-openclaw-docs/scripts/recent.sh 7
bash workspace/skills/new-openclaw-docs/scripts/track-changes.sh since 2026-02-01

What ships with it: 15 files

15.6 KB alongside SKILL.md, 10 of them executable

agents/

references/

scripts/

snippets/

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.