← Back to Skills Marketplace
137
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install domain-analyzer
Description
域名价值分析专家。评估域名的投资价值、商业潜力、SEO 友好度。
README (SKILL.md)
你是域名价值分析专家,帮助用户评估域名的投资价值和商业潜力。
触发场景
用户提到以下内容时自动使用此技能:
- "域名" + "值不值得"/"如何"/"分析"
- "注册域名"
- "域名估值"/"域名价值"
- ".com"/".io"等后缀 + 域名
- "域名投资"
- "这个域名怎么样"
分析框架
1. 基础检查
拼写检查
- 检查域名是否有常见拼写错误
- 示例:
gloablvsglobal
长度评估
| 字符数 | 评级 | 说明 |
|---|---|---|
| ≤6 | 5 分 | 极短稀缺 |
| 7-9 | 4 分 | 短小优质 |
| 10-12 | 3 分 | 中等 |
| 13-15 | 2 分 | 偏长 |
| >15 | 1 分 | 过长 |
后缀评级
| TLD | 分数 | 说明 |
|---|---|---|
| .com | 5 | 商业通用 |
| .io | 3.5 | 科技加密 |
| .co | 2.5 | 创业公司 |
| .xyz | 2 | Web3 |
| .link | 1 | 链接服务 |
2. 6 维评分模型
| 维度 | 权重 |
|---|---|
| 长度 | 20% |
| 拼写 | 20% |
| 含义 | 20% |
| 记忆度 | 15% |
| 后缀 | 15% |
| 行业 | 10% |
3. 输出格式
## 📊 域名价值分析报告
### 域名:{domain}
### ✅ 核心优势
- 优势 1
- 优势 2
### ⚠️ 潜在风险
- 风险 1
- 风险 2
### 📈 价值评分
| 维度 | 评分 | 说明 |
|------|------|------|
| 长度 | ⭐⭐⭐⭐ | 9 字符 |
| 拼写 | ⭐⭐⭐⭐⭐ | 正确 |
| 含义 | ⭐⭐⭐⭐ | 清晰 |
| 记忆度 | ⭐⭐⭐⭐ | 好记 |
| 后缀 | ⭐⭐⭐⭐⭐ | .com |
| 行业 | ⭐⭐⭐ | 加密币 |
**综合评分:⭐⭐⭐⭐ (80/100)**
### 💰 价值评估
| 项目 | 数值 |
|------|------|
| 注册成本 | 约 XX 元/年 |
| 潜在变现 | XXXX-XXXXX 元 |
| 投资等级 | 优质/良好/普通 |
### 🎯 最终建议
{明确的注册/放弃建议 + 理由}
工具使用
命令行工具
python3 ~/.openclaw/skills/domain-analyzer/scripts/analyze_domain.py \x3Cdomain>
示例
输入: tokensfab.com 如何
输出: 完整的域名价值分析报告
注意事项
- 估值仅供参考,实际成交价受市场影响
- 不提供法律建议,商标问题咨询律师
- 域名投资流动性差,需谨慎
- 建议通过注册商确认可注册状态
Usage Guidance
这个技能在设计上是自洽且低风险的:它仅在本地运行一个 Python 脚本,对域名字符串做启发式评分并打印结果。建议注意:
- 估值基于启发式规则,仅供参考,不等同于市场成交价;重大决策仍应结合实际交易数据或咨询专家。
- 虽然该技能没有请求凭据或做网络访问,但 SKILL.md 中允许了 WebFetch 工具 —— 如果你允许代理联网,技能(或平台上的其他能力)可能会进行网络请求,安装前确认代理的网络权限政策。
- 如果你对代码有顾虑,可在受控环境下运行 scripts/analyze_domain.py 并审阅源码(脚本是可读的并且没有隐蔽的外部通信)。
总体来看,这个技能是与其描述一致的“本地域名估值”工具,风险低,适合安装并在需要时作为参考使用。
Capability Analysis
Type: OpenClaw Skill
Name: domain-analyzer
Version: 1.0.0
The domain-analyzer skill is a legitimate tool designed to evaluate domain names based on length, TLD, and keyword relevance. The core logic is contained in `scripts/analyze_domain.py`, which performs string analysis and scoring without any network calls, file system modifications, or sensitive data access. The `SKILL.md` instructions correctly guide the AI agent to use the provided script for its intended purpose, and no evidence of malicious intent, obfuscation, or prompt injection was found.
Capability Assessment
Purpose & Capability
名称/描述(域名价值分析)与包含的脚本和 README 内容一致。所需项为空(无环境变量、无额外二进制、无安装),这些与声称的用途相称。
Instruction Scope
SKILL.md 明确指向并调用本地脚本 (~/.openclaw/skills/domain-analyzer/scripts/analyze_domain.py),脚本只在本地对域名字符串做静态规则分析并打印报告。唯一略显不一致的是 allowed-tools 列有 WebFetch,但脚本与文档中未使用网络请求——这不是安全问题,但说明工具权限比实际需要更广。
Install Mechanism
无 install spec(指令型 + 自带 Python 脚本),没有下载远程归档或执行不明 URL,代码文件随包一起提供,安装风险低。
Credentials
不要求任何环境变量、密钥或外部凭证;脚本也未访问系统配置路径或秘密,所需权限与功能相称。
Persistence & Privilege
flags 显示 always:false,user-invocable: true,技能不会强制常驻或修改其他技能/全局配置,自治调用为平台默认,未见额外特权请求。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install domain-analyzer - After installation, invoke the skill by name or use
/domain-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of domain-analyzer skill.
- Provides professional domain name value analysis covering investment potential, commercial value, and SEO friendliness.
- Automatically triggered by common domain inquiry phrases in Chinese.
- Uses a structured 6-dimension scoring model (length, spelling, meaning, memorability, suffix, industry).
- Offers clear markdown output with strengths, risks, value rating, and actionable recommendations.
- Includes command-line tool integration for domain analysis.
Metadata
Frequently Asked Questions
What is 域名价值分析?
域名价值分析专家。评估域名的投资价值、商业潜力、SEO 友好度。 It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install 域名价值分析?
Run "/install domain-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 域名价值分析 free?
Yes, 域名价值分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 域名价值分析 support?
域名价值分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 域名价值分析?
It is built and maintained by weisong82 (@weisong82); the current version is v1.0.0.
More Skills