# Send Clawctl 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": "clawctl",
    "name": "Clawctl",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/lludlow/clawctl",
    "canonicalUrl": "https://clawhub.ai/lludlow/clawctl",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawctl",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawctl",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CLAUDE.md",
      "README.md",
      "SKILL.md",
      "clawctl/__init__.py",
      "clawctl/cli.py",
      "clawctl/db.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawctl",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:48:28.013Z",
      "expiresAt": "2026-05-06T13:48:28.013Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawctl",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawctl",
        "contentDisposition": "attachment; filename=\"clawctl-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawctl"
      },
      "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/clawctl"
    },
    "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/clawctl",
    "downloadUrl": "https://openagent3.xyz/downloads/clawctl",
    "agentUrl": "https://openagent3.xyz/skills/clawctl/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawctl/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawctl/agent.md"
  }
}
```
## Documentation

### Setup

clawctl init                        # create the database
export CLAW_AGENT=your-name         # set identity (falls back to $USER with warning)
export CLAW_DB=~/.openclaw/clawctl.db  # optional, this is the default

### Operational Rhythm

Follow this pattern every session:

clawctl checkin — register presence, see unread count
clawctl inbox --unread — read messages before picking up work
clawctl next — find highest-priority actionable task (or clawctl list --mine)
clawctl claim <id> then clawctl start <id> — take ownership and begin
clawctl msg <agent> "update" --task <id> — coordinate during work
clawctl done <id> -m "what I did" then clawctl next — complete and move on

Only claim tasks assigned to you or matching your role. Completing an already-done task is a safe no-op.

### Decision Tree

SituationCommandNew taskclawctl add "Subject" -d "Details"Find workclawctl next then clawctl claim <id>Blockedclawctl block <id> --by <blocker-id> and notify via clawctl msgFinishedclawctl done <id> -m "Result"Hand offclawctl msg <agent> "Ready for you" --task <id> --type handoffReady for reviewclawctl review <id>Catch upclawctl feed --last 20 or clawctl summaryLink artifactsAdd --meta '{"note":"path/to/file"}' to done, claim, start, or block

### Task Statuses

pending → claimed → in_progress → done
                  ↘ blocked ↗    ↘ cancelled
                  ↘ review  ↗

list excludes done/cancelled by default. Use --all for history (newest first).

### Tasks

CommandDescriptionadd SUBJECTCreate task. -d desc, -p 0|1|2 priority, --for AGENT assign, --parent IDlistActive tasks. --mine, --status STATUS, --owner AGENT, --allnextHighest-priority actionable task for current agentclaim IDClaim task. --force overrides ownership, --meta JSONstart IDBegin work (in_progress). --meta JSONdone IDComplete. -m note, --force, --meta JSONreview IDMark ready for review. --meta JSONcancel IDCancel task. --meta JSONblock ID --by OTHERMark blocked. --meta JSONboardKanban board grouped by status

### Messages

CommandDescriptionmsg AGENT BODYSend message. --task ID, --type TYPE (comment, status, handoff, question, answer, alert)broadcast BODYAlert all agentsinboxRead messages. --unread for unread only

### Fleet

CommandDescriptioncheckinHeartbeat — update presence, report unread countregister NAMERegister agent. --role TEXTfleetAll agents with status and current taskwhoamiIdentity, role, and DB path

### Monitoring

CommandDescriptionfeedActivity log. --last N, --agent NAME, --metasummaryFleet overview with counts and recent eventsdashboardWeb UI. --port INT, --stop, --verbose
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lludlow
- Version: 0.1.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-29T13:48:28.013Z
- Expires at: 2026-05-06T13:48:28.013Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawctl)
- [Send to Agent page](https://openagent3.xyz/skills/clawctl/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawctl/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawctl/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawctl)