awf-debug-tools

Parse Squid logs and diagnose AWF container health status.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Mossaka/skills --skill awf-debug-tools-mossaka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awf-debug-tools
Source: https://github.com/Mossaka/skills/tree/main/awf-debug-tools
Command: npx skills add https://github.com/Mossaka/skills --skill awf-debug-tools-mossaka

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

AWF debugging is often fragmented across multiple scripts and commands. This skill provides a cohesive set of Python tools to streamline log parsing, container inspection, diagnostics, and domain reachability checks for the awf firewall.

Core Features & Use Cases

  • Parse Squid logs to identify blocked domains and trends.
  • Run automated AWF diagnostics to verify container health, network, and DNS configuration.
  • Inspect container status and recent logs with concise, readable output.
  • Test domain reachability through the firewall and obtain actionable guidance.

Quick Start

Run the diagnostic script to generate a health report for the AWF firewall.

Frequently Asked Questions about awf-debug-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse Squid logs to identify blocked domains in AWF?

You can parse Squid logs to identify blocked domains by running automated Python scripts that analyze log entries and extract domain trends. This provides concise, readable output for rapid visibility into firewall traffic.

How do I run AWF diagnostics to check container health and DNS configuration?

You can run AWF diagnostics by executing a Python script that verifies container health, network status, and DNS configuration. This generates a deterministic report to quickly identify operational issues within the firewall environment.

Can I use Python to inspect container status and get recent logs for AWF?

Yes, you can use Python to inspect container status and retrieve recent logs. The scripts provide concise, readable output for rapid visibility into container health without needing multiple manual commands.

What is the best way to test domain reachability through an AWF firewall?

The best way to test domain reachability through an AWF firewall is to run a script that checks connectivity and returns actionable guidance. This automates the troubleshooting process and reports health status in JSON or text format.

Does the AWF debugging tool require specific dependencies to parse logs?

No specific dependencies are required to parse logs and run diagnostics. The skill relies on standard Python scripts to execute debug workflows, ensuring quick integration with existing operational environments.

When do I need automated AWF diagnostics for container inspection?

You need automated AWF diagnostics when rapid visibility into firewall health, domain reachability, and container status is required. It solves fragmented debugging by combining log parsing and diagnostics into a cohesive workflow.