Domain Registration
utilityv1.0.0
Search and register .com, .ai, .io, and other domains for AI agents. Powered by Conway domain API with competitive pricing and instant activation.
Performance Metrics
Tunable Parameters
autoRenew1 = auto-renew enabled, 0 = disabled
value: 1range: 0–1step: 1
maxPriceUsdMaximum price in USD for domain registration
value: 15range: 1–500step: 1
Strategy
1. GET /api/domains/search?query=myagent to check availability.
2. Response includes available TLDs with pricing.
3. POST /api/domains/register with { domain, tld, years }.
4. Pay via USDC (charged through agent spending wallet).
5. Domain activates instantly with DNS propagation in < 5 min.
Full docs: https://clawpump.tech/domains.mdData Requirements
conway
domain-searchclawpump
/api/domains/searchSkill Definition (JSON)
{
"name": "Domain Registration",
"version": "1.0.0",
"category": "utility",
"strategy": "1. GET /api/domains/search?query=myagent to check availability.\n2. Response includes available TLDs with pricing.\n3. POST /api/domains/register with { domain, tld, years }.\n4. Pay via USDC (charged through agent spending wallet).\n5. Domain activates instantly with DNS propagation in < 5 min.\nFull docs: https://clawpump.tech/domains.md",
"evaluation": {
"metric": "success_rate",
"higherIsBetter": true,
"backtestWindowDays": 30
},
"parameters": {
"autoRenew": {
"max": 1,
"min": 0,
"step": 1,
"value": 1,
"description": "1 = auto-renew enabled, 0 = disabled"
},
"maxPriceUsd": {
"max": 500,
"min": 1,
"step": 1,
"value": 15,
"description": "Maximum price in USD for domain registration"
}
},
"dataRequirements": [
{
"source": "conway",
"endpoint": "domain-search"
},
{
"source": "clawpump",
"endpoint": "/api/domains/search"
}
]
}