konnect-monetization

konnect-monetization is a skill for Claude Code from Kong/ai-marketplace. It costs 55 tokens per session (2,136 once invoked), scanned A, original, MIT.

A workflow for turning a usage-based pricing model into Konnect billing records, including usage measurements, allowances, plans, prices, and invoices. Konnect is a platform with billing and API-management features.

In plain words
What is it for?
Use it to model and validate Konnect meters, features, plans, rate cards, subscriptions, usage events, invoices, and customer charges.
Why use it?
It exposes missing pricing decisions—such as what counts as one billable unit, what happens after an allowance, and whether a base fee still applies with no usage—before customers are billed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the kong-konnect plugin — 21 skills shipped together

Good fit Use it to model and validate Konnect meters, features, plans, rate cards, subscriptions, usage events, invoices, and customer charges.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kong/ai-marketplace/konnect-monetization
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Kong/ai-marketplace --skill konnect-monetization
Clone the repo
git clone --depth 1 https://github.com/Kong/ai-marketplace

Made for: Claude Code.

Or install kong-konnect, the plugin that ships this one along with the rest of its 21 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for konnect-monetization

README.md
[![agentmods](https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-monetization/github.svg)](https://agentmods.dev/skills/kong/ai-marketplace/konnect-monetization)
Your own site
<a href="https://agentmods.dev/skills/kong/ai-marketplace/konnect-monetization"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-monetization/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for konnect-monetization

Your own site · 80×15
<a href="https://agentmods.dev/skills/kong/ai-marketplace/konnect-monetization"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-monetization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,136 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02136
Opus 5 $0.00028 $0.01068
Sonnet 5 $0.00011 $0.00427
Haiku 4.5 $0.00006 $0.00214

Measured 12d ago against content hash b6d50f17e401, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

konnect-monetization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/kong-konnect/skills/konnect-monetization/SKILL.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Konnect monetization workflow

Goal

Turn a stated pricing model into a correct Konnect billing catalog — meters, features, plans, rate cards — and prove the money is right before a customer is billed against it.

Own the modeling decision and the validation loop. A pricing model is almost always under-determined: it names prices and allowances and stays silent on what one billable unit is, what happens past the allowance, and whether the base fee survives zero usage. Resolve those silences with the user, not alone.

Do not absorb AI Gateway request-flow work, API Catalog packaging, or operator access troubleshooting beyond clear handoffs.

Tool Selection

  • Use the shared kong-konnect MCP server first for live inspection of existing meters, features, plans, subscriptions, and customer charges. It covers the whole billing lifecycle, event ingestion and invoicing included, so search its own tool index by name before concluding a step is impossible.
  • Absent mcp__kong-konnect__* tools mean the environment carries no KONNECT_TOKEN, not a broken server: the header is unresolved, so the server is dropped silently rather than failing loudly. Treat it as a credential symptom.
  • Take the billing REST base path from references/access-and-endpoints.md. It is the one fact here that cannot be recovered by looking.
  • Billing entities are not reliably covered by the declarative toolchains. Before promising a terraform-konnect or kongctl-declarative path, confirm the provider or CLI actually models these resources; otherwise keep changes on the billing API and say so plainly.

References To Load

Load only the reference that matches the active branch:

  • references/access-and-endpoints.md
    • Load first, whenever anything will be read from or written to a live org. Carries the credential bootstrap, the billing REST base path, and the MCP tool inventory.
  • references/pricing-model-questions.md
    • Load before creating anything, whenever the pricing model involves an included allowance, an overage, a "custom" tier, a bundle, seats, credits, or a trial. Carries the modeling options to offer the user.
  • references/catalog-entity-mechanics.md
    • Load when creating or changing meters, features, plans, or rate cards. Carries entity order, price-type semantics, and entitlement templates.
  • references/usage-proof-and-invoicing.md
    • Load when seeding usage to validate a catalog, or when explaining why an invoice or charge shows the amount it does.

Read the full file on GitHub · 209 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 209 lines · 55 tokens per session scan A b6d50f17e401

Subscribe to this mod's changes

konnect-monetization is a skill published in the GitHub repository Kong/ai-marketplace (5 stars, last pushed 22d ago), licensed MIT. It adds 55 tokens to every session and 2,136 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.