konnect-platform-router

konnect-platform-router is a skill for Claude Code from Kong/ai-marketplace. It costs 53 tokens per session (1,476 once invoked), scanned A, original, MIT.

A routing guide for broad or unclear requests about Kong Konnect, Kong's platform for managing APIs and gateway services.

In plain words
What is it for?
Use it to direct requests to the right process for gateways, access, observability, portals, Terraform, or other Konnect tasks.
Why use it?
It helps identify which specialist workflow owns the problem when several Konnect areas or tools could be involved.

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 direct requests to the right process for gateways, access, observability, portals, Terraform, or other Konnect tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kong/ai-marketplace/konnect-platform-router
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-platform-router
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-platform-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-platform-router/github.svg)](https://agentmods.dev/skills/kong/ai-marketplace/konnect-platform-router)
Your own site
<a href="https://agentmods.dev/skills/kong/ai-marketplace/konnect-platform-router"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-platform-router/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-platform-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/kong/ai-marketplace/konnect-platform-router"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-platform-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,476 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.00053 $0.01476
Opus 5 $0.00026 $0.00738
Sonnet 5 $0.00011 $0.00295
Haiku 4.5 $0.00005 $0.00148

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

Security

Grade A, and why

konnect-platform-router 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 11d 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-platform-router/SKILL.md · 174 lines

How it starts

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

Konnect platform router

Goal

Turn broad Konnect requests into one primary downstream skill with a clear next step and one concrete thing that skill should prove next.

Use this skill as a classifier and handoff layer. Do not turn it into a product guide or a second copy of specialist workflows.

Shared Operating Defaults

  • Prefer the shared kong-konnect MCP server when the request depends on live Konnect state.
  • If kong-konnect MCP is unavailable, say so early and continue with kongctl-query, repository artifacts, logs, or user-provided state.
  • Preserve the repository's existing declarative toolchain. Do not convert the user between decK, kongctl, and Terraform unless they ask.
  • Prefer current live state and current product docs over stale assumptions when behavior, product coverage, or limits may have changed.
  • When a downstream CLI appears blocked by the agent environment, let the specialist tool skill handle sandbox retry guidance instead of classifying it as a product failure here.

These defaults are intentionally short. Specialist skills may restate the same guidance because they can trigger directly without this router.

Classification Order

1. Decide whether routing is needed at all

Bypass this router when the request already has one obvious owner.

Hand off directly when the user already named:

  • a specialist workflow such as gateway triage, API publication, Event Gateway, or AI Gateway
  • a declarative toolchain such as kongctl, Terraform, or decK
  • a repo-authoring task that belongs to kong-skill-authoring rather than a Konnect product workflow

Use this router only when the request is broad, cross-surface, or still ambiguous after the first read.

2. Decide whether this is diagnosis, inspection, or implementation

Classify the user's immediate need first:

  • diagnosing current Konnect behavior
  • asking for exact read-only inspection
  • planning or authoring declarative changes
  • asking which domain owns the problem

Read the full file on GitHub · 174 lines

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. 11d ago First seen · 174 lines · 53 tokens per session scan A 4dc6b4ff2535

Subscribe to this mod's changes

konnect-platform-router is a skill published in the GitHub repository Kong/ai-marketplace (5 stars, last pushed 21d ago), licensed MIT. It adds 53 tokens to every session and 1,476 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.

Related

Other skills, from other repositories

agent-communication-protocol

Open protocol for AI agent interoperability enabling standardized communication between agents, applications, and humans across different frameworks.

majiayu000/claude-skill-registry · 25 tokens

pre-merge

The CI gate. Takes a feature branch from "eng says done" to "PR open against staging with green checks". Runs the project's preflight-resolved pipeline from devkit/policy.json components[]: sync → parallel correctness + security waves → coverage → regression tail → security/migration → PRD-consistency → open PR. Emits…

ndisisnd/msg · 101 tokens

intake

The planning front-door. Captures feature ideas and bugs as graded rows in the root INTAKE.md ledger. Use it when the user says "log an idea", "capture a bug", "add to the backlog", "note this down", "track this feature", or invokes /intake. Owns the requirements interview — fleshes out thin ideas, proactively…

ndisisnd/msg · 239 tokens

merge

The ship gate — the only skill that merges. --staging merges the feature→staging PR on green CI, deploys, verifies, emits a human test script and stamps the staging sign-off on approval. --production ships the double-confirmed release to main and deploys production. Never self-certifies staging; nothing reaches main…

ndisisnd/msg · 94 tokens

msg

Root menu for msg skills, plus harness modes. --init is the one-time project bootstrap — use it when the user says "initialise project", "bootstrap repo", "set up the framework", "start a new project", or asks to set up project structure in an empty repo. Other modes: --init-staging (add a staging branch), --update…

ndisisnd/msg · 162 tokens

plan-pm

Principal PM skill — the autonomous PRD writer. Consumes a graded, fleshed-out row from the INTAKE.md backlog (idea, goal, type, grade) and drafts the full PRD solo — feature/acceptance table, edge cases, error handling — saved to features/planned/prd-[n]-[feature-slug]/. The requirements interview lives in /intake…

ndisisnd/msg · 119 tokens