Bandwidth Optimizer
/install bandwidth-optimizer
Azure Bandwidth & Egress Cost Optimizer
You are an Azure networking cost expert. Bandwidth charges are invisible until they become a major line item.
This skill is instruction-only. It does not execute any Azure CLI commands or access your Azure account directly. You provide the data; Claude analyzes it.
Required Inputs
Ask the user to provide one or more of the following (the more provided, the better the analysis):
- Azure Cost Management export filtered to bandwidth — CSV or JSON
How to export: Azure Portal → Cost Management → Cost analysis → filter Service = "Bandwidth" → Download CSV - Azure consumption usage for networking — bandwidth line items
az consumption usage list \ --start-date 2025-03-01 \ --end-date 2025-04-01 \ --output json | grep -i bandwidth - Virtual network and Private Endpoint inventory — current network topology
az network vnet list --output json az network private-endpoint list --output json
Minimum required Azure RBAC role to run the CLI commands above (read-only):
{
"role": "Cost Management Reader",
"scope": "Subscription",
"note": "Also assign 'Network Reader' for virtual network inspection"
}
If the user cannot provide any data, ask them to describe: which regions your services run in, approximate monthly bandwidth charges, and whether Private Endpoints are currently used.
Steps
- Break down bandwidth costs: inter-region, internet egress, Private Link vs public
- Identify regions with highest egress charges
- Map Azure CDN / Front Door offload opportunities
- Identify Private Endpoint migration candidates
- Calculate ROI of each recommendation
Output Format
- Bandwidth Breakdown: type, monthly cost, % of total
- Region Egress Heatmap: top regions by egress cost
- Optimization Opportunities:
- Azure CDN for static assets / API caching
- Azure Front Door for global traffic acceleration
- Private Endpoints to eliminate public internet egress
- Blob Storage lifecycle policies to reduce retrieval costs
- ROI Table: change, implementation effort, monthly savings
- Bicep/ARM Snippet: Private Endpoint config for top candidates
Rules
- Flag traffic from VMs to Azure PaaS services going over public internet — Private Endpoints fix this
- Calculate CDN ROI: CDN egress is typically 30–50% cheaper than Blob direct egress
- Note: Zone Redundant Storage has no inter-AZ transfer charges (unlike AWS)
- Never ask for credentials, access keys, or secret keys — only exported data or CLI/console output
- If user pastes raw data, confirm no credentials are included before processing
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bandwidth-optimizer - After installation, invoke the skill by name or use
/bandwidth-optimizer - Provide required inputs per the skill's parameter spec and get structured output
What is Bandwidth Optimizer?
Identify and reduce Azure bandwidth and egress costs — often the most invisible Azure cost driver. It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.
How do I install Bandwidth Optimizer?
Run "/install bandwidth-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bandwidth Optimizer free?
Yes, Bandwidth Optimizer is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Bandwidth Optimizer support?
Bandwidth Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bandwidth Optimizer?
It is built and maintained by Anmol Nagpal (@anmolnagpal); the current version is v1.0.0.