Flywheel Bead Viewer banner
burningportra burningportra

Flywheel Bead Viewer

Development community

Description

--- description: Open the bead-graph visualizer in your browser. argument-hint: "[--json]" --- **First action:** Parse `$ARGUMENTS` for `--json`. Spawn the bead-viewer HTTP server either way (see Invocation below). If `--json`, print `{"viewer_url":"http://127.0.0.1:<port>","port":<port>,"pid":<pid>}` to stdout and exit immediately (do not block, do not auto-open the browser — pass `--no-open`). Otherwise render the standard human-friendly launch message and let the server run in the foreground

Installation

Installs to ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-bead-viewer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-bead-viewer && curl -fsSL https://raw.githubusercontent.com/burningportra/agent-flywheel-plugin/HEAD/commands/flywheel-bead-viewer.md -o ~/.claude/skills/burningportra-agent-flywheel-plugin-flywheel-bead-viewer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository