From memento-workflow
Opens local web dashboard to browse workflow runs, inspect step timelines, view artifacts, and diff executions side-by-side.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento-workflow:dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open the local web dashboard to browse workflow runs, inspect step timelines, view artifacts, and diff between runs.
Open the local web dashboard to browse workflow runs, inspect step timelines, view artifacts, and diff between runs.
Call mcp__plugin_memento-workflow_memento-workflow__open_dashboard with:
cwd: the project directory containing .workflow-state/ (defaults to .)port: port for the dashboard server (defaults to 8787)This starts a local web server and opens the dashboard in the browser. If the server is already running, it just opens the browser.
The dashboard shows:
The dashboard auto-updates via WebSocket when workflows are running.
npx claudepluginhub mderk/memento --plugin memento-workflowGuides users through Dagu's web UI for monitoring, starting, stopping, and retrying workflows, viewing execution logs and history, and managing schedules.
Guides Dagu Web UI usage for managing workflows, monitoring real-time executions, viewing history/logs, DAG visualization, and troubleshooting via browser.
Starts a local dashboard server (Deno) for managing projects, viewing workflow graphs, agent streams, and documents. Useful for monitoring and managing multi-project workflows via browser.