hermes-CCC — Hermes Agent의 Claude Code 네이티브 포트

Hermes Agent(NousResearch)의 핵심 패턴을 Claude Code 스킬 시스템으로 포팅. 별도 프로세스 없이, OAuth 없이, Claude Code 안에서 모든 것이 동작.

개요

AlexAI-MCP가 만든 프로젝트로, Hermes Agent의 브레인 아키텍처, 스킬 시스템, 메모리 관리, 플랫폼 통합을 Claude Code의 네이티브 스킬로 재해석. 46개 코어 스킬을 10개 카테고리로 제공. Claude + Codex가 협력하여 스킬을 설계하고 포팅.

Hermes → hermes-CCC 매핑

Hermes 컴포넌트hermes-CCC 대응
agent/ 브레인/hermes-route, /hermes-memory, /hermes-skill, /hermes-traj, /hermes-persona, /hermes-compress, /hermes-search, /hermes-insights
Honcho 사용자 모델링/honcho
skills/ (402개)46개 코어 스킬
tools/ (68개)Claude Code 네이티브 도구 + MCP 서버
gateway/ 플랫폼cc-channel 플러그인으로 Discord/Telegram
cron/CronCreate 툴
environments/Claude Code 실행 컨텍스트

핵심 차이점

  • 별도 프로세스 불필요 — Claude Code 내부에서 실행
  • OAuth 불필요 — Claude Code 네이티브 인증 사용
  • 게이트웨이 불필요 — 기존 MCP 플러그인 활용
  • 모델 의존성 없음 — 모든 Claude 모델에서 동작

스킬 카탈로그 (46개)

코어 브레인 (Hermes 아이덴티티) — 9개

hermes-route, hermes-memory, hermes-skill, hermes-traj, hermes-persona, hermes-compress, hermes-search, hermes-insights, honcho

소프트웨어 개발 — 6개

systematic-debugging, test-driven-development, subagent-driven-development, github-code-review, github-pr-workflow, github-issues

MLOps/AI — 12개

vllm, llama-cpp, whisper, stable-diffusion, grpo-rl-training, huggingface-hub, flash-attention, instructor, chroma, qdrant, faiss, pinecone

리서치 — 5개

arxiv, research-paper-writing, blogwatcher, duckduckgo-search, polymarket

생산성 — 3개

google-workspace, linear, jupyter-live-kernel

크리에이티브 — 2개

excalidraw, manim-video

인프라 — 3개

docker-management, native-mcp, mcporter

보안/OSINT — 3개

sherlock, oss-forensics, one-password

블록체인 — 2개

base-blockchain, solana

미디어 — 1개

youtube-content

설치

git clone https://github.com/AlexAI-MCP/hermes-CCC
cd hermes-CCC
chmod +x install.sh && ./install.sh

설치 후 Claude Code 재시작으로 스킬 활성화.

기여자

  • AlexAI-MCP — 창작자 & 메인테이너
  • Claude (Anthropic) — 스킬 설계, 포팅, 아키텍처
  • Codex (OpenAI) — 병렬 스킬 생성 및 빌드 자동화

관련 노트

출처