cloudflare-registrar

Installation
SKILL.md

Cloudflare Registrar

This skill wraps the Cloudflare Registrar API (beta) for three tasks:

  1. Search candidate domain names from a keyword (discovery, cached, fast)
  2. Check real-time availability and price for specific domains (registry truth, must do before buying)
  3. Register a domain (billable, non-refundable)

Why the workflow matters

Search results come from a cache and only show API-supported extensions — they're good for brainstorming, not for deciding. The Check endpoint hits the registry live and returns the current price. Skipping Check and going straight from Search to Register is how you end up with a failed registration or a surprise price. Always Check immediately before you Register.

Registrations charge the account's default payment method and cannot be refunded once they complete. Never call /registrations without:

  • a fresh domain-check result for the exact domain,
  • the user having seen and confirmed the domain name and the price from that check.

Required environment

Both must be set in the shell before running any script:

Installs
1
GitHub Stars
5
First Seen
13 days ago
cloudflare-registrar — lwmxiaobei/xiaobei-skills