🦀 ClawHub
SkillWiki
by @skinapi2025
Analyze and review ClawHub skills. IMPORTANT: Always run scripts/fetch_skill.py first to download skill data as JSON from ClawHub — NEVER read the target ski...
⚡ When to Use
💡 Examples
# From ClawHub (default: English)
python scripts/fetch_skill.py x-search # Windows
python3 scripts/fetch_skill.py x-search # macOS/LinuxWith language preference
python scripts/fetch_skill.py x-search --lang zh # Windows: Chinese report
python3 scripts/fetch_skill.py x-search --lang zh # macOS/Linux: Chinese report
python scripts/fetch_skill.py x-search --lang=en # Alternative syntaxOr update config via command
python scripts/fetch_skill.py --config SKILLWIKI_LANG=zhSave raw JSON to file (optional)
python scripts/fetch_skill.py x-search output.json # Windows
python3 scripts/fetch_skill.py x-search output.json # macOS/Linux
TERMINAL
clawhub install skillwiki