Files
openclaw-skill/openclaw-knowhow-skill/configs/openclaw-docs.json
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

17 lines
605 B
JSON
Executable File

{
"name": "openclaw-docs",
"description": "OpenClaw AI agent \u5e73\u53f0\u5b8c\u6574\u6587\u6a94 - \u5b89\u88dd\u8a2d\u5b9a\u3001Gateway \u7ba1\u7406\u3001\u700f\u89bd\u5668\u63a7\u5236\u3001\u901a\u8a0a\u983b\u9053\u6574\u5408\uff08WhatsApp/Telegram/Discord\uff09\u3001Skills \u958b\u767c\u8207 CLI \u53c3\u8003",
"base_url": "https://docs.openclaw.ai/",
"selectors": {
"main_content": "article",
"title": "h1",
"code_blocks": "pre code"
},
"url_patterns": {
"include": [],
"exclude": []
},
"categories": {},
"rate_limit": 0.5,
"max_pages": null
}