Skillware skills · monitoring/kpi_gate

KPI Gate

Deterministic business-KPI gate — evaluate a metrics snapshot against an operator-maintained policy charter and optional benchmarks. Returns error/warning findings or honest insufficient_data refusals. Stdlib-only, no network.

Capabilities

Problems this skill solves

People search for tasks — not always "skillware":

Install

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

FAQ

How is KPI Gate different from token limiter?
token_limiter guards resource-side token budgets in agent loops. kpi_gate evaluates business metrics (bookings, revenue, etc.) against an operator charter — errors block dependent actions, warnings surface only.
Does KPI Gate fetch CRM or analytics data?
No. The host assembles the metrics snapshot upstream; kpi_gate is a pure auditor that validates inputs and returns findings deterministically.

Open interactive skill page →