← 返回 Skills 市场
midnight-rgb

DomainForAgents

作者 midnight-rgb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install domainforagents
功能描述
Search, register, and manage internet domains for AI agents via DomainForAgents API.
使用说明 (SKILL.md)

DomainForAgents

Register and manage internet domains programmatically. No browser signup, no CAPTCHA.

When to use this skill

Use when the user wants to:

  • Search for available domain names
  • Get AI-generated domain name suggestions from a project description
  • Register/purchase a domain
  • Manage DNS records for a domain
  • Check domain pricing and availability
  • Renew a domain
  • Set up webhooks for domain events

Setup

Option 1: MCP Server (recommended)

Install the MCP server for native tool access:

claude mcp add domainforagents -- npx @domainforagents/mcp

Set your API key:

export DOMAINFORAGENTS_API_KEY="your-key"

Option 2: REST API

Base URL: https://api.domainforagents.io/api/v1

All requests need Authorization: Bearer YOUR_API_KEY (except account creation).

Getting an API Key

No signup form needed. One API call:

curl -X POST https://api.domainforagents.io/api/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"name": "my-agent"}'

Response includes api_key (use immediately) and claim_code (for human account access).

Core Operations

Search domains

curl "https://api.domainforagents.io/api/v1/domains/search?query=example.com" \
  -H "Authorization: Bearer API_KEY"

AI domain suggestions

curl -X POST https://api.domainforagents.io/api/v1/domains/suggest \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"description": "online store for vintage cameras"}'

Register a domain

curl -X POST https://api.domainforagents.io/api/v1/domains/register \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "example.com"}'

Create DNS record

curl -X POST https://api.domainforagents.io/api/v1/domains/DOMAIN_ID/dns \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name": "@", "type": "A", "content": "76.76.21.21", "ttl": 3600}'

Check balance

curl https://api.domainforagents.io/api/v1/balance \
  -H "Authorization: Bearer API_KEY"

Get USDC deposit info

curl https://api.domainforagents.io/api/v1/payments/solana/deposit \
  -H "Authorization: Bearer API_KEY"

Supported TLDs

.com, .net, .org, .io, .dev, .ai, .app, .co, .xyz, .me, .tech, .cloud, and more global TLDs. Country-code TLDs (.nz, .uk, .de) are not supported.

Payment Methods

  • Prepaid balance: Fund via Stripe, spend from balance
  • Credit card: Submit card at purchase time (Stripe tokenized)
  • USDC: Send USDC on Solana to platform wallet
  • Payment link: Reserve domain, get Stripe Checkout URL for human payment

Links

安全使用建议
This skill appears to be a wrapper around a domain-registration API and largely behaves as described, but there are gaps and risks to consider before installing: 1) Metadata does not declare the API key that the SKILL.md requires—ask the publisher to list required env vars and a verified homepage/source. 2) The SKILL.md recommends running an npm package via npx; only run that if you trust the npm package and its publisher. 3) Payment flows (Stripe, USDC on Solana) mean you may be interacting with real money—verify deposit addresses and billing behavior on the provider's official site. 4) Treat any API key issued by the service as a secret; prefer skills whose registry metadata explicitly declares required credentials. If you need to proceed, request the publisher to provide a canonical homepage, OpenAPI spec hosting under their domain, and a declared primaryEnv in the registry so you can audit the integration; otherwise consider this skill suspicious and proceed cautiously.
功能分析
Type: OpenClaw Skill Name: domainforagents Version: 1.0.0 The skill bundle provides a legitimate interface for AI agents to interact with the DomainForAgents API (domainforagents.io) to search, register, and manage DNS records. It includes instructions for setting up an MCP server via npx and using a REST API, with no evidence of malicious intent, data exfiltration, or unauthorized execution patterns.
能力标签
cryptorequires-walletcan-make-purchases
能力评估
Purpose & Capability
The SKILL.md describes searching, registering, and managing domains via an API, which is coherent with the skill name and description. However, the registry metadata lists no homepage/source while the instructions reference https://domainforagents.io and an npm package (@domainforagents/mcp). The absence of declared primary credentials in the metadata is inconsistent with the API-key-based workflow described in the instructions.
Instruction Scope
Runtime instructions are focused on calling the DomainForAgents REST API (curl examples) and optionally installing an MCP helper via npx. The instructions do not ask the agent to read arbitrary local files or other unrelated environment variables. They do, however, instruct the user/agent to export an API key and to perform payment-related operations (Stripe/USDC).
Install Mechanism
There is no install spec in the registry (instruction-only), which is low-risk. The SKILL.md recommends installing an MCP server helper via npx @domainforagents/mcp; running npx executes remote package code on the machine and is a potentially risky operation if the package/source is untrusted. Links provided point to domainforagents.io and npm; the skill does not include a vetted install manifest.
Credentials
The SKILL.md clearly expects an API key (DOMAINFORAGENTS_API_KEY or Authorization: Bearer) and shows payment flows (Stripe tokenization, USDC deposit). The registry metadata, however, lists no required environment variables or primary credential. This mismatch (undeclared but required API key and potentially sensitive payment endpoints) is disproportionate to what the metadata advertises and reduces transparency about secrets the skill will use.
Persistence & Privilege
The skill does not request always:true, has no OS restrictions, and does not request config paths or system-wide changes. It appears not to request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install domainforagents
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /domainforagents 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of DomainForAgents skill: - Search, register, and manage internet domains programmatically via DomainForAgents API - Get AI-generated domain suggestions from project descriptions - Manage DNS records and check domain availability, pricing, and balance - Multiple payment methods supported (prepaid, credit card, USDC, Stripe link) - No browser signup or CAPTCHA required; quick API key issuance - Supports a wide range of global TLDs (not country-code)
元数据
Slug domainforagents
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

DomainForAgents 是什么?

Search, register, and manage internet domains for AI agents via DomainForAgents API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。

如何安装 DomainForAgents?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install domainforagents」即可一键安装,无需额外配置。

DomainForAgents 是免费的吗?

是的,DomainForAgents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

DomainForAgents 支持哪些平台?

DomainForAgents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 DomainForAgents?

由 midnight-rgb(@midnight-rgb)开发并维护,当前版本 v1.0.0。

💬 留言讨论