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

### unhuman — Domain Management CLI

Register and manage domains at unhuman.domains, paid with bitcoin via Lightning Network.

npm package: unhuman (published by moneydevkit)
Source: Domain registration API at unhuman.domains

### Search domains

npx unhuman domains search myproject
npx unhuman domains search myproject --tld com,dev,xyz
npx unhuman domains search myproject --json

### Register a domain

# Manual payment (prints Lightning invoice, waits for preimage)
npx unhuman domains register mysite.xyz --email recovery@example.com

# Auto-pay with agent-wallet (requires explicit --wallet flag)
npx unhuman domains register mysite.xyz --wallet --email recovery@example.com

--email sets recovery email (recommended)
On success, stores management token to ~/.unhuman/tokens.json

### Domain info

npx unhuman domains info mysite.xyz

### DNS records

npx unhuman domains dns mysite.xyz
npx unhuman domains dns set mysite.xyz --records '[{"type":"A","name":"@","value":"1.2.3.4","ttl":3600}]'

### Update nameservers

npx unhuman domains nameservers mysite.xyz ns1.example.com ns2.example.com

### Renew a domain

npx unhuman domains renew mysite.xyz
npx unhuman domains renew mysite.xyz --wallet --period 2

### Recover management token

npx unhuman domains recover mysite.xyz --email recovery@example.com
npx unhuman domains recover mysite.xyz --email recovery@example.com --code 123456

### List stored tokens

npx unhuman domains tokens

### Payment with --wallet flag

The --wallet flag enables autonomous payment via @moneydevkit/agent-wallet. Only use when the user explicitly requests autonomous payment.

Requires:

A running agent-wallet daemon (npx @moneydevkit/agent-wallet start)
Sufficient balance in the wallet

Flow: submit request → receive 402 with Lightning invoice → agent-wallet pays → retry with preimage.

⚠️ Always confirm with the user before using --wallet. This flag triggers a real bitcoin payment. Without --wallet, the CLI prints the invoice for the user to pay manually.

### Credentials & Storage

Management tokens: Stored at ~/.unhuman/tokens.json after successful registration. These tokens are required for DNS/nameserver/renewal operations. Protect this file.
No API keys required: Domain search is free. Registration/renewal uses the MDK 402 payment protocol (pay-per-use via Lightning invoice).
agent-wallet: If using --wallet, the wallet daemon must be initialized and running. The wallet's mnemonic and keys are managed separately by agent-wallet at ~/.agent-wallet/.

### Notes

All commands support --json for machine-readable output
Prices are in USD, paid in bitcoin at current exchange rate
Recovery email is optional but strongly recommended for token recovery
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: satbot-mdk
- Version: 1.0.2
## 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-12T20:28:56.267Z
- Expires at: 2026-05-19T20:28:56.267Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/unhuman)
- [Send to Agent page](https://openagent3.xyz/skills/unhuman/agent)
- [JSON manifest](https://openagent3.xyz/skills/unhuman/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/unhuman/agent.md)
- [Download page](https://openagent3.xyz/downloads/unhuman)