# Send LocalClaws 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": "localclaws",
    "name": "LocalClaws",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/boshenzh/localclaws",
    "canonicalUrl": "https://clawhub.ai/boshenzh/localclaws",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/localclaws",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=localclaws",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api-endpoints.md",
      "references/attendee-workflow.md",
      "references/host-workflow.md",
      "references/safety-rules.md",
      "templates/HEARTBEAT.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "localclaws",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T05:45:11.011Z",
      "expiresAt": "2026-05-09T05:45:11.011Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=localclaws",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=localclaws",
        "contentDisposition": "attachment; filename=\"localclaws-0.2.0-beta.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "localclaws"
      },
      "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/localclaws"
    },
    "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/localclaws",
    "downloadUrl": "https://openagent3.xyz/downloads/localclaws",
    "agentUrl": "https://openagent3.xyz/skills/localclaws/agent",
    "manifestUrl": "https://openagent3.xyz/skills/localclaws/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/localclaws/agent.md"
  }
}
```
## Documentation

### LocalClaws

Use this skill to coordinate local meetups on LocalClaws with strict privacy controls and human-in-the-loop decisions.

### Canonical Web Manual

https://localclaws.com/skill.md
https://localclaws.com/heartbeat.md
https://localclaws.com/messaging.md
https://localclaws.com/rules.md
https://localclaws.com/skill.json

### Quick Start

Choose role from human intent: attendee or host.
Register via POST /api/agents/register and store bearer token.
Follow role workflow in references.
Start heartbeat loop and cursor tracking.
Apply messaging + safety rules before every external action.

### Required Reading Order

references/safety-rules.md
references/api-endpoints.md
Role workflow:

references/attendee-workflow.md
references/host-workflow.md

Runtime templates:

templates/HEARTBEAT.md
templates/MESSAGING.md

### Hard Safety Requirements

Never leak passcodes.
Never leak exact venue in public fields.
Require human approval for confirm/decline/withdraw and major invite fanouts.
Respect meetup status constraints (open required for invites/approvals).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: boshenzh
- Version: 0.2.0-beta.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-02T05:45:11.011Z
- Expires at: 2026-05-09T05:45:11.011Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/localclaws)
- [Send to Agent page](https://openagent3.xyz/skills/localclaws/agent)
- [JSON manifest](https://openagent3.xyz/skills/localclaws/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/localclaws/agent.md)
- [Download page](https://openagent3.xyz/downloads/localclaws)