# Send Craftwork 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": "craftwork",
    "name": "Craftwork",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/gaurangbhattspaceo/craftwork",
    "canonicalUrl": "https://clawhub.ai/gaurangbhattspaceo/craftwork",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/craftwork",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craftwork",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "skills/brainstorming/SKILL.md",
      "skills/dispatching-parallel-agents/SKILL.md",
      "skills/receiving-code-review/SKILL.md",
      "skills/requesting-code-review/SKILL.md",
      "skills/subagent-driven-development/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "craftwork",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T20:37:36.411Z",
      "expiresAt": "2026-05-07T20:37:36.411Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craftwork",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craftwork",
        "contentDisposition": "attachment; filename=\"craftwork-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "craftwork"
      },
      "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/craftwork"
    },
    "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/craftwork",
    "downloadUrl": "https://openagent3.xyz/downloads/craftwork",
    "agentUrl": "https://openagent3.xyz/skills/craftwork/agent",
    "manifestUrl": "https://openagent3.xyz/skills/craftwork/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/craftwork/agent.md"
  }
}
```
## Documentation

### Craft — Engineering Discipline for AI Agents

9 skills that turn AI agents into disciplined software engineers. Battle-tested on a 4-agent team shipping production software.

### Skills

SkillWhat It Enforcescraftwork:test-driven-developmentNo production code without a failing test firstcraftwork:systematic-debuggingNo fixes without root cause investigationcraftwork:verification-before-completionNo "done" claims without fresh evidencecraftwork:brainstormingNo code without exploring approaches firstcraftwork:writing-plansNo implementation without exact file paths, code, and testscraftwork:subagent-driven-developmentOne subagent per task, structured review between eachcraftwork:dispatching-parallel-agentsSafe parallel execution for independent taskscraftwork:requesting-code-reviewStructured diff review with security and spec checklistcraftwork:receiving-code-reviewTechnical rigor over performative agreement

### Install

clawhub install craftwork

### Philosophy

Agents are fast but sloppy. They skip tests, guess at fixes, claim "done" without checking, and agree with every review comment. These skills add guardrails — not to slow agents down, but to make their speed count.

Every skill follows the same pattern: stop, verify, then act.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gaurangbhattspaceo
- 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-30T20:37:36.411Z
- Expires at: 2026-05-07T20:37:36.411Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/craftwork)
- [Send to Agent page](https://openagent3.xyz/skills/craftwork/agent)
- [JSON manifest](https://openagent3.xyz/skills/craftwork/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/craftwork/agent.md)
- [Download page](https://openagent3.xyz/downloads/craftwork)