lw-firewall-management-abilities
Installation
SKILL.md
LW Firewall management, abilities and CLI
Use the narrowest management surface that owns the required feature. Admin,
WP-CLI, Site Manager abilities, and wp-config.php constants do not expose the
same operations.
Surface matrix
| Surface | Suitable work | Authority |
|---|---|---|
| Admin UI | full human configuration, import/export, worker, logs, alert/reset settings, automatic-ban table | manage_options |
| WP-CLI | complete automation, list edits, reset/alert operations, automatic bans | trusted shell context |
| Site Manager abilities | read options/logs and manage the manual blacklist only | can_manage_options callback |
wp-config.php constants |
environment-owned immutable overrides | server access |
Do not assume a new admin or CLI feature also exists as an ability.