agentsclimarketplace

Case 03279

Skill knownasnaffy/prompthound/dataset/case_03279

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_03279

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

1.8 KB, 334 tokens by cl100k_base, as published. Nobody here has run it

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: 14 files

15.1 KB alongside SKILL.md, 9 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.