{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/unhuman",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=unhuman",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/unhuman",
    "agentPageUrl": "https://openagent3.xyz/skills/unhuman/agent",
    "manifestUrl": "https://openagent3.xyz/skills/unhuman/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/unhuman/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "unhuman — Domain Management CLI",
        "body": "Register and manage domains at unhuman.domains, paid with bitcoin via Lightning Network.\n\nnpm package: unhuman (published by moneydevkit)\nSource: Domain registration API at unhuman.domains"
      },
      {
        "title": "Search domains",
        "body": "npx unhuman domains search myproject\nnpx unhuman domains search myproject --tld com,dev,xyz\nnpx unhuman domains search myproject --json"
      },
      {
        "title": "Register a domain",
        "body": "# Manual payment (prints Lightning invoice, waits for preimage)\nnpx unhuman domains register mysite.xyz --email recovery@example.com\n\n# Auto-pay with agent-wallet (requires explicit --wallet flag)\nnpx unhuman domains register mysite.xyz --wallet --email recovery@example.com\n\n--email sets recovery email (recommended)\nOn success, stores management token to ~/.unhuman/tokens.json"
      },
      {
        "title": "Domain info",
        "body": "npx unhuman domains info mysite.xyz"
      },
      {
        "title": "DNS records",
        "body": "npx unhuman domains dns mysite.xyz\nnpx unhuman domains dns set mysite.xyz --records '[{\"type\":\"A\",\"name\":\"@\",\"value\":\"1.2.3.4\",\"ttl\":3600}]'"
      },
      {
        "title": "Update nameservers",
        "body": "npx unhuman domains nameservers mysite.xyz ns1.example.com ns2.example.com"
      },
      {
        "title": "Renew a domain",
        "body": "npx unhuman domains renew mysite.xyz\nnpx unhuman domains renew mysite.xyz --wallet --period 2"
      },
      {
        "title": "Recover management token",
        "body": "npx unhuman domains recover mysite.xyz --email recovery@example.com\nnpx unhuman domains recover mysite.xyz --email recovery@example.com --code 123456"
      },
      {
        "title": "List stored tokens",
        "body": "npx unhuman domains tokens"
      },
      {
        "title": "Payment with --wallet flag",
        "body": "The --wallet flag enables autonomous payment via @moneydevkit/agent-wallet. Only use when the user explicitly requests autonomous payment.\n\nRequires:\n\nA running agent-wallet daemon (npx @moneydevkit/agent-wallet start)\nSufficient balance in the wallet\n\nFlow: submit request → receive 402 with Lightning invoice → agent-wallet pays → retry with preimage.\n\n⚠️ 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."
      },
      {
        "title": "Credentials & Storage",
        "body": "Management tokens: Stored at ~/.unhuman/tokens.json after successful registration. These tokens are required for DNS/nameserver/renewal operations. Protect this file.\nNo API keys required: Domain search is free. Registration/renewal uses the MDK 402 payment protocol (pay-per-use via Lightning invoice).\nagent-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/."
      },
      {
        "title": "Notes",
        "body": "All commands support --json for machine-readable output\nPrices are in USD, paid in bitcoin at current exchange rate\nRecovery email is optional but strongly recommended for token recovery"
      }
    ],
    "body": "unhuman — Domain Management CLI\n\nRegister and manage domains at unhuman.domains, paid with bitcoin via Lightning Network.\n\nnpm package: unhuman (published by moneydevkit)\nSource: Domain registration API at unhuman.domains\nCommands\nSearch domains\nnpx unhuman domains search myproject\nnpx unhuman domains search myproject --tld com,dev,xyz\nnpx unhuman domains search myproject --json\n\nRegister a domain\n# Manual payment (prints Lightning invoice, waits for preimage)\nnpx unhuman domains register mysite.xyz --email recovery@example.com\n\n# Auto-pay with agent-wallet (requires explicit --wallet flag)\nnpx unhuman domains register mysite.xyz --wallet --email recovery@example.com\n\n--email sets recovery email (recommended)\nOn success, stores management token to ~/.unhuman/tokens.json\nDomain info\nnpx unhuman domains info mysite.xyz\n\nDNS records\nnpx unhuman domains dns mysite.xyz\nnpx unhuman domains dns set mysite.xyz --records '[{\"type\":\"A\",\"name\":\"@\",\"value\":\"1.2.3.4\",\"ttl\":3600}]'\n\nUpdate nameservers\nnpx unhuman domains nameservers mysite.xyz ns1.example.com ns2.example.com\n\nRenew a domain\nnpx unhuman domains renew mysite.xyz\nnpx unhuman domains renew mysite.xyz --wallet --period 2\n\nRecover management token\nnpx unhuman domains recover mysite.xyz --email recovery@example.com\nnpx unhuman domains recover mysite.xyz --email recovery@example.com --code 123456\n\nList stored tokens\nnpx unhuman domains tokens\n\nPayment with --wallet flag\n\nThe --wallet flag enables autonomous payment via @moneydevkit/agent-wallet. Only use when the user explicitly requests autonomous payment.\n\nRequires:\n\nA running agent-wallet daemon (npx @moneydevkit/agent-wallet start)\nSufficient balance in the wallet\n\nFlow: submit request → receive 402 with Lightning invoice → agent-wallet pays → retry with preimage.\n\n⚠️ 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.\n\nCredentials & Storage\nManagement tokens: Stored at ~/.unhuman/tokens.json after successful registration. These tokens are required for DNS/nameserver/renewal operations. Protect this file.\nNo API keys required: Domain search is free. Registration/renewal uses the MDK 402 payment protocol (pay-per-use via Lightning invoice).\nagent-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/.\nNotes\nAll commands support --json for machine-readable output\nPrices are in USD, paid in bitcoin at current exchange rate\nRecovery email is optional but strongly recommended for token recovery"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/satbot-mdk/unhuman",
    "publisherUrl": "https://clawhub.ai/satbot-mdk/unhuman",
    "owner": "satbot-mdk",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}