Skillware skills · monitoring/token_limiter

Token Limiter

Deterministic token budget gate for autonomous agent loops. After each model turn the host passes cumulative usage; the skill returns CONTINUE, WARN, or FORCE_TERMINATE so runaway tasks stop before they exhaust context or budget.

Capabilities

Problems this skill solves

People search for tasks — not always "skillware":

Install

pip install skillware then SkillLoader.load_skill("monitoring/token_limiter")

FAQ

How to make an AI agent stop at a token limit?
Call Skillware monitoring/token_limiter after each turn with cumulative usage; on FORCE_TERMINATE your host loop must exit — deterministic, no billing API.

Open interactive skill page →