Console banner
alan-oliv alan-oliv

Console

Development community

Description

--- description: Report whether the agent teams console is running, print its URL, and start it if a team is live allowed-tools: ["Bash"] --- # Agent teams console Report the console's status in one or two lines. Run the steps in order and stop at the first one that answers the question. Do not read source files. ## 1. Is it already answering? ```bash curl -sf -m 2 http://127.0.0.1:4823/health ``` If this prints `{"ok":true,"team":"…","agents":N}`, the console is up. Report: > Console is r

Installation

Installs to ~/.claude/skills/alan-oliv-agent-teams-console-console/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alan-oliv-agent-teams-console-console && curl -fsSL https://raw.githubusercontent.com/alan-oliv/agent-teams-console/HEAD/commands/console.md -o ~/.claude/skills/alan-oliv-agent-teams-console-console/SKILL.md

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

Full documentation available on GitHub

View Source Repository