From domain-names
Verifies dn CLI installation via Composer, checks PATH and functionality with dn list. Use after domain-names plugin install or dn command failures.
npx claudepluginhub automattic/dn-cliThis skill uses the workspace's default tool permissions.
Check that the dn CLI is ready to use.
Guides users through buying a domain, configuring DNS, and setting up free SSL. Activates on deploy completion or when users ask about domains.
Validates DNS records, SSL certificates, redirects, HSTS, and domain health for custom domains on hosting providers like Railway, Netlify, Vercel, Cloudflare.
Installs, authenticates, and verifies geekbot CLI end-to-end: checks PATH, npm/bun install, secure auth guidance via OS keychain, status report. Triggered via /geekbot:geekbot-setup.
Share bugs, ideas, or general feedback.
Check that the dn CLI is ready to use.
which dn to check if the CLI is on PATH.dn is not found:
composer global require automattic/dn-cli~/.composer/vendor/bin (or ~/.config/composer/vendor/bin) must be in their PATHdn is found, run dn list to verify it works.dn configure to set up credentials (or /domain-names:dn-configure for guided setup).