usage-based-billing

Installation
SKILL.md

Usage-based billing

Runtime checks against what a customer is entitled to, safe usage reporting for metered features, and license key lifecycle.

Setup

Needs the kelviq: MCP tools (@kelviq/mcp-server, KELVIQ_SERVER_API_KEY). See the kelviq skill's Setup section for the .mcp.json snippet and sandbox testing with KELVIQ_ENV=sandbox.

Feature types, briefly

BOOLEAN is a flag, CUSTOMIZABLE is a numeric quantity, METER is usage-tracked. Only METER features take usage reports; BOOLEAN and CUSTOMIZABLE are checked via entitlements alone.

Gate a feature at runtime

Installs
2
First Seen
Jul 28, 2026
usage-based-billing — kelviq/agent-toolkit