Find a Domain
← Back to CLI

CLI agent skill

Teach your agent to check domains

Install the official FindADomain skill, then let your coding agent choose valid CLI commands, output formats, and fallbacks.

One-command setup

No copying or cloning

Project setup

Three steps from install to first agent-run Domain Check.

01

Add the skill

Run the Skills installer and follow its prompts to choose your agent and install scope.

npx skills@latest add FindADomain/skills
02

Install the CLI

The CLI path in the skill uses the findadomain executable.

brew install findadomain/tap/findadomain
03

Ask for a Domain Check

Start a new agent session so it discovers the skill, then ask in natural language.

You: Check whether northstar.dev is available. Return structured JSON.

What the skill teaches

Focused instructions for safe, predictable CLI use.

Correct command shape

Runs one Domain Check with `findadomain check DOMAIN`.

Structured output

Uses `--format json` when scripts or tools need fields.

WHOIS fallback

Adds `--whois` when another availability signal is useful.

Input guardrails

Passes one Registrable Domain, not a hostname or FQDN.

Want the CLI commands?

See install options, output formats, examples, and exit codes.

Open CLI guide