Domain Monitor
域名监控工具。监控域名到期时间、WHOIS信息变化、SSL证书状态。适合站长和域名投资者。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 28 · 0 current installs · 1 all-time installs
by@SxLiuYu
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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).
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
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
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
