AlexAI-MCP/hermes-CCC
111 stars · Last commit 2026-04-08
Hermes Agent ported to Claude Code Channel — 46 native skills, no OAuth, no external process
README preview
# hermes-CCC > Hermes Agent, faithfully ported to Claude Code Channel (CCC). **hermes-CCC** brings the power of [Hermes Agent](https://github.com/NousResearch/hermes-agent) by NousResearch into Claude Code's native skill system — no separate process, no OAuth, no lock-in. Everything runs inside Claude Code. Built by [AlexAI-MCP](https://github.com/AlexAI-MCP). --- ## What's Ported | Hermes Component | hermes-CCC Equivalent | |---|---| | `agent/` brain | `/hermes-route`, `/hermes-memory`, `/hermes-skill`, `/hermes-traj`, `/hermes-persona`, `/hermes-compress`, `/hermes-search`, `/hermes-insights` | | Honcho user modeling | `/honcho` | | `skills/` (402) | 46 core skills across 10 categories | | `tools/` (68) | Claude Code native tools + MCP servers | | `gateway/` platforms | Discord/Telegram via cc-channel plugin | | `cron/` | CronCreate tool |