Domain TLD search for your CLI and your AI agent. Availability and prices in one command, or one skill install away from your agent.
$ dotld acme
acme
├─ acme.com · Taken
├─ acme.net · Taken
├─ acme.org · Taken
├─ acme.io · $39.99 · https://www.dynadot.com/domain/search?domain=acme.io&rscreg=github
├─ acme.ai · Taken
├─ acme.co · Taken
├─ acme.app · Taken
├─ acme.dev · Taken
├─ acme.sh · Taken
└─ acme.so · Taken
Type a keyword, get every TLD that matters. Available domains show price and a link to buy.
curl -fsSL https://raw.githubusercontent.com/tedstonne/dotld/main/scripts/install.sh | bashRequires a Dynadot production API key (free with any account). Your first run saves the key locally. No config files to manage.
dotld --dynadot-key YOUR_KEY acmeEvery run after that is just dotld <keyword>.
Check a specific domain:
$ dotld acme.xyz
acme.xyz · $9.99 · https://www.dynadot.com/domain/search?domain=acme.xyz&rscreg=github
Search across TLDs with a keyword:
$ dotld startup
Get structured output for scripts and pipelines:
$ dotld bigpickle.com --json
Override your saved key for a one-off lookup:
$ dotld bigpickle.com --dynadot-key OTHER_KEY
Give your AI agent the ability to search domains mid-conversation.
npx skills add tedstonne/dotldWorks with skills.sh compatible agents: Claude Code, OpenCode, Codex, Gemini CLI, and others.
Note: The skill uses your local
dotldinstall. A Dynadot production API key must be configured on your machine.