Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/sugyan/claude-code-webui/claude-mdgit clone --depth 1 https://github.com/sugyan/claude-code-webuiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02346 | $0.02346 |
| Opus 5 | $0.01173 | $0.01173 |
| Sonnet 5 | $0.00469 | $0.00469 |
| Haiku 4.5 | $0.00235 | $0.00235 |
Grade A, and why
claude-code-webui CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 290 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Web UI
A web-based interface for the claude command line tool that provides streaming responses in a chat interface.
Code Quality
Automated quality checks ensure consistent code standards:
- Lefthook: Git hooks manager running
make checkbefore commits - Quality Commands:
make checkruns all quality checks manually - CI/CD: GitHub Actions runs quality checks on every push
Setup for New Contributors
# Install Lefthook
brew install lefthook # macOS
# Or download from https://github.com/evilmartians/lefthook/releases
# Install and verify hooks
lefthook install
lefthook run pre-commit
Architecture
Backend (Deno/Node.js)
- Location:
backend/| Port: 8080 (configurable) - Technology: TypeScript + Hono framework with runtime abstraction
- Purpose: Executes
claudecommands and streams JSON responses
Key Features: Runtime abstraction, modular architecture, structured logging, universal Claude CLI path detection, session continuity, single binary distribution, comprehensive testing.
API Endpoints:
GET /api/projects- List available project directoriesPOST /api/chat- Chat messages with streaming responses ({ message, sessionId?, requestId, allowedTools?, workingDirectory? })POST /api/abort/:requestId- Abort ongoing requestsGET /api/projects/:encodedProjectName/histories- Conversation historiesGET /api/projects/:encodedProjectName/histories/:sessionId- Specific conversation history
Frontend (React)
- Location:
frontend/| Port: 3000 (configurable) - Technology: Vite + React + SWC + TypeScript + TailwindCSS + React Router
- Purpose: Project selection and chat interface with streaming responses
Key Features: Project directory selection, routing system, conversation history, demo mode, real-time streaming, theme toggle, auto-scroll, accessibility features, modular hook architecture, request abort functionality, permission dialog handling, configurable Enter key behavior.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 290 lines · 2,346 tokens per session scan A c1b49e309dd4
claude-code-webui CLAUDE.md is an instructions file published in the GitHub repository sugyan/claude-code-webui (1,140 stars, last pushed 3mo ago), licensed MIT. It adds 2,346 tokens to every session, about $0.0117 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
shakespeare-writing-studio AGENTS.md
Instructions for ZCZHAO-1999/shakespeare-writing-studio, covering agent entry point, primary skill, what this agent should do, required reading order and hard rules.
ccm CLAUDE.md
Instructions for Remeic/ccm, covering claude.md, what this is, commands, non-negotiable invariants and conventions.
woke_novel CLAUDE.md
Instructions for keyboardgdy/woke_novel, covering claude.md, 项目定位, 三层架构, 关键不变量 and 流水线与会话分组.
github-router AGENTS.md
Instructions for animeshkundu/github-router, covering github-router, build, lint, and test commands and code style guidelines.
github-router CLAUDE.md
Instructions for animeshkundu/github-router, covering github-router, primary deployment target, design docs, commands and test lanes (why bun run test is not bun test).
handoff CLAUDE.md
Claude Code instructions for dazuiba/handoff, covering claude.md, what handoff is, file map and how to release.