From cc-dm
Installs or checks cc-dm-stream, live TUI viewer for cc-dm messages, using shell, cargo, npm, or brew methods. Triggers on install stream viewer requests.
npx claudepluginhub akram012388/cc-dm --plugin cc-dmThis skill uses the workspace's default tool permissions.
Install or check the cc-dm-stream TUI viewer for live cc-dm message monitoring.
Guides installation of cctop macOS menubar app for Claude Code session monitoring when cctop-hook fails or is not found.
Guides users through claude-2x-statusline onboarding after install: checks config, summarizes tier/mode, offers verify install, switch tier, learn segments, or check updates.
Checks and installs dependencies for asciinema-tools via Homebrew and uv, including core (asciinema, ripgrep) and optional (iTerm2, fswatch, gh CLI, YAKE). Use for setup, check deps, preflight.
Share bugs, ideas, or general feedback.
Install or check the cc-dm-stream TUI viewer for live cc-dm message monitoring.
If --check is passed:
which cc-dm-stream via Bash.
cc-dm-stream --version and report the installed version.which cc-dm-stream via Bash.cc-dm-stream --version and report: "cc-dm-stream vX.Y.Z is already installed." Suggest: "Run cc-dm-stream in a separate terminal tab/pane. Use cc-dm-stream --project <tag> to filter by project." Stop here.Check each tool individually via Bash: run command -v curl, command -v cargo, command -v npm, command -v brew. Note which tools are available.
Present the available methods as a numbered list, with the shell installer as default:
curl -sSL https://raw.githubusercontent.com/Akram012388/cc-dm-stream/main/install.sh | shcargo install cc-dm-streamnpm install -g cc-dm-streambrew tap Akram012388/cc-dm-stream && brew install cc-dm-streamOnly show methods whose prerequisite tool was found. Always show the shell installer if curl is available. If no methods are available (no curl, cargo, npm, or brew on PATH), report: "No supported install method found. Install curl or download a binary from https://github.com/Akram012388/cc-dm-stream/releases" and stop.
Ask the user: "Which install method would you like to use?" Default to the shell installer if the user just confirms or presses enter.
Wait for their response.
Run the selected install command via Bash.
cc-dm-stream --version via Bash.
cc-dm-stream in a separate terminal tab/pane. Use cc-dm-stream --project <tag> to filter by project."