awf-debug-tools
Installation
SKILL.md
AWF Debug Tools
A collection of practical Python scripts that help agents efficiently debug and operate the awf firewall. These scripts reduce verbose Docker/log output by 80%+ and provide actionable insights instead of raw data dumps.
Why These Scripts?
Problem: Docker commands and log files are verbose and hard for agents to parse. Diagnosing issues requires 10+ manual commands and produces noisy output that wastes tokens.
Solution: One script replaces 5-10 manual commands with clean, filtered output optimized for agent consumption. All scripts support JSON format for easy parsing.
Available Scripts
All scripts are located in .claude/skills/awf-debug-tools/scripts/:
- parse-squid-logs.py - Parse Squid logs and extract blocked domains with counts
- diagnose-awf.py - Run automated diagnostic checks on container health and configuration
- inspect-containers.py - Show concise container status without verbose docker output
- test-domain.py - Test if specific domain is reachable through the firewall