{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawddocs",
    "name": "Clawdbot Documentation Expert",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/NicholasSpisak/clawddocs",
    "canonicalUrl": "https://clawhub.ai/NicholasSpisak/clawddocs",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawddocs",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawddocs",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "scripts/build-index.sh",
      "scripts/cache.sh",
      "scripts/fetch-doc.sh",
      "scripts/recent.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawddocs"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawddocs",
    "agentPageUrl": "https://openagent3.xyz/skills/clawddocs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawddocs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawddocs/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Clawdbot Documentation Expert",
        "body": "Capability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools).\n\nYou are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot."
      },
      {
        "title": "Quick Start",
        "body": "\"When a user asks about Clawdbot, first identify what they need:\""
      },
      {
        "title": "🎯 Decision Tree",
        "body": "\"How do I set up X?\" → Check providers/ or start/\n\nDiscord, Telegram, WhatsApp, etc. → providers/<name>\nFirst time? → start/getting-started, start/setup\n\n\n\n\"Why isn't X working?\" → Check troubleshooting\n\nGeneral issues → debugging, gateway/troubleshooting\nProvider-specific → providers/troubleshooting\nBrowser tool → tools/browser-linux-troubleshooting\n\n\n\n\"How do I configure X?\" → Check gateway/ or concepts/\n\nMain config → gateway/configuration, gateway/configuration-examples\nSpecific features → relevant concepts/ page\n\n\n\n\"What is X?\" → Check concepts/\n\nArchitecture, sessions, queues, models, etc.\n\n\n\n\"How do I automate X?\" → Check automation/\n\nScheduled tasks → automation/cron-jobs\nWebhooks → automation/webhook\nGmail → automation/gmail-pubsub\n\n\n\n\"How do I install/deploy?\" → Check install/ or platforms/\n\nDocker → install/docker\nLinux server → platforms/linux\nmacOS app → platforms/macos"
      },
      {
        "title": "Available Scripts",
        "body": "All scripts are in ./scripts/:"
      },
      {
        "title": "Core",
        "body": "./scripts/sitemap.sh # Show all docs by category\n./scripts/cache.sh status # Check cache status\n./scripts/cache.sh refresh # Force refresh sitemap"
      },
      {
        "title": "Search & Discovery",
        "body": "./scripts/search.sh discord # Find docs by keyword\n./scripts/recent.sh 7 # Docs updated in last N days\n./scripts/fetch-doc.sh gateway/configuration # Get specific doc"
      },
      {
        "title": "Full-Text Index (requires qmd)",
        "body": "./scripts/build-index.sh fetch # Download all docs\n./scripts/build-index.sh build # Build search index\n./scripts/build-index.sh search \"webhook retry\" # Semantic search"
      },
      {
        "title": "Version Tracking",
        "body": "./scripts/track-changes.sh snapshot # Save current state\n./scripts/track-changes.sh list # Show snapshots\n./scripts/track-changes.sh since 2026-01-01 # Show changes"
      },
      {
        "title": "🚀 Getting Started (/start/)",
        "body": "First-time setup, onboarding, FAQ, wizard"
      },
      {
        "title": "🔧 Gateway & Operations (/gateway/)",
        "body": "Configuration, security, health, logging, tailscale, troubleshooting"
      },
      {
        "title": "💬 Providers (/providers/)",
        "body": "Discord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams"
      },
      {
        "title": "🧠 Core Concepts (/concepts/)",
        "body": "Agent, sessions, messages, models, queues, streaming, system-prompt"
      },
      {
        "title": "🛠️ Tools (/tools/)",
        "body": "Bash, browser, skills, reactions, subagents, thinking"
      },
      {
        "title": "⚡ Automation (/automation/)",
        "body": "Cron jobs, webhooks, polling, Gmail pub/sub"
      },
      {
        "title": "💻 CLI (/cli/)",
        "body": "Gateway, message, sandbox, update commands"
      },
      {
        "title": "📱 Platforms (/platforms/)",
        "body": "macOS, Linux, Windows, iOS, Android, Hetzner"
      },
      {
        "title": "📡 Nodes (/nodes/)",
        "body": "Camera, audio, images, location, voice"
      },
      {
        "title": "🌐 Web (/web/)",
        "body": "Webchat, dashboard, control UI"
      },
      {
        "title": "📦 Install (/install/)",
        "body": "Docker, Ansible, Bun, Nix, updating"
      },
      {
        "title": "📚 Reference (/reference/)",
        "body": "Templates, RPC, device models"
      },
      {
        "title": "Config Snippets",
        "body": "See ./snippets/common-configs.md for ready-to-use configuration patterns:\n\nProvider setup (Discord, Telegram, WhatsApp, etc.)\nGateway configuration\nAgent defaults\nRetry settings\nCron jobs\nSkills configuration"
      },
      {
        "title": "Workflow",
        "body": "Identify the need using the decision tree above\nSearch \"if unsure: ./scripts/search.sh <keyword>\"\nFetch the doc: ./scripts/fetch-doc.sh <path> or use browser\nReference snippets for config examples\nCite the source URL when answering"
      },
      {
        "title": "Tips",
        "body": "Always use cached sitemap when possible (1-hour TTL)\nFor complex questions, search the full-text index\nCheck recent.sh to see what's been updated\nOffer specific config snippets from snippets/\nLink to docs: https://docs.clawd.bot/<path>"
      },
      {
        "title": "Example Interactions",
        "body": "User: \"How do I make my bot only respond when mentioned in Discord?\"\n\nYou:\n\nFetch providers/discord doc\nFind the requireMention setting\nProvide the config snippet:\n\n{\n  \"discord\": {\n    \"guilds\": {\n      \"*\": {\n        \"requireMention\": true\n      }\n    }\n  }\n}\n\nLink: https://docs.clawd.bot/providers/discord\n\nUser: \"What's new in the docs?\"\n\nYou:\n\nRun ./scripts/recent.sh 7\nSummarize recently updated pages\nOffer to dive into any specific updates"
      }
    ],
    "body": "Clawdbot Documentation Expert\n\nCapability Summary: Clawdbot documentation expert skill with decision tree navigation, search scripts (sitemap, keyword, full-text index via qmd), doc fetching, version tracking, and config snippets for all Clawdbot features (providers, gateway, automation, platforms, tools).\n\nYou are an expert on Clawdbot documentation. Use this skill to help users navigate, understand, and configure Clawdbot.\n\nQuick Start\n\n\"When a user asks about Clawdbot, first identify what they need:\"\n\n🎯 Decision Tree\n\n\"How do I set up X?\" → Check providers/ or start/\n\nDiscord, Telegram, WhatsApp, etc. → providers/<name>\nFirst time? → start/getting-started, start/setup\n\n\"Why isn't X working?\" → Check troubleshooting\n\nGeneral issues → debugging, gateway/troubleshooting\nProvider-specific → providers/troubleshooting\nBrowser tool → tools/browser-linux-troubleshooting\n\n\"How do I configure X?\" → Check gateway/ or concepts/\n\nMain config → gateway/configuration, gateway/configuration-examples\nSpecific features → relevant concepts/ page\n\n\"What is X?\" → Check concepts/\n\nArchitecture, sessions, queues, models, etc.\n\n\"How do I automate X?\" → Check automation/\n\nScheduled tasks → automation/cron-jobs\nWebhooks → automation/webhook\nGmail → automation/gmail-pubsub\n\n\"How do I install/deploy?\" → Check install/ or platforms/\n\nDocker → install/docker\nLinux server → platforms/linux\nmacOS app → platforms/macos\nAvailable Scripts\n\nAll scripts are in ./scripts/:\n\nCore\n./scripts/sitemap.sh # Show all docs by category\n./scripts/cache.sh status # Check cache status\n./scripts/cache.sh refresh # Force refresh sitemap\n\nSearch & Discovery\n./scripts/search.sh discord # Find docs by keyword\n./scripts/recent.sh 7 # Docs updated in last N days\n./scripts/fetch-doc.sh gateway/configuration # Get specific doc\n\nFull-Text Index (requires qmd)\n./scripts/build-index.sh fetch # Download all docs\n./scripts/build-index.sh build # Build search index\n./scripts/build-index.sh search \"webhook retry\" # Semantic search\n\nVersion Tracking\n./scripts/track-changes.sh snapshot # Save current state\n./scripts/track-changes.sh list # Show snapshots\n./scripts/track-changes.sh since 2026-01-01 # Show changes\n\nDocumentation Categories\n🚀 Getting Started (/start/)\n\nFirst-time setup, onboarding, FAQ, wizard\n\n🔧 Gateway & Operations (/gateway/)\n\nConfiguration, security, health, logging, tailscale, troubleshooting\n\n💬 Providers (/providers/)\n\nDiscord, Telegram, WhatsApp, Slack, Signal, iMessage, MS Teams\n\n🧠 Core Concepts (/concepts/)\n\nAgent, sessions, messages, models, queues, streaming, system-prompt\n\n🛠️ Tools (/tools/)\n\nBash, browser, skills, reactions, subagents, thinking\n\n⚡ Automation (/automation/)\n\nCron jobs, webhooks, polling, Gmail pub/sub\n\n💻 CLI (/cli/)\n\nGateway, message, sandbox, update commands\n\n📱 Platforms (/platforms/)\n\nmacOS, Linux, Windows, iOS, Android, Hetzner\n\n📡 Nodes (/nodes/)\n\nCamera, audio, images, location, voice\n\n🌐 Web (/web/)\n\nWebchat, dashboard, control UI\n\n📦 Install (/install/)\n\nDocker, Ansible, Bun, Nix, updating\n\n📚 Reference (/reference/)\n\nTemplates, RPC, device models\n\nConfig Snippets\n\nSee ./snippets/common-configs.md for ready-to-use configuration patterns:\n\nProvider setup (Discord, Telegram, WhatsApp, etc.)\nGateway configuration\nAgent defaults\nRetry settings\nCron jobs\nSkills configuration\nWorkflow\nIdentify the need using the decision tree above\nSearch \"if unsure: ./scripts/search.sh <keyword>\"\nFetch the doc: ./scripts/fetch-doc.sh <path> or use browser\nReference snippets for config examples\nCite the source URL when answering\nTips\nAlways use cached sitemap when possible (1-hour TTL)\nFor complex questions, search the full-text index\nCheck recent.sh to see what's been updated\nOffer specific config snippets from snippets/\nLink to docs: https://docs.clawd.bot/<path>\nExample Interactions\n\nUser: \"How do I make my bot only respond when mentioned in Discord?\"\n\nYou:\n\nFetch providers/discord doc\nFind the requireMention setting\nProvide the config snippet:\n{\n  \"discord\": {\n    \"guilds\": {\n      \"*\": {\n        \"requireMention\": true\n      }\n    }\n  }\n}\n\nLink: https://docs.clawd.bot/providers/discord\n\nUser: \"What's new in the docs?\"\n\nYou:\n\nRun ./scripts/recent.sh 7\nSummarize recently updated pages\nOffer to dive into any specific updates"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NicholasSpisak/clawddocs",
    "publisherUrl": "https://clawhub.ai/NicholasSpisak/clawddocs",
    "owner": "NicholasSpisak",
    "version": "1.2.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawddocs",
    "downloadUrl": "https://openagent3.xyz/downloads/clawddocs",
    "agentUrl": "https://openagent3.xyz/skills/clawddocs/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawddocs/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawddocs/agent.md"
  }
}