← Back to Skills Marketplace
284
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install domain-monitor
Description
域名监控工具。监控域名到期时间、WHOIS信息变化、SSL证书状态。适合站长和域名投资者。
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install domain-monitor - After installation, invoke the skill by name or use
/domain-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Domain Monitor?
域名监控工具。监控域名到期时间、WHOIS信息变化、SSL证书状态。适合站长和域名投资者。 It is an AI Agent Skill for Claude Code / OpenClaw, with 284 downloads so far.
How do I install Domain Monitor?
Run "/install domain-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Domain Monitor free?
Yes, Domain Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Domain Monitor support?
Domain Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Domain Monitor?
It is built and maintained by SxLiuYu (@sxliuyu); the current version is v1.0.0.
More Skills