Stats
Actions
Tags
From agentboard
Launch the agentboard UI. Starts (or reuses) the local server, prints the URL, and opens the board in the default browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentboard:openThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Run `node "${CLAUDE_PLUGIN_ROOT}/bin/ensure-server.mjs"` — this boots or reuses the core server and prints the URL.
node "${CLAUDE_PLUGIN_ROOT}/bin/ensure-server.mjs" — this boots or reuses the core server and prints the URL.~/.agentboard/config.json to get port (Windows: %USERPROFILE%\.agentboard\config.json).http://127.0.0.1:<port>/ in the user's default browser:
cmd /c start "" http://127.0.0.1:<port>/open http://127.0.0.1:<port>/xdg-open http://127.0.0.1:<port>/Do not print the Bearer token — the UI reads it from an inlined <script> on index.html.
npx claudepluginhub edgeetech/agentboard --plugin agentboardCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.