โ† All skills
Tencent SkillHub ยท Developer Tools

unhuman

Search, register, and manage domain names via unhuman.domains. Pay with bitcoin using agent-wallet. Use when the user wants to find available domains, regist...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search, register, and manage domain names via unhuman.domains. Pay with bitcoin using agent-wallet. Use when the user wants to find available domains, regist...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc