返回顶部
d

domainion-ops

>

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

domainion-ops

# Domainion Ops Multi-provider domain and DNS management. Default provider: **name.com**. ## Provider Selection | Provider | When to use | Reference | |---|---|---| | **name.com** (default) | Unless user specifies otherwise | `references/name-com.md` | | **GoDaddy** | User says "GoDaddy" or has GoDaddy account | `references/godaddy.md` | | **Namecheap** | User says "Namecheap" or has Namecheap account | `references/namecheap.md` | Read only the relevant provider reference. Do not load all three. ## Credentials Setup Before any operation, verify credentials exist. Store in env or `~/.domainion`: ```bash # name.com (default) NAMECOM_USERNAME=your_username NAMECOM_TOKEN=your_api_token # name.com > Account > API Settings # GoDaddy GODADDY_API_KEY=your_key GODADDY_API_SECRET=your_secret # developer.godaddy.com > API Keys # Namecheap NAMECHEAP_USERNAME=your_username NAMECHEAP_API_KEY=your_api_key # namecheap.com > Profile > Tools > API Access NAMECHEAP_CLIENT_IP=your_ip # Your whitelisted IP ``` If credentials are missing, prompt the user for the relevant provider's creds before proceeding. ## Common Workflows ### 1. Check domain availability ```bash # name.com (default) curl -u "$NAMECOM_USERNAME:$NAMECOM_TOKEN" \ "https://api.name.com/v4/domains:checkAvailability" \ -d '{"domainNames":["example.com"]}' ``` → See provider reference for GoDaddy / Namecheap equivalents. ### 2. DNS record management (add/update/delete) Load provider reference for exact API calls. General pattern: - **List** records first to confirm state - **Add** or **Update** with idempotency check (avoid duplicates) - **Verify** with `dig` after change ### 3. Nameserver change Always confirm registrar before changing NS. Wrong registrar = silent failure. Load provider reference for exact API call. ### 4. Verify DNS propagation ```bash # Primary check (Cloudflare resolver — fast TTL) dig +short example.com @1.1.1.1 # Authoritative check dig +short example.com @8.8.8.8 # Full record check dig example.com ANY +noall +answer # HTTP redirect verify curl -sI https://example.com | grep -i location ``` ### 5. TTL Strategy - Lowering TTL before a change: set to 300 (5 min) at least 1 TTL cycle before - After change confirmed: restore to 3600 or higher - Never lower TTL after making the change — too late ## Guardrails - Confirm domain + provider before any destructive action (NS change, record delete) - List existing records before adding to avoid duplicates - Prefer reversible steps; verify after each change - Never expose API tokens/secrets in output - For MX changes: always keep at least one valid MX record live during migration

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 domainion-ops-1776279919 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 domainion-ops-1776279919 技能

通过命令行安装

skillhub install domainion-ops-1776279919

下载 Zip 包

⬇ 下载 domainion-ops v1.0.0

文件大小: 7.88 KB | 发布时间: 2026-4-16 16:00

v1.0.0 最新 2026-4-16 16:00
Initial release: domain & DNS ops across name.com (default), GoDaddy, and Namecheap. Covers registration, nameservers, DNS records, redirects, transfers, and DNSSEC.

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

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

p2p_official_large
返回顶部