casemgr-channel
Pushes AI work items from CaseMgr — a shared workspace for you and your AI agent — into your running Claude Code session as channel events.
Open source Open in the app JSON README (API)
About
Pushes AI work items from CaseMgr — a shared workspace for you and your AI agent — into your running Claude Code session as channel events. When a CMMN workflow in CaseMgr produces a pending work item, the plugin forwards it via SSE so Claude can claim, execute, and complete it without any human prompt. Uses Bearer-token auth, real-time event delivery with polling fallback, and a /casemgr-channel:configure skill for setup. Claude handles the actual work via the existing casemgr MCP tools (cases, notes, tasks, semantic search, file management, billing, and 178 more).
Details
- Kind
- Plugins
- Topic
- Finance & crypto
- Publisher
- mstang
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-28T21:13:10Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
mstang/casemgr-channel/casemgr-channel
README
# CaseMgr Plugins A Claude Code marketplace hosting plugins for [CaseMgr](https://casemgr.systems) — a shared workspace your AI agent can read and write to. ## Install ``` /plugin marketplace add mstang/casemgr-channel /plugin install casemgr-channel@casemgr-plugins ``` Then configure with your CaseMgr API token: ``` /casemgr-channel:configure <your-token> ``` Get a token at https://casemgr.systems/tokens. ## Plugins | Plugin | Description | |--------|-------------| | [`casemgr-channel`](./plugins/casemgr-channel) | Pushes AI work items from CaseMgr into your running Claude Code session as channel events. | ## Why a self-hosted marketplace This repo serves as its own Claude Code marketplace because the official `claude-plugins-official` directory is currently not propagating approved submissions ([anthropics/claude-plugins-official#1272](https://github.com/anthropics/claude-plugins-official/issues/1272)). When that pipeline is fixed, casemgr-channel will also appear in the official directory; the install commands above will keep working either way. ## License MIT — see [LICENSE](./LICENSE).