By kundo
Query Kundo's public ärende-data API for tickets, email threads, audit events, channels, editors, and contacts.
A Claude Code plugin that teaches Claude how to query Kundo's public ärende-data API (api.kundo.app) — tickets, email threads, audit events, channels, editors, contacts.
Works in both terminal Claude Code and the Claude macOS desktop app (they share the same plugin loader).
In Claude Code, run:
/plugin marketplace add kundo/beta-kundo-api-skill
/plugin install kundo-api@kundo
After install, just ask Claude things like:
<uuid> and when?"<uuid>"The skill autoloads when the request looks like ärende-data work.
You need a Kundo API token. The first time Claude queries the API it will tell you:
Get an API key by following these instructions: https://www.kundo.se/hjalp-support?path=%2Fguide%2Fapi-for-arende-data
Then paste the key here and I'll take care of the rest.
Paste the key in the chat — Claude runs the onboarding wizard, verifies it against /v1/me, discovers your org id, and saves credentials to ~/.kundo/credentials.json (mode 0600).
Or set $KUNDO_API_TOKEN in your shell if you'd rather skip the wizard (required in Claude Cowork, which has no local filesystem).
If you're using the Claude.ai desktop app or web app (not Claude Code), grab the prebuilt skill bundle from the latest release and upload kundo-api.zip in Settings → Capabilities → Skills.
Or build it yourself from source:
./build-claude-skill.sh
# → dist/kundo-api.zip
In Claude.ai the skill runs in a sandboxed environment, so the ~/.kundo/credentials.json persistence trick is not available — set KUNDO_API_TOKEN via the Skills environment-variable UI instead.
.claude-plugin/
plugin.json # plugin manifest
marketplace.json # marketplace catalog
skills/kundo-api/
SKILL.md # the skill (entrypoint Claude reads)
REFERENCE.md # full endpoint catalog + Stillma test fixtures
scripts/kapi.py # CLI wrapper used for onboarding + scripted queries
This plugin covers: the read-only api.kundo.app ärende-data API (tickets, messages, events, channels, editors, contacts).
This plugin does NOT cover:
kundo-helpcenter-api skillkundo.se/api-doc/ (different auth)When a new version ships:
/plugin update kundo-api@kundo
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub kundo/beta-kundo-api-skill --plugin kundo-apiComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.