一键导入
opn-renew-cert
Check ACME certificate expiry and renew if needed — lists all certs, shows days remaining, triggers renewal
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Check ACME certificate expiry and renew if needed — lists all certs, shows days remaining, triggers renewal
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Live integration test for all OPNsense MCP tools — read + safe writes with cleanup
OPNsense configuration backup management — list, download, and revert backups
Dashboard-style health overview of the OPNsense firewall — system status, services, firmware, interfaces, DHCP
Diagnose network connectivity issues using OPNsense firewall tools — ping, traceroute, DNS lookup, ARP, firewall states and logs
Manage OPNsense DNS host overrides — add, list, delete records and verify resolution
Audit OPNsense firewall rules for security issues — overly permissive rules, disabled rules, unused aliases
| name | opn-renew-cert |
| description | Check ACME certificate expiry and renew if needed — lists all certs, shows days remaining, triggers renewal |
| disable-model-invocation | true |
Check ACME certificate status and renew certificates approaching expiry.
opnsense_acme_list_certs — all ACME certificates with status and last updateopnsense_sys_list_certs — all certificates in the trust store with validity datesopnsense_acme_settings — current ACME service settings (enabled, auto-renewal)For each ACME certificate:
valid_to timestampFor certificates that are Expired, Critical, or Warning:
opnsense_acme_renew_cert with the certificate UUIDopnsense_acme_apply — apply changesopnsense_acme_list_certs to verify renewal succeeded## ACME Certificate Status
### Service Settings
- ACME Enabled: {yes/no}
- Auto-Renewal: {enabled/disabled}
- Environment: {production/staging}
### Certificates
| Name | Status | Expires | Days Left | Last Renewed |
|------|--------|---------|-----------|-------------|
| {name} | {OK/Warning/Critical/Expired} | {date} | {days} | {date} |
### Actions Taken
- {cert name}: Renewed successfully / Renewal failed: {error} / No action needed
opnsense_acme_settings with autoRenewal: "1"