dn-suggest

Get domain name suggestions based on a search query using the dn CLI. Use when the user wants creative domain name ideas, alternative TLDs, or domain…

npx skills add https://github.com/automattic/dn-cli --skill dn-suggest

dn suggest

Get domain name suggestions based on a keyword or phrase.

Usage

# Basic suggestions (default 10 results)
dn suggest "cool startup"

# Limit results
dn suggest "photography" --count=5

# Filter by TLDs (partner mode only)
dn suggest "blog" --tlds=com,net,org

# Exact match only (partner mode only)
dn suggest "example" --exact

Options

OptionDescription
--count, -cNumber of suggestions (default: 10)
--tlds, -tComma-separated TLDs to filter (partner mode only)
--exactExact match only (partner mode only)

Output

Partner mode columns: Domain, Available, Register Fee, Renewal Fee, Premium

User mode columns: Domain, Cost, Premium, Relevance

Notes

  • Partner mode fees are in cents (displayed as dollars)
  • User mode uses WPCOM rest/v1.1/domains/suggestions endpoint
  • --tlds and --exact flags are only effective in partner mode

More skills from automattic

dn-info
automattic
Get detailed information about a registered domain using the dn CLI. Use when the user wants to see domain details like expiration date, nameservers, contacts,…
official
wordpress-plugin-publish
automattic
Use this skill when publishing, submitting, reuploading, verifying, packaging, checking, demoing, or releasing WordPress.org plugins with Pressship. It covers…
official
dev
automattic
Development workflows for WordPress ActivityPub plugin including wp-env setup, testing commands, linting, and build processes. Use when setting up development…
official
gitattributes
automattic
Use when auditing or updating .gitattributes export-ignore coverage so dev-only files (lint configs, CI, tests, docs, build tooling) don't ship in the…
official
integrations
automattic
Third-party WordPress plugin integration patterns. Use when adding new integrations, debugging compatibility with other plugins, or working with existing…
official
design-systems
automattic
Bold aesthetic direction guidance for web design. Use when making creative decisions about typography, color, motion, spatial composition, and overall visual…
official
site-specification
automattic
Extract comprehensive site specifications from simple descriptions. Use when analyzing a user's theme request to determine site type, audience, tone, layout…
official
wordpress-block-theming
automattic
WordPress Full Site Editing (FSE) theme architecture. Use when generating theme.json, block templates, template parts, patterns, and functions.php for…
official