Install
openclaw skills install pihole-ctlManage and monitor local Pi-hole instance. Query FTL database for statistics (blocked ads, top clients) and control service via CLI. Use when user asks "how many ads blocked", "pihole status", or "update gravity".
openclaw skills install pihole-ctlpihole enable/disable).pihole -g).scripts/query_db.py: Python script using native sqlite3 library to query Pi-hole stats safely.
/etc/pihole/pihole-FTL.db.python3 scripts/query_db.py --summary --hours 24python3 scripts/query_db.py --top 10/etc/pihole/pihole-FTL.db.
pihole group (usermod -aG pihole ubuntu).pihole CLI commands (enable/disable) require sudo or must be run by a user with appropriate permissions.