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.
npx skills add Kong/ai-marketplace --skill konnect-monetizationgit clone --depth 1 https://github.com/Kong/ai-marketplaceWrote 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.
[](https://agentmods.dev/skills/kong/ai-marketplace/konnect-monetization)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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-konnectMCP 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 noKONNECT_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-konnectorkongctl-declarativepath, 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.
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.
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.
- 12d ago First seen · 209 lines · 55 tokens per session scan A b6d50f17e401
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.
Other skills, from other repositories
risk-scoring
Score how concentrated and risky a portfolio is on a 0-100 scale from its position weights. Use when the user asks how risky their portfolio is, whether it is too concentrated, or for a diversification check.
valuation
Estimate whether a stock looks cheap or expensive using a price-to-earnings (P/E) based fair-value method. Use when the user asks if a stock is over- or under-valued, or for a fair-value / target price.
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
trend-analysis
Analyze price and volume trends for one or more stocks to determine momentum direction and key technical levels.
sector-rotation
Identify which market sectors to overweight or underweight based on current macro conditions and sector performance data.
grocery-prices
A skill to calculate grocery prices with country-specific taxes.