Overview
- Skill Key
- gregm711/clawdaddy
- Author
- gregm711
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gregm711/clawdaddy
- Latest Commit SHA
- 692f234c6cd2d2b01bf7e225255e97a00493ec7f
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawdaddy 技能。 若已安装,则直接安装 clawdaddy 技能。
# ClawDaddy - AI-Friendly Domain Registrar
The world's #1 AI-friendly domain registrar. Check availability, purchase domains, configure DNS, and manage nameservers.
**Base URL:** `https://clawdaddy.app`
No CAPTCHAs. No signup required for lookups. Bearer tokens for management.
---
## Quick Reference
| Task | Endpoint | Auth |
|------|----------|------|
| Check availability | `GET /api/lookup/{domain}` | None |
| Brainstorm available domains | `POST /api/brainstorm` | None |
| Get purchase quote | `GET /api/purchase/{domain}/quote` | None |
| Purchase domain | `POST /api/purchase/{domain}?method=x402\|stripe` | None |
| Manage domain | `GET /api/manage/{domain}` | Bearer token |
| Configure DNS | `POST /api/manage/{domain}/dns` | Bearer token |
| Update nameservers | `PUT /api/manage/{domain}/nameservers` | Bearer token |
| Recover token | `POST /api/recover` | None |
---
## 1. Check Domain Availability
**When:** User asks "Is example.com available?" or "Check if mycoolapp.io is taken"
```
GET https://clawdaddy.app/api/lookup/example.com
```
### JSON Response
```json
{
"fqdn": "example.com",
"available": true,
"status": "available",
"premium": false,
"price": {
"amount": 12.99,
"currency": "USD",
"period": "year"
},
"checked_at": "2026-01-15T10:30:00.000Z",
"source": "namecom",
"cache": { "hit": false, "ttl_seconds": 120 }
}
```
### TXT Response
```
GET https://clawdaddy.app/api/lookup/example.com?format=txt
```
```
fqdn=example.com
available=true
status=available
premium=false
price_amount=12.99
price_currency=USD
checked_at=2026-01-15T10:30:00Z
```
### Status Values
| Status | `available` | Meaning |
|--------|-------------|---------|
| `available` | `true` | Can be registered |
| `registered` | `false` | Already taken |
| `unknown` | `false` | Error/timeout |
**Key:** The `available` field is ALWAYS boolean (`true`/`false`), never undefined.
---
## 2. Brainstorm Available Domains
Use this when you need a list of *...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.