一键导入
claude-hud
Claude Code의 statusline HUD 플러그인. context 사용량, tool 활동, agent 추적, todo 진행상황을 실시간으로 표시한다. statusline 설정, HUD 커스터마이징, 또는 context 모니터링이 필요할 때 사용한다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Claude Code의 statusline HUD 플러그인. context 사용량, tool 활동, agent 추적, todo 진행상황을 실시간으로 표시한다. statusline 설정, HUD 커스터마이징, 또는 context 모니터링이 필요할 때 사용한다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Raw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel like declassified blueprints.
Use when a user asks how to install plugins from this marketplace, needs onboarding to the Claude Code plugin system, or encounters plugin installation errors like "marketplace not found" or "plugin not registered"
한국 시장 대상 프론트엔드 프로젝트의 공통 로컬라이제이션 오버라이드. Pretendard 폰트, word-break keep-all, 한국어 콘텐츠 패턴, standalone HTML 출력. taste-skill 계열 디자인 skill과 함께 적용.
Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
| name | claude-hud |
| description | Claude Code의 statusline HUD 플러그인. context 사용량, tool 활동, agent 추적, todo 진행상황을 실시간으로 표시한다. statusline 설정, HUD 커스터마이징, 또는 context 모니터링이 필요할 때 사용한다. |
Claude Code의 native statusline API를 사용하는 HUD 플러그인이다. 별도의 tmux나 외부 도구 없이 모든 터미널에서 동작한다. context 사용량, tool 활동, agent 상태, todo 진행상황을 statusline에 실시간으로 표시한다.
HUD는 statusline에 다음 정보를 표시한다:
Line 1 (기본 정보):
Line 2 (Context 사용량):
선택 표시 항목:
/plugin marketplace add jarrodwatts/claude-hud
/plugin install claude-hud
/claude-hud:setup
setup 명령어가 statusline 구성을 자동으로 완료한다.
설치 후 Claude Code 재시작 필요.
/claude-hud:configure
| Preset | 설명 |
|---|---|
| Full | 전체 항목 표시 (context, tools, agents, todo) |
| Essential | 활동 상태 + git 정보만 표시 |
| Minimal | 코어 정보만 표시 (모델, context bar) |
| Layout | 설명 |
|---|---|
| Expanded | 멀티라인 레이아웃 (정보가 여러 줄에 분산) |
| Compact | 싱글라인 레이아웃 (한 줄에 압축 표시) |
설정 파일 위치: ~/.claude/plugins/claude-hud/config.json
| 증상 | 해결 |
|---|---|
| HUD 미표시 | Claude Code 재시작 |
| Linux EXDEV 오류 | mkdir -p ~/.cache/tmp && TMPDIR=~/.cache/tmp claude |
| Ghost install (설치됐으나 동작 안 함) | /claude-hud:setup 의 Step 0 참조 |
| Runtime 감지 실패 | Node.js 18+ 또는 Bun 설치 확인 |