← 返回 Skills 市场
284
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install domain-monitor
功能描述
域名监控工具。监控域名到期时间、WHOIS信息变化、SSL证书状态。适合站长和域名投资者。
使用说明 (SKILL.md)
Domain Monitor 🌐
监控域名状态,到期和 WHOIS 变化时提醒。
功能
- ⏰ 域名到期提醒
- 📋 WHOIS 信息监控
- 🔒 SSL 证书监控
- 📊 状态变化通知
使用方法
添加域名
python3 scripts/domain.py add example.com
查看状态
python3 scripts/domain.py status example.com
列出监控
python3 scripts/domain.py list
检查所有
python3 scripts/domain.py check
示例
# 添加域名监控
python3 scripts/domain.py add example.com
python3 scripts/domain.py add mysite.io
# 查看状态
python3 scripts/domain.py status example.com
# 检查所有
python3 scripts/domain.py check
安全使用建议
This skill appears to do what it says: it runs local whois and openssl s_client to check domains and saves monitored entries in ~/.domain_monitor.json. Before installing, consider: (1) it will perform network connections to WHOIS servers and to each domain on port 443 when checking — ensure you are comfortable with those outbound connections; (2) monitored domain names are stored unencrypted in your home directory (not suitable for highly sensitive lists on shared machines); (3) the script prints results to stdout and does not implement external notifications or telemetry; (4) it depends on the system whois and openssl binaries — ensure those are the expected trusted tools on your system. If you need notification delivery or encryption of stored data, review/modify the script accordingly.
功能分析
Type: OpenClaw Skill
Name: domain-monitor
Version: 1.0.0
The domain-monitor skill bundle is a legitimate tool for tracking domain WHOIS and SSL certificate status. The Python script `scripts/domain.py` uses safe subprocess calls (passing arguments as lists) to execute system utilities like `whois` and `openssl`, and it stores monitoring data locally in `~/.domain_monitor.json`. No evidence of malicious intent, data exfiltration, or command injection vulnerabilities was found.
能力评估
Purpose & Capability
Name/description (域名到期、WHOIS、SSL 监控) match the code and _meta.json. _meta.json declares python3, whois and openssl which are exactly the tools the script invokes.
Instruction Scope
SKILL.md tells the agent to run scripts/domain.py with add/status/list/check which matches the included script. Note: the README mentions '状态变化通知' (notifications) but the script only prints to stdout and stores data locally; there are no external notification endpoints or telemetry.
Install Mechanism
No install spec or external downloads; this is an instruction + small script bundle. Nothing is fetched from untrusted URLs or written to system locations during install.
Credentials
No environment variables or credentials are requested. The script reads/writes a single data file (~/.domain_monitor.json) which is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It persists monitored domains in ~/.domain_monitor.json (expected for this utility).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install domain-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/domain-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of domain-monitor.
- Monitor domain expiration dates and receive reminders.
- Track WHOIS information changes.
- Check and notify about SSL certificate status.
- Simple commands to add, list, and check monitored domains.
- Suitable for webmasters and domain investors.
元数据
常见问题
Domain Monitor 是什么?
域名监控工具。监控域名到期时间、WHOIS信息变化、SSL证书状态。适合站长和域名投资者。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 284 次。
如何安装 Domain Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install domain-monitor」即可一键安装,无需额外配置。
Domain Monitor 是免费的吗?
是的,Domain Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Domain Monitor 支持哪些平台?
Domain Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Domain Monitor?
由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。
推荐 Skills