بنقرة واحدة
opn-backup
OPNsense configuration backup management — list, download, and revert backups
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
OPNsense configuration backup management — list, download, and revert backups
التثبيت باستخدام 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
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-backup |
| description | OPNsense configuration backup management — list, download, and revert backups |
| disable-model-invocation | true |
Manage OPNsense configuration backups: list available backups, download config XML, and revert to a previous configuration.
Run these tools in parallel:
opnsense_sys_info — get current system version and hostnameopnsense_sys_backup_list — list all available configuration backupsFormat results as a structured dashboard:
## OPNsense Backup Dashboard
### System
- Hostname: ...
- Version: ...
### Available Backups (most recent first)
| # | Timestamp | Description | User | Size |
|---|-----------|-------------|------|------|
| 1 | 2026-03-13 17:37 | /system_advanced_admin.php made changes | root@... | 75 KB |
| 2 | ... | ... | ... | ... |
Total: N backups available
Present available actions to the user:
Wait for user to choose an action.
If download (current or specific):
opnsense_sys_backup_download (with backup_id if specific)If revert:
opnsense_sys_backup_revert with the confirmed backup_id after user says "yes"opnsense_sys_info to verify the system is responsive| Tool | Purpose | Destructive |
|---|---|---|
opnsense_sys_info | System context (version, hostname) | No |
opnsense_sys_backup_list | List available backups | No |
opnsense_sys_backup_download | Download config XML | No |
opnsense_sys_backup_revert | Revert to previous config | Yes |
/conf/backup/