Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking

✍️ OpenClawRadar📅 Published: May 1, 2026🔗 Source
Claude Ops: Browser Dashboard for Claude Code Live Status and Subagent Tracking
Ad

Running multiple Claude Code sessions in parallel means constantly missing permission prompts. A Reddit user built Claude Ops — a local browser dashboard that surfaces every session's live status, current tool, and spawned subagents, and pushes OS notifications when any session needs input.

Key Details

The dashboard shows a list of active Claude Code sessions. For each session, you can see:

  • Live status (running, awaiting input, error)
  • Current tool being invoked
  • List of spawned subagents and their state

When a Claude session blocks waiting for user input (e.g., a permission prompt or a question), Claude Ops sends an OS push notification. This lets you switch away from the terminal and still know when attention is required.

The tool is designed for developers who run Claude Code in multiple terminal windows or tmux panes simultaneously — typically when orchestrating complex multi-step tasks like refactoring, testing, or code review across several repos.

Ad

Who It's For

Developers running multiple concurrent Claude Code sessions who need a quick glance dashboard to avoid missing prompts and subagent progress.

Getting Started

Clone the repo and follow instructions in the README. The dashboard runs a local web server; point your browser to it after launching Claude sessions in the same environment.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

LystBot: An MCP Server for Claude to Manage Lists and Tasks
Tools

LystBot: An MCP Server for Claude to Manage Lists and Tasks

LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

OpenClawRadar
Reverse-engineered Claude Code SDK released in four languages
Tools

Reverse-engineered Claude Code SDK released in four languages

A developer has reverse-engineered Claude Code and created single-file SDKs in Node.js, Python, Go, and Rust with zero dependencies. The tools provide full agent loop with streaming and tool use while using existing Claude Pro/Max subscriptions.

OpenClawRadar
Skills Creator Tool for OpenClaw Helps Developers Package Workflows
Tools

Skills Creator Tool for OpenClaw Helps Developers Package Workflows

A developer created a skill called skills-creator that guides users through creating quality skills for OpenClaw, addressing common pitfalls like vague descriptions and documentation-like instructions. It's available on ClawHub and provides a design-driven approach with description formulas, checklists, and complexity tiers.

OpenClawRadar
Orkestra: Cost-Aware LLM Routing Layer for OpenClaw Reduces API Costs by 60-80%
Tools

Orkestra: Cost-Aware LLM Routing Layer for OpenClaw Reduces API Costs by 60-80%

Orkestra is a modular routing layer that sits in front of LLM calls in OpenClaw, using semantic classification to route prompts to budget, balanced, or premium model tiers. The approach reduced API costs by 60-80% without prompt rewriting or complex rules.

OpenClawRadar