dn-suggest

作成者: automattic

検索クエリに基づいてdn CLIを使用し、ドメイン名の提案を取得します。ユーザーが創造的なドメイン名のアイデア、代替TLD、またはドメインを希望する場合に使用します。

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

automatticのその他のスキル

wp-phpstan
automattic
WordPressプロジェクト(プラグイン/テーマ/サイト)でPHPStan静的解析の設定、実行、修正を行う際に使用:phpstan.neonのセットアップ、ベースライン、…
official
wp-playground
automattic
WordPress Playgroundのワークフローに使用:ブラウザまたはローカルで@wp-playground/cli(サーバー、run-blueprint、build-snapshot)を介した高速な使い捨てWPインスタンス、…
official
wp-plugin-development
automattic
WordPressプラグイン開発時に使用:アーキテクチャとフック、アクティベーション/ディアクティベーション/アンインストール、管理UIとSettings API、データストレージ、cron/タスク、セキュリティ…
official
wp-project-triage
automattic
WordPressリポジトリ(プラグイン/テーマ/ブロックテーマ/WPコア/Gutenberg/フルサイト)のツール/テスト/バージョンなどを含む決定的な検査が必要な場合に使用します。
official
wp-rest-api
automattic
WordPress REST APIのエンドポイント/ルート(register_rest_route、WP_REST_Controller/コントローラークラス、スキーマ/引数…)の構築、拡張、デバッグ時に使用します。
official
wp-wpcli-and-ops
automattic
WordPressの操作でWP-CLI(wp)を使用する際に利用:安全な検索置換、データベースのエクスポート/インポート、プラグイン/テーマ/ユーザー/コンテンツ管理、cron、キャッシュフラッシュなど
official
wpds
automattic
WordPress Design System(WPDS)とそのコンポーネント、トークン、パターンなどを活用してUIを構築する際に使用します。
official
woocommerce-finalize
automattic
WooCommerceプラグインのプレリリースコード健全性とトレーサビリティ監査。コードレビュー後に実行され、デッドコード、重複、構造的複雑性などに焦点を当てます…
official