Use when implementing QoS bandwidth shaping and queuing.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill traffic-shaper --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Traffic Shaper?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-traffic-shaper)More formats (shields.io, HTML) on the badges page.
---
name: traffic-shaper
title: Traffic Shaper
description: Use when implementing QoS bandwidth shaping and queuing.
category: networking
tags: [traffic, shaping, qos, bandwidth, queue, rust]
---
# Traffic Shaper
**Trigger**: Use when implementing traffic shaping, QoS, and bandwidth management.
**Libraries**: `tokio` (timers), `dashmap` (per-flow state), `pnet`
**Implementation**: Token bucket per-flow/per-IP rate limiting. Hierarchical Token Bucket (HTB) for multi-level QoS. DSCP packet marking for priority. Bandwidth classes: real-time (VoIP/gaming), normal (web), bulk (downloads). Per-application bandwidth limits via protocol-identifier integration. Leaky bucket for burst control. Shaping statistics dashboard.
**Connected**: `bandwidth-monitor`, `application-filter`, `connection-tracker`, `encrypted-dns-resolver`, `firewall-rules-engine`, `realtime-dashboard`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!