# Send clawbox-link-to-docs 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawbox",
    "name": "clawbox-link-to-docs",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/zhao0112/clawbox",
    "canonicalUrl": "https://clawhub.ai/zhao0112/clawbox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawbox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbox",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "references/analysis-template.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawbox",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T19:42:38.510Z",
      "expiresAt": "2026-05-08T19:42:38.510Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbox",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawbox",
        "contentDisposition": "attachment; filename=\"clawbox-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawbox"
      },
      "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/clawbox"
    },
    "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/clawbox",
    "downloadUrl": "https://openagent3.xyz/downloads/clawbox",
    "agentUrl": "https://openagent3.xyz/skills/clawbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawbox/agent.md"
  }
}
```
## Documentation

### ClawBox Link to Docs

Execute this workflow when user sends a URL and expects both source doc and analysis doc.

### Workflow

Fetch source content

Try readable extraction from the URL.
If redirected or homepage only content is returned, switch to alternative extraction path (browser or manual source capture) before proceeding.
Preserve original language and paragraph order.



Create or update two Feishu docs

Doc A: [Source] <title>
Doc B: [Analysis] <title>



Write Source doc (complete first)

Include source URL and capture time.
Write full original text with paragraph breaks.
Do not replace with short summary.
If extraction is partial, label clearly: Partial Capture plus missing scope note.



Write Analysis doc (structured)

Use the template in references/analysis-template.md.
Keep concise and decision oriented.



Quality gates (required)

Read back both docs after write.
Source doc fails if it is one line, too short, or clearly summary like.
If fail, rewrite once with better segmentation/chunking.



Report back to user

Return two doc links.
State completion status: Full Capture or Partial Capture.

### Non-negotiables

Default output is always two docs for a link task.
Source doc priority is fidelity over formatting.
Never claim full if content is truncated or fallback source is incomplete.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: zhao0112
- 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-05-01T19:42:38.510Z
- Expires at: 2026-05-08T19:42:38.510Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawbox)
- [Send to Agent page](https://openagent3.xyz/skills/clawbox/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawbox/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawbox/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawbox)