# Send Craft Notes 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": "craft",
    "name": "Craft Notes",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "canonicalUrl": "https://clawhub.ai/Noah-Ribaudo/craft",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/craft",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craft",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "craft",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T04:29:57.366Z",
      "expiresAt": "2026-05-09T04:29:57.366Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craft",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=craft",
        "contentDisposition": "attachment; filename=\"craft-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "craft"
      },
      "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/craft"
    },
    "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/craft",
    "downloadUrl": "https://openagent3.xyz/downloads/craft",
    "agentUrl": "https://openagent3.xyz/skills/craft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/craft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/craft/agent.md"
  }
}
```
## Documentation

### Craft CLI

Interact with Craft.do documents, blocks, and tasks.

### Setup

Install: Copy scripts/craft to ~/bin/craft and make executable
Get API URL from Craft: Settings > Integrations > Craft Connect > Create Link
Set env var: export CRAFT_API_URL='https://connect.craft.do/links/YOUR_LINK/api/v1'

Add to shell profile for persistence.

### Documents

craft folders                    # List all folders
craft docs [location]            # List documents (unsorted, trash, templates, daily_notes)
craft doc <id>                   # Get document content by ID
craft daily [date]               # Get daily note (today, yesterday, YYYY-MM-DD)
craft search <term>              # Search across documents
craft create-doc "Title" [folderId]  # Create new document

### Blocks

craft add-block <docId> "markdown"      # Add block to document
craft add-to-daily "markdown" [date]    # Add to daily note (default: today)
craft update-block <blockId> "markdown" # Update existing block
craft delete-block <blockId>...         # Delete block(s)

### Tasks

craft tasks [scope]              # List tasks (inbox, active, upcoming, logbook)
craft add-task "text" [scheduleDate]  # Add task to inbox
craft complete-task <id>         # Mark task as done
craft delete-task <id>           # Delete task

### Collections

craft collections                # List all collections
craft collection-items <id>      # Get items from collection

### Notes

Markdown content passed as arguments; escape quotes if needed
Dates: today, yesterday, or YYYY-MM-DD
Task scopes: inbox (default), active, upcoming, logbook
Document locations: unsorted, trash, templates, daily_notes
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Noah-Ribaudo
- 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-02T04:29:57.366Z
- Expires at: 2026-05-09T04:29:57.366Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/craft)
- [Send to Agent page](https://openagent3.xyz/skills/craft/agent)
- [JSON manifest](https://openagent3.xyz/skills/craft/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/craft/agent.md)
- [Download page](https://openagent3.xyz/downloads/craft)