Agent skill
ssl_checker
查询域名的SSL证书信息,包括到期时间、颁发者等详情
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/ssl-checker
SKILL.md
SSL 证书查询
查询指定域名的 SSL 证书信息,包括到期时间、剩余天数、颁发者等。
使用方法
- "查询 example.com 的 SSL 证书"
- "example.com 证书什么时候到期"
- "检查 example.com 的 HTTPS 证书"
返回信息
- 证书到期时间
- 剩余有效天数
- 证书颁发者
- 证书状态(正常/即将到期/已过期)
实现
使用 scripts/execute.py 通过 SSL 连接获取证书信息。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?