mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 17:21:34 +00:00
* 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
24 lines
573 B
Markdown
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)
|