Skillware skills · monitoring/token_limiter

Token Limiter

Deterministic token budget gate for agent loops: CONTINUE, WARN, or FORCE_TERMINATE before runaway spend.

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 →