ClaudeHub v0.1.0
Visual dashboard for managing your entire Claude Code configuration.
Features
- Dashboard with real-time rate limits, token usage, top skills/plugins
- Full harness wizard (AI-powered, Anthropic Best Practices based)
- Extensions management (Skills, Plugins, Agents, Hooks, MCP)
- Context management (CLAUDE.md, Memory, Context Compare)
- Session history viewer with chat-style UI
- Project status with favorites, worktree support
- Marketplace (plugins + MCP server install/uninstall)
- Duplicate skill detection with side-by-side comparison
- Cost tracking per project/model
- macOS native app (pywebview) with auto-launch
- Templates (12 built-in harness presets)
- KO/EN bilingual support
Install
git clone https://github.com/WontaeKim89/claude-hub.git
cd claude-hub
bash scripts/build.sh
uv run claude-hub
Tech Stack
Python 3.13+ / FastAPI / React 19 / Tailwind CSS / SQLite / pywebview