Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nex-domains下一个域

Agent Skill

nex-domains 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,742

周安装

112

GitHub Stars

1

下载量

887
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nex-domains(下一个域)
来源仓库:https://github.com/nexaiguy/nex-domains
安装命令:
openclaw skills install nex-domains
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nex-domains

简介

统一管理多云注册商域名的综合平台,涵盖过期监控与续费提醒。

  • 适合持有大量域名且需集中管控的企业或个人站长。
  • 支持 Cloudflare、TransIP 等多服务商账户集成。
  • 安装命令:openclaw skills install nex-domains;需授权各注册商 API 密钥。
  • 务必定期检查 API 密钥有效期以防服务中断。

SKILL.md

name
nex-domains
description
Comprehensive domain portfolio manager for managing multiple domains across different registrars (Cloudflare, TransIP, and others). Monitor domain expiration dates and SSL certificate validity to prevent unexpected outages. Sync domains and DNS records directly from Cloudflare using API integration, or manually add domains for tracking. Query WHOIS information to view registrar, expiration dates, and nameserver details. Check DNS record status (A, AAAA, CNAME, MX, TXT, NS records) and validate DNS configurations. Monitor SSL certificate expiry dates with advance warnings (critical at 7 days). Perform comprehensive domain health checks including DNS resolution verification, HTTP/HTTPS status validation, and nameserver configuration checks. Track domain costs, auto-renewal settings, and client assignments for agency portfolio management. Export domain lists and statistics in CSV or JSON format for reporting and analysis. Perfect for web agencies, DevOps teams, and domain managers who need to monitor multiple domain portfolios and ensure continuous service availability. All domain data remains local.
version
1.0.0
metadata
clawdbot
emoji
🌐
requires
bins
env
primaryEnv
homepage
https://nex-ai.be
files

Nex Domains

DNS & Domain Portfolio Manager. Track all your domains across multiple registrars (Cloudflare, TransIP, etc.), monitor SSL certificate expiry dates, manage DNS records, and stay on top of renewals. Built for domain managers, DevOps, and web agencies.

When to Use

Use this skill when the user asks about:

  • Which domains expire in the next 90 days
  • What DNS records does [domain] have
  • Is the SSL cert for [domain] valid or expiring
  • Sync all my Cloudflare domains into the portfolio
  • Show me all domains for client [name]
  • What's the status of [domain]
  • List all domains from [registrar]
  • Domain expiry tracking and renewal reminders
  • SSL certificate monitoring and alerts
  • WHOIS information lookups
  • DNS record management
  • Domain health checks and validation
  • Portfolio statistics (total domains, cost, registrars)
  • Domain search and filtering
  • Export domain list to CSV/JSON
  • Check if a domain resolves
  • View nameservers for a domain
  • Domain transfer tracking
  • Multi-registrar portfolio overview

Trigger phrases: "domain", "DNS", "SSL", "certificate", "whois", "expiring", "nameserver", "Cloudflare", "TransIP", "domeinnaam", "renewal", "domain expires", "check my domains", "domain portfolio", "domain manager"

Quick Setup

If the database does not exist yet, run the setup script:

bash setup.sh

This creates the data directory, installs necessary command-line tools (whois, dig, openssl), initializes the database, and makes the CLI available.

Environment Variables (Optional)

For Cloudflare sync and API access, set these environment variables:

export CF_API_TOKEN="your-cloudflare-api-token"
export CF_EMAIL="your-cloudflare-email"

For TransIP integration:

export TRANSIP_LOGIN="your-transip-login"
export TRANSIP_PRIVATE_KEY_PATH="/path/to/private/key"

Available Commands

The CLI tool is nex-domains. All commands output plain text.

Add a Domain

Add a domain to your portfolio:

nex-domains add example.com --registrar cloudflare --client "Acme Corp" --auto-renew
nex-domains add example.be --registrar transip --monthly-cost 8.50
nex-domains add example.org --registrar other --notes "Parked domain"

Options:

  • --registrar: cloudflare, transip, or other (required)
  • --client: Client or organization name
  • --auto-renew: Enable automatic renewal flag
  • --monthly-cost: Annual or monthly cost
  • --notes: Additional notes

Scan a Domain

Scan domain(s) for complete information (WHOIS, DNS, SSL, HTTP):

nex-domains scan example.com
nex-domains scan example.be example.org

This runs WHOIS lookup, DNS query, SSL certificate check, and HTTP health check. Results are saved to the database automatically.

List Domains

List all domains or filter by various criteria:

nex-domains list
nex-domains list --registrar cloudflare
nex-domains list --client "Acme Corp"
nex-domains list --status active
nex-domains list --expiring-within 30

Filters:

  • --registrar: Filter by registrar (cloudflare, transip, other)
  • --client: Filter by client name
  • --status: Filter by status (active, expired, parked, transferring)
  • --expiring-within: Show domains expiring within N days

Show Domain Details

View complete information for a domain:

nex-domains show example.com

Shows domain details, DNS records, and recent check history.

View DNS Records

Show DNS records for a domain:

nex-domains dns example.com
nex-domains dns example.com --type A
nex-domains dns example.com --type MX

Options:

  • --type: Filter by record type (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA)

Check SSL Certificate

View SSL certificate information:

nex-domains ssl example.com

Shows certificate subject, issuer, expiry date, and validity period.

Look Up WHOIS

Get WHOIS information:

nex-domains whois example.com

Shows registrar, expiry date, and nameservers from WHOIS.

Expiring Domains & SSL Certs

Find what needs renewal:

nex-domains expiring
nex-domains expiring --days 30
nex-domains expiring --days 180

Shows domains and SSL certificates expiring within the specified days (default: 90).

Sync from Cloudflare

Import all domains and DNS records from Cloudflare:

nex-domains sync

Requires CF_API_TOKEN environment variable. This imports all zones as domains and fetches all DNS records automatically.

Search Domains

Search for domains by name, client, tags, or notes:

nex-domains search "acme"
nex-domains search "cloudflare"
nex-domains search "production"

Remove a Domain

Delete a domain from tracking:

nex-domains remove example.com

Export Portfolio

Export all domains to CSV or JSON:

nex-domains export csv
nex-domains export csv --output domains.csv
nex-domains export json --output domains.json

Statistics

View portfolio statistics:

nex-domains stats

Shows total domains, breakdown by registrar and status, total monthly cost, and renewal alerts.

Quick Health Check

Perform a quick HTTP/HTTPS check on a domain:

nex-domains check example.com

Shows DNS resolution, IP address, and HTTP/HTTPS status codes.

Example Interactions

User: "Which of my domains expire in the next 90 days?" Agent runs: nex-domains expiring Agent: Lists expiring domains with dates.

User: "What DNS records does nex-ai.be have?" Agent runs: nex-domains dns nex-ai.be Agent: Displays all DNS records for the domain.

User: "Is the SSL cert for demos.nex-ai.be valid?" Agent runs: nex-domains ssl demos.nex-ai.be Agent: Shows certificate status and expiry date.

User: "Sync all my Cloudflare domains" Agent runs: nex-domains sync Agent: Imports all Cloudflare zones and DNS records into the portfolio.

User: "Show me all domains for client Ribbens Airco" Agent runs: nex-domains list --client "Ribbens Airco" Agent: Lists all domains managed for that client.

User: "What's the status of all my TransIP domains?" Agent runs: nex-domains list --registrar transip Agent: Shows all TransIP-managed domains.

User: "Add example.com and set up tracking" Agent runs: nex-domains add example.com --registrar cloudflare --client "Nex AI" --auto-renew Agent: Confirms domain added.

User: "Give me a CSV export of all my domains" Agent runs: nex-domains export csv --output domains.csv Agent: Creates and confirms export file.

User: "Show me domain portfolio statistics" Agent runs: nex-domains stats Agent: Displays total domains, breakdown by registrar, status distribution, total cost, renewal warnings.

User: "Is example.org resolving?" Agent runs: nex-domains check example.org Agent: Shows DNS resolution status and HTTP response codes.

User: "Search for all Acme Corp domains" Agent runs: nex-domains search "Acme Corp" Agent: Lists matching domains.

User: "What are all the A records for example.com?" Agent runs: nex-domains dns example.com --type A Agent: Shows all A records.

Output Parsing

All CLI output is plain text, structured for easy parsing:

  • Commands without --output show results in terminal
  • Export commands create CSV/JSON files
  • All output includes footer: [Nex Domains by Nex AI | nex-ai.be]

When presenting output to the user, strip the footer line and present the information naturally. Do not show raw database paths or internal details.

Important Notes

  • All domain data is stored locally at ~/.nex-domains/. No data is sent externally unless you explicitly sync with Cloudflare.
  • The check_whois, check_dns, check_ssl, and check_http functions use standard CLI tools (whois, dig, openssl) which require network access.
  • Cloudflare sync requires valid CF_API_TOKEN environment variable.
  • SSL certificate checks connect directly to ports (default 443) and may be blocked by firewalls.
  • WHOIS lookups depend on WHOIS server availability and may timeout.
  • DNS queries use public DNS servers (8.8.8.8, 8.8.4.4, 1.1.1.1) by default.

Troubleshooting

  • "WHOIS command not found": Install whois package (apt install whois on Linux, brew install whois on macOS)
  • "dig command not found": Install bind-utils/dnsutils (apt install dnsutils on Linux, brew install bind on macOS)
  • "openssl command not found": Install openssl (apt install openssl on Linux, included by default on macOS)
  • "CF_API_TOKEN not set": Set the environment variable for Cloudflare sync features
  • "Database not found": Run bash setup.sh to initialize
  • "SSL check timeout": Domain may have firewall blocking port 443, or connection issues
  • "WHOIS lookup fails": WHOIS server may be down or domain may not exist
  • "DNS query returns no records": Domain may not have the requested record type, or nameserver is unreachable

Data Structure

  • domains table: Stores domain metadata (registrar, expiry, status, client, costs, notes)
  • dns_records table: Stores DNS records for each domain (A, AAAA, CNAME, MX, TXT, NS, SRV, CAA)
  • domain_checks table: Stores history of domain health checks (WHOIS, DNS, SSL, HTTP)

All data is indexed for fast searches and filtering.

Security Notes

  • Private keys for TransIP API must be stored securely (environment variable or secure file)
  • API tokens should never be committed to version control
  • All WHOIS, DNS, and SSL checks are read-only (no modifications)
  • Database file should be protected with file permissions (~/.nex-domains/domains.db)

Credits

Built by Nex AI (https://nex-ai.be) - Digital transformation for Belgian SMEs. Author: Kevin Blancaflor

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.35%
按下载量换算677

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills