返回顶部
d

dotld

>

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
366
下载量
0
收藏
概述
安装方式
版本历史

dotld

# dotld — Domain Availability & Pricing ## Installation If `dotld` is not already available on the machine, install it: ```bash curl -fsSL https://raw.githubusercontent.com/tedstonne/dotld/main/scripts/install.sh | bash ``` ## Prerequisites dotld requires a Dynadot production API key. The key is resolved in this order: 1. `--dynadot-key <key>` flag (also auto-saves to config for future runs) 2. `DYNADOT_API_PRODUCTION_KEY` environment variable 3. Saved config at `~/.config/dotld/config.json` Get a key at: https://www.dynadot.com/account/domain/setting/api.html If the key is missing, dotld exits with an error and a link to the key page. ## Modes of Operation ### Exact domain lookup When the input contains a dot, dotld checks that specific domain: ```bash dotld example.com ``` Output: ``` example.com · Taken ``` Or if available: ``` example.com · $9.99 · https://www.dynadot.com/domain/search?domain=example.com&rscreg=github ``` ### Keyword expansion When the input has no dot, dotld auto-expands across 9 popular TLDs — com, net, org, io, ai, co, app, dev, sh: ```bash dotld acme ``` Output: ``` acme ├─ acme.com · Taken ├─ acme.net · Taken ├─ acme.org · Taken ├─ acme.io · $39.99 · https://www.dynadot.com/domain/search?domain=acme.io&rscreg=github ├─ acme.ai · Taken ├─ acme.co · Taken ├─ acme.app · Taken ├─ acme.dev · Taken └─ acme.sh · Taken ``` ### Multiple domains at once Pass multiple arguments or use `--file`: ```bash dotld acme.com startup.io mybrand dotld --file domains.txt ``` ## Output Interpretation - `domain · Taken` — registered, not available - `domain · $39.99 · https://...` — available with registration price and buy link - Prices are in USD ## Flags | Flag | Description | |------|-------------| | `--json` | Output structured JSON instead of the tree table | | `--file <path>` | Read domains from a file (one per line) | | `--dynadot-key <key>` | Provide API key (auto-saved to config) | | `--timeout <duration>` | Request timeout, e.g. `5s`, `500ms` (default: `10s`) | | `--currency USD` | Currency for prices (only USD supported in v1) | ## Workflow Guidance **User has a specific domain** → run exact lookup: ```bash dotld coolstartup.com ``` **User has a brand name or keyword** → run keyword expansion: ```bash dotld coolstartup ``` **User wants to brainstorm** → suggest name variations, then batch-check them: ```bash dotld coolstartup launchpad rocketship ``` **Present results as a ranked list**: show available domains sorted by price, include buy links. Suggest next steps — open a buy link, check more TLDs, try name variations. **Batch from file** → when the user has a list: ```bash dotld --file domains.txt ``` **Structured output** → when parsing results programmatically: ```bash dotld acme --json ``` ## Examples ### Check if a domain is taken ```bash $ dotld example.com example.com · Taken ``` ### Explore TLDs for a keyword ```bash $ dotld acme acme ├─ acme.com · Taken ├─ acme.net · Taken ├─ acme.org · Taken ├─ acme.io · $39.99 · https://www.dynadot.com/domain/search?domain=acme.io&rscreg=github ├─ acme.ai · Taken ├─ acme.co · Taken ├─ acme.app · Taken ├─ acme.dev · Taken └─ acme.sh · Taken ``` ### JSON output for scripting ```bash $ dotld example.com --json { "results": [ { "domain": "example.com", "available": false, "price": null, "currency": "USD", "buyUrl": null, "cached": false, "quotedAt": "2026-02-21T00:00:00.000Z" } ] } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 dotld-1776293022 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 dotld-1776293022 技能

通过命令行安装

skillhub install dotld-1776293022

下载 Zip 包

⬇ 下载 dotld v1.0.1

文件大小: 4.31 KB | 发布时间: 2026-4-16 18:01

v1.0.1 最新 2026-4-16 18:01
dotld 1.0.1 → 1.0.7

- Added installation instructions for the dotld CLI tool.
- Updated buy links to include a referral parameter (`&rscreg=github`).
- No changes to usage, features, or output structure.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部