Claude Tools / Plugins / claude-code-webui
Plugins · langmartai/claude-code-webui
claude-code-webui
Web dashboard for Claude Code — browse sessions, debug agents, control terminals from any browser
CLEARED_STATICclaude-onlyv0.1.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/web-sessions.md
componentlow
commands/web-tasks.md
componentlow
commands/web.md
componentlow
skills/dashboard.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 6 lexical match(es)
README
From the repository
# Claude Code WebUI **Web dashboard for Claude Code — browse sessions, debug agents, control terminals from any browser, any device.** 15 insight views per session. Responsive on phone, tablet, and desktop. Access from localhost, LAN, or anywhere by signing in to [langmart.ai](https://langmart.ai). ## Install ```bash npm install -g lm-assist ``` Services start automatically. Open a **new Claude Code session** and type `/web`. ### Plugin Marketplace Add the marketplace once — then install any combination of plugins: ``` /plugin marketplace add langmartai/lm-assist ``` | Install command | What you get | |----------------|-------------| | `/plugin install claude-code-multisession@langmartai` | Skills (observe, route) + commands (`/projects`, `/sessions`, `/summary`, `/run`) — cross-project session management | | `/plugin install claude-code-webui@langmartai` | Skill (dashboard) + commands (`/web`, `/web-sessions`, `/web-tasks`) — web dashboard access | | `/plugin install lm-assist@langmartai` | Commands (`/assist`, `/assist-setup`, `/assist-status`, `/assist-search`, `/assist-logs`) — setup and diagnostics | Install all three for the full experience, or pick what you need. …