Home / Docs / CLI / casen Plugins

casen Plugins

Official casen CLI plugins shipped with the BPMN Kit monorepo.

Auto-generated — this page is built from plugins-cli/*/package.json during the site build. Do not edit it by hand.

Official plugins extend casen with domain-specific command groups. Install them with:

casen plugin install <name>

Available Plugins

PluginDescription
@bpmnkit/casen-reportRender HTML reports from Camunda 8 incident and SLA data
@bpmnkit/casen-worker-aiAI task worker plugin for casen — classify, summarize, extract, and decide using Claude
@bpmnkit/casen-worker-httpExample casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API

@bpmnkit/casen-report

Render HTML reports from Camunda 8 incident and SLA data

Installation

casen plugin install @bpmnkit/casen-report
CommandDescription
casen report incidentsGenerate an HTML report of current incidents grouped by process
casen report slaGenerate an SLA compliance report for process instances

@bpmnkit/casen-worker-ai

AI task worker plugin for casen — classify, summarize, extract, and decide using Claude

Installation

casen plugin install @bpmnkit/casen-worker-ai
CommandDescription
casen ai-worker classifyClassify text into one of the given categories
casen ai-worker summarizeSummarize text to a given length and style
casen ai-worker extractExtract structured fields from unstructured text
casen ai-worker decideMake a boolean decision based on a question, context, and optional policy

@bpmnkit/casen-worker-http

Example casen worker plugin — processes HTTP connector jobs using the JSONPlaceholder API

Installation

casen plugin install @bpmnkit/casen-worker-http
CommandDescription
casen http-worker startSubscribe to HTTP connector jobs and complete them with live API data

Authoring Plugins

See the Plugin Authoring guide to build and publish your own casen plugin.