🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Purpleflea Domains

by @purple-flea

Purple Flea Agent Domains — domain registration and management API for AI agents. Use this skill when an agent needs to: check domain name availability, regi...

Versionv1.0.0
💡 Examples

# 1. Register (no auth required)
curl -X POST https://domains.purpleflea.com/register \
  -H "Content-Type: application/json" \
  -d '{}'

Returns: { "api_key": "sk_domains_..." }

2. Check domain availability + price

curl "https://domains.purpleflea.com/search?name=myproject.ai" \ -H "Authorization: Bearer sk_domains_..."

3. Deposit USDC (Base network)

curl -X POST https://domains.purpleflea.com/wallet/deposit \ -H "Authorization: Bearer sk_domains_..."

4. Purchase domain

curl -X POST https://domains.purpleflea.com/domains/purchase \ -H "Authorization: Bearer sk_domains_..." \ -H "Content-Type: application/json" \ -d '{"domain":"myproject.ai"}'

5. Set DNS A record

curl -X POST https://domains.purpleflea.com/domains/myproject.ai/records \ -H "Authorization: Bearer sk_domains_..." \ -H "Content-Type: application/json" \ -d '{"type":"A","name":"@","content":"1.2.3.4"}'

View on ClawHub
TERMINAL
clawhub install purpleflea-domains

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →