Add the skill
Run the Skills installer and follow its prompts to choose your agent and install scope.
npx skills@latest add FindADomain/skillsCLI agent skill
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
Three steps from install to first agent-run Domain Check.
Run the Skills installer and follow its prompts to choose your agent and install scope.
npx skills@latest add FindADomain/skillsThe CLI path in the skill uses the findadomain executable.
brew install findadomain/tap/findadomainStart a new agent session so it discovers the skill, then ask in natural language.
You: Check whether northstar.dev is available. Return structured JSON.Focused instructions for safe, predictable CLI use.
Runs one Domain Check with `findadomain check DOMAIN`.
Uses `--format json` when scripts or tools need fields.
Adds `--whois` when another availability signal is useful.
Passes one Registrable Domain, not a hostname or FQDN.
See install options, output formats, examples, and exit codes.