What problem does it solve?
This Skill prevents runaway costs and resource exhaustion by enforcing strict token ceilings on specific API routes, ensuring that individual dispatches cannot exceed defined usage boundaries.
Core Features & Use Cases
- Cost Efficiency Control: Sets hard limits on token consumption to prevent overspending during model inference.
- Harness Boundary Management: Provides a structured runbook for reviewing and adjusting route configurations, policies, and dispatch logic.
- Use Case: If a specific route is consistently exceeding its budget, use this Skill to define a new token cap, implement the change, and verify that the system correctly blocks or throttles requests that exceed the limit.
Quick Start
Use the token-cap skill to inspect the current route configuration and propose a new token ceiling that prevents overspending on the target endpoint.