一键导入
opn-health
Dashboard-style health overview of the OPNsense firewall — system status, services, firmware, interfaces, DHCP
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dashboard-style health overview of the OPNsense firewall — system status, services, firmware, interfaces, DHCP
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Live integration test for all OPNsense MCP tools — read + safe writes with cleanup
Check ACME certificate expiry and renew if needed — lists all certs, shows days remaining, triggers renewal
OPNsense configuration backup management — list, download, and revert backups
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-health |
| description | Dashboard-style health overview of the OPNsense firewall — system status, services, firmware, interfaces, DHCP |
| disable-model-invocation | true |
Produce a dashboard-style health overview of the OPNsense firewall.
opnsense_sys_info — system status (CPU, memory, uptime, disk)opnsense_svc_list — all services and running statusopnsense_firmware_status — firmware version and available updatesopnsense_firmware_info — architecture and version detailsopnsense_if_stats — interface traffic statisticsopnsense_if_list — interface name mappingsopnsense_dhcp_list_leases — active DHCP leasesPresent results in this format:
## OPNsense Health Dashboard
### System
- Status: {OK/Warning/Critical}
- Uptime: {days/hours}
- CPU: {usage}%
- Memory: {used}/{total} ({percent}%)
- Disk: {used}/{total} ({percent}%)
### Firmware
- Version: {version}
- Architecture: {arch}
- Updates Available: {yes/no — details if yes}
### Services ({running}/{total} running)
| Service | Status |
|---------|--------|
| {name} | {Running/Stopped} |
(Highlight any stopped services that should be running)
### Interfaces
| Interface | Device | RX | TX | Errors |
|-----------|--------|----|----|--------|
| {name} | {device} | {bytes} | {bytes} | {count} |
### DHCP
- Active Leases: {count}
- Online: {count} | Offline: {count}
- Static Mappings: {count}
At the end, add a section if any issues were detected: