How this skill is triggered — by the user, by Claude, or both
Slash command
/kanshi:start-dashboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start the Kanshi observability dashboard server and open it in the browser.
Start the Kanshi observability dashboard server and open it in the browser.
Check if the server is already running by testing curl -sf http://localhost:3838/ > /dev/null 2>&1
If the server is NOT running:
cd to the kanshi server directory: ${CLAUDE_PLUGIN_ROOT}/servernode_modules exists; if not, run pnpm installrun_in_background: true: npx tsx src/index.tsOpen the dashboard in the browser: xdg-open http://localhost:3838
Tell the user:
If the user asks to stop the dashboard, use the TaskStop tool with the task ID from the background task to terminate it.
npx claudepluginhub asermax/claude-plugins --plugin kanshiStarts Cotask Dashboard server at http://localhost:3847 if not running, using Node.js and Bash, displays clickable link, and suggests PWA install.
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.
Manages Agents Observe server: start/stop/restart, view dashboard, check stats, tail logs (Docker, CLI, MCP), and diagnose issues.