Files
openclaw/docs/plugins/reference/workboard.md
Peter Steinberger be5e427f56 feat(dashboard): plugin-declared widget data bindings and action verbs (#112083)
* feat(dashboard): add plugin capability declarations

* docs(dashboard): describe plugin capabilities

* fix(plugins): preserve registry map cloning

* fix(dashboard): make plugin grant ids unambiguous

* fix(dashboard): align generated plugin grant ids

* chore(boards): internalize verb ids and refresh protocol snapshots
2026-07-20 22:43:04 -07:00

24 lines
573 B
Markdown

---
summary: "Dashboard workboard for agent-owned issues and sessions."
read_when:
- You are installing, configuring, or auditing the workboard plugin
title: "Workboard plugin"
---
# Workboard plugin
Dashboard workboard for agent-owned issues and sessions.
## Distribution
- Package: `@openclaw/workboard`
- Install route: included in OpenClaw
## Surface
contracts: `tools`; dashboard data bindings: `workboard.cards.list`, `workboard.stats`, `workboard.boards.list`; dashboard action verbs: `workboard.dispatch`
## Related docs
- [workboard](/plugins/workboard)