# Send Write 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": "write",
    "name": "Write",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/write",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/write",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/write",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=write",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "audit.md",
      "audit.sh",
      "brief.md",
      "cleanup.sh",
      "criteria.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "write",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T01:08:15.403Z",
      "expiresAt": "2026-05-08T01:08:15.403Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=write",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=write",
        "contentDisposition": "attachment; filename=\"write-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "write"
      },
      "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/write"
    },
    "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/write",
    "downloadUrl": "https://openagent3.xyz/downloads/write",
    "agentUrl": "https://openagent3.xyz/skills/write/agent",
    "manifestUrl": "https://openagent3.xyz/skills/write/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/write/agent.md"
  }
}
```
## Documentation

### Setup

On first use, create workspace:

./scripts/init-workspace.sh ~/writing

### Workflow

Request → Plan → Draft → Audit → Refine → Deliver

Rules:

Delegate all writing to sub-agents — main stays free
NEVER edit files directly — use ./scripts/edit.sh (enforces versioning)
Run quality audit before delivering anything long (see audit.md)
Offer cleanup only after user confirms piece is final

### Configuration

Set in config.json:

depth: "quick" | "standard" | "thorough" — controls research and revision passes
auto_audit: true/false — run audits automatically after drafts

### Scripts (Enforced)

ScriptPurposeinit-workspace.shCreate project structurenew-piece.shStart new writing piece with IDedit.shEdit with automatic version backupaudit.shRun quality audit, generate reportlist.shShow all pieces and versionsrestore.shRestore previous versioncleanup.shRemove old versions (with confirmation)

References: brief.md for planning, execution.md for drafting, verification.md for quality checks, state.md for tracking, research.md for investigation, versioning.md for version rules, audit.md for dimensions, criteria.md for preferences. Scripts in scripts/: scripts/init-workspace.sh, scripts/new-piece.sh, scripts/edit.sh, scripts/audit.sh, scripts/list.sh, scripts/restore.sh, scripts/cleanup.sh.

### Never

Empty sections = observe and fill.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- 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-01T01:08:15.403Z
- Expires at: 2026-05-08T01:08:15.403Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/write)
- [Send to Agent page](https://openagent3.xyz/skills/write/agent)
- [JSON manifest](https://openagent3.xyz/skills/write/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/write/agent.md)
- [Download page](https://openagent3.xyz/downloads/write)