dn-check

作成者: automattic

dn CLIを使用してドメイン名の空き状況と価格を確認します。ユーザーがドメインの空き状況を知りたい、ドメイン価格を確認したい、または複数のドメインを検証したい場合に使用します。

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

dn check

Check availability and pricing for one or more domain names.

Usage

# Check a single domain
dn check example.com

# Check multiple domains at once
dn check example.com example.net example.org

Output

Partner mode table columns: Domain, Available, Fee Class, Price, Zone Active, TLD Maintenance

User mode table columns: Domain, Available, Status, Cost, Privacy

Behavior by Mode

  • Partner mode: Queries the Domain Services API. Returns pricing in dollars, fee class, zone/TLD status.
  • User mode: Queries WPCOM rest/v1.3/domains/{domain}/is-available. Availability is based on status === "available" (string, not boolean).

Notes

  • Accepts multiple domain arguments (space-separated)
  • Requires prior dn configure setup

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