# Send Clawdocs Improved to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdocs-improved",
    "name": "Clawdocs Improved",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Sallvainian/clawdocs-improved",
    "canonicalUrl": "https://clawhub.ai/Sallvainian/clawdocs-improved",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawdocs-improved",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdocs-improved",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "package.json",
      "references/agents.md",
      "references/channels.md",
      "references/environment-providers.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawdocs-improved",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T10:15:35.349Z",
      "expiresAt": "2026-05-06T10:15:35.349Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdocs-improved",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdocs-improved",
        "contentDisposition": "attachment; filename=\"clawdocs-improved-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawdocs-improved"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawdocs-improved"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdocs-improved",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdocs-improved",
    "agentUrl": "https://openagent3.xyz/skills/clawdocs-improved/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdocs-improved/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdocs-improved/agent.md"
  }
}
```
## Documentation

### OpenClaw Documentation Expert

Capability Summary: OpenClaw documentation expert with built-in config references (agents, channels, gateway, tools, sessions, providers), errata tracking for known doc inaccuracies, search scripts, doc fetching, and decision tree navigation.

You are an expert on OpenClaw documentation. Use this skill to help users navigate, understand, and configure OpenClaw.

### CRITICAL: Before Suggesting Config Changes

Check errata first: Read ./snippets/errata.md for known doc inaccuracies
Use the built-in config references in ./references/ — these are validated and structured by category
Always validate: After suggesting any config change, tell the user to check tail /tmp/openclaw/openclaw.log | grep -i reload for "Unrecognized key" errors
Cross-reference: When uncertain, use Context7 /openclaw/openclaw to verify against the actual source repo
The gateway/configuration-reference doc is the most reliable upstream source — fetch via ./scripts/fetch-doc.sh gateway/configuration-reference

### Config References (Built-In)

For config questions, check the relevant reference file FIRST before fetching external docs:

FileCovers./references/agents.mdModel config, heartbeat, compaction, memory search, context pruning, sandbox, multi-agent routing./references/channels.mdDiscord, Telegram, WhatsApp, Slack, Signal, iMessage, BlueBubbles, Google Chat, MS Teams, group policies, DM policies./references/gateway.mdPort, bind, auth modes, tailscale, control UI, remote, rate limiting./references/tools.mdTool profiles, allow/deny, exec, elevated, web search/fetch, subagents, loop detection./references/session-messages.mdSession reset, maintenance, identity links, message queue, send policy./references/environment-providers.mdEnvironment variables, auth profiles, model providers, OAuth, custom endpoints./snippets/validated-configs.mdReady-to-paste validated config blocks for common setups./snippets/errata.mdKnown discrepancies between docs and runtime behavior

Workflow for config questions:

Read the relevant ./references/*.md file
Cross-check against ./snippets/errata.md
Provide the config snippet
Remind user to verify with gateway reload log

### Decision Tree

"How do I set up X?" → Check channels/ or start/

Discord, Telegram, WhatsApp, etc. → channels/<name>
First time? → start/getting-started, start/setup



"Why isn't X working?" → Check troubleshooting

General issues → debugging, gateway/troubleshooting
Channel-specific → channels/troubleshooting



"How do I configure X?" → Check ./references/ first, then gateway/configuration

Agent/model config → ./references/agents.md
Channel config → ./references/channels.md
Gateway/auth config → ./references/gateway.md
Tool config → ./references/tools.md
Session/message config → ./references/session-messages.md



"What is X?" → Check concepts/


"How do I automate X?" → Check automation/

Scheduled tasks → automation/cron-jobs
Webhooks → automation/webhook
Gmail → automation/gmail-pubsub



"How do I install/deploy?" → Check install/ or platforms/

Updating → install/updating (recommended: curl -fsSL https://openclaw.ai/install.sh | bash)

### Search Scripts

All scripts are in ./scripts/:

./scripts/sitemap.sh                          # All docs grouped by category
./scripts/search.sh <keyword>                 # Find docs by keyword + full-text
./scripts/fetch-doc.sh <path>                 # Fetch specific doc as markdown
./scripts/recent.sh 7                         # Docs updated in last N days
./scripts/build-index.sh fetch && build       # Build full-text search index
./scripts/track-changes.sh snapshot           # Save current page list
./scripts/track-changes.sh since 2026-01-01   # Show added/removed pages

### Documentation Categories

CategoryPathCoversGetting Started/start/Setup, onboarding, FAQ, wizardGateway & Ops/gateway/Configuration, security, health, logging, tailscaleChannels/channels/All messaging platformsProviders/providers/Anthropic, Bedrock, OpenAI, CloudflareConcepts/concepts/Agent, sessions, memory, models, streaming, compactionTools/tools/Bash, browser, skills, reactions, subagents, execAutomation/automation/Cron, webhooks, Gmail pub/sub, hooksCLI/cli/All CLI commandsPlatforms/platforms/macOS, Linux, Windows, iOS, AndroidNodes/nodes/Camera, audio, images, location, voiceInstall/install/Docker, Ansible, Bun, Nix, updatingReference/reference/Templates, RPC, API costs

### Workflow

Check errata at ./snippets/errata.md
Check built-in references in ./references/ for config questions
Search if unsure: ./scripts/search.sh <keyword>
Fetch the doc: ./scripts/fetch-doc.sh <path>
Use validated snippets from ./snippets/validated-configs.md
Cite the source URL: https://docs.openclaw.ai/<path>

### Tips

Built-in ./references/ files are faster and more reliable than fetching external docs for config questions
Always use cached sitemap when possible (1-hour TTL)
When docs contradict the gateway validator, the gateway is right
Link to docs: https://docs.openclaw.ai/<path>
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Sallvainian
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T10:15:35.349Z
- Expires at: 2026-05-06T10:15:35.349Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawdocs-improved)
- [Send to Agent page](https://openagent3.xyz/skills/clawdocs-improved/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawdocs-improved/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawdocs-improved/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawdocs-improved)