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-api-publishgit 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-api-publish)<a href="https://agentmods.dev/skills/kong/ai-marketplace/konnect-api-publish"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-api-publish/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-api-publish"><img src="https://agentmods.dev/badge/skills/kong/ai-marketplace/konnect-api-publish.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.00054 | $0.01457 |
| Opus 5 | $0.00027 | $0.00728 |
| Sonnet 5 | $0.00011 | $0.00291 |
| Haiku 4.5 | $0.00005 | $0.00146 |
Grade A, and why
konnect-api-publish 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.
How it starts
The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Konnect API publish workflow
Goal
Help an operator trace why an API is not reaching the intended developer audience, from managed API presence through catalog readiness and portal publication.
Use workflow language: inspect, trace, publish, validate, and approve. Do not turn this into generic Portal documentation. This skill owns publication-chain diagnosis, not generic Catalog authoring or developer application auth design.
Tool Selection
- Use the shared
kong-konnectMCP server first for live inspection of managed API, catalog, and portal state. - Use
kongctl-queryfor read-only checks on API, portal, and adjacent resources. - Preserve the repository's chosen declarative toolchain when publication
resources need to change: prefer
kongctl-declarativeforkongctlYAML,terraform-konnectfor HCL-managed Konnect resources, anddeck-gatewayonly when the missing link is in Gateway-entity config within the target control plane. - Hand off to
konnect-api-catalogwhen the real problem is API object modeling, versioning, specification quality, or package readiness rather than publication. - Hand off to
konnect-app-authonce publication is proven and the remaining issue is developer registration, approval, credential issuance, or auth strategy selection. - If live Konnect state matters and
kong-konnectMCP is not connected, say so early and continue with CLI or user-provided artifacts.
Default to read-first inspection. Only move to mutation when the missing link in the publication chain is understood.
References To Load
Load only the reference file that matches the active branch:
references/publication-chain.md- Load when "not published" is underspecified and you need to separate managed API presence, catalog readiness, portal publication, and consumer use.
references/portal-visibility-vs-access.md- Load when an API may be published but still not visible, discoverable, or usable by the intended audience.
references/downstream-auth-handoffs.md- Load when the real issue shifts from publication into developer app auth, registration, approval, or credential flow ownership.
What ships with it
3 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.
- 11d ago First seen · 180 lines · 54 tokens per session scan A 8bc09b276199
konnect-api-publish is a skill published in the GitHub repository Kong/ai-marketplace (5 stars, last pushed 21d ago), licensed MIT. It adds 54 tokens to every session and 1,457 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
azure-eventhub-dotnet
Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…
azure-mgmt-apimanagement-dotnet
Azure Resource Manager SDK for API Management in .NET. Use for MANAGEMENT PLANE operations: creating/managing APIM services, APIs, products, subscriptions, policies, users, groups, gateways, and backends via Azure Resource Manager. Triggers: "API Management", "APIM service", "create APIM", "manage APIs"…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
azure-servicebus-dotnet
Azure Service Bus SDK for .NET. Enterprise messaging with queues, topics, subscriptions, and sessions. Use for reliable message delivery, pub/sub patterns, dead letter handling, and background processing. Triggers: "Service Bus", "ServiceBusClient", "ServiceBusSender", "ServiceBusReceiver", "ServiceBusProcessor"…
sandbox-stable
Build or maintain Cloudflare Sandbox apps on the stable @cloudflare/sandbox package. Use sandbox-next for preview apps and sandbox-migrate-to-next for stable-to-preview migrations.
sandbox-next
Build or maintain Cloudflare Sandbox apps on @cloudflare/sandbox@next (SDK 1.0 preview). Use sandbox-migrate-to-next when porting a stable app.