AI agents that work everywhere you do.
Skills, plugins, and autonomous agents β use them in Claude Code, Telegram, any CLI, or Cowork (coming soon).
Golems is a personal AI agent ecosystem built as a Bun workspace monorepo. Each golem is a self-contained Claude Code plugin β install one into any Claude session and it brings its skills, rules, and context with it.
Use golems through any surface:
| Surface | How | Status |
|---|---|---|
| Claude Code | claude --plugin-dir packages/recruiter β any golem as a plugin |
Live |
/agents |
Named agent profiles with specialized personalities | Live |
| Telegram | ClaudeGolem bot routes to domain golems via Composers | Live |
| CLI | golems status, golems doctor, golems wizard |
Live |
| Any AI agent | Clone the repo, grab the skills/rules you need | Live |
| Claude Cowork | Same plugins + skills in collaborative workspace | Live |
It's not a Telegram bot β it's a collection of skills, rules, MCP tools, and agent profiles bundled into an ecosystem. Telegram is just one surface. A Codex agent, a Cursor session, or a fresh Claude Code instance can all use golems by pointing at the plugin directory.
Your Mac runs the brain (Telegram bot, Night Shift, memory). Railway runs the body (cloud worker, briefings). Every conversation gets indexed into searchable memory via BrainLayer (284K+ chunks, knowledge graph, 12 MCP tools).
git clone https://github.com/EtanHey/golems.git && cd golems
bun install
golems wizard # Interactive setup β picks services, wires keys
golems status # See what's runningFour domain golems + an orchestrator + tools + infrastructure.
graph TB
subgraph Surfaces["Access Surfaces"]
CC[Claude Code]
TG[Telegram]
CLI[CLI]
CW[Cowork]
end
subgraph Golems["Domain Golems"]
RG["RecruiterGolem<br/>Outreach + Practice"]
TL["TellerGolem<br/>Finance + Tax"]
CG["CoachGolem<br/>Calendar + Plans"]
CT["ContentGolem<br/>Publishing"]
end
subgraph Tools["Tools & Layers"]
BL["BrainLayer<br/>284K+ chunks<br/>12 MCP tools"]
VL["VoiceLayer<br/>TTS + STT"]
end
subgraph Infra["Infrastructure"]
CW2["Cloud Worker<br/>Railway"]
NS["Night Shift<br/>4am autonomous"]
SH["Shared<br/>Supabase + LLM"]
end
CC & TG & CLI & CW --> RG & TL & CG & CT
RG & TL & CG & CT --> SH
CW2 --> SH
NS --> SH
RG & CG & CT --> BL
| Golem | Domain | What it does | |
|---|---|---|---|
| π | RecruiterGolem | Recruitment | Finds contacts via GitHub + Exa + Hunter. Outreach campaigns. 7 interview practice modes with Elo tracking. |
| π° | TellerGolem | Finance | Categorizes transactions for tax. Payment failure alerts. Monthly expense reports. |
| ποΈ | CoachGolem | Scheduling | Calendar management. Daily plans. Reads status from all other golems. |
| βοΈ | ContentGolem | Publishing | Visual content factory (Remotion, ComfyUI, dataviz) + LinkedIn posts, Soltome, ghostwriting. |
| Component | Role | |
|---|---|---|
| π€ | ClaudeGolem | Persistent Telegram bot. Routes messages to golems. Manages Night Shift + briefings. |
| Component | Role |
|---|---|
| BrainLayer | Persistent memory β 284K+ indexed chunks, knowledge graph, 12 MCP tools, entity contracts, BrainBar daemon |
| VoiceLayer | Voice I/O β TTS + STT, VoiceBar daemon, 2 MCP tools |
| Component | Role |
|---|---|
| Night Shift | Runs at 4am. Scans repos for TODOs, creates PRs, sends morning briefing. |
| Shared | Supabase, LLM abstraction, state store, notifications, event log. |
golems/
βββ packages/
β βββ claude/ # ClaudeGolem β Telegram bot + orchestrator
β βββ recruiter/ # RecruiterGolem β outreach, contacts, interview practice
β βββ teller/ # TellerGolem β finance, tax, subscriptions
β βββ coach/ # CoachGolem β calendar, daily plans
β βββ jobs/ # JobGolem β job scraping, LLM matching, auto-outreach
β βββ shared/ # Supabase, LLM, email, state, notifications
β βββ services/ # Night Shift, Briefing, Cloud Worker, Doctor, Wizard
β βββ content/ # ContentGolem β publishing + content creation
β βββ golem-skills/ # Golems CLI β install skills, MCP servers, agent configs
β βββ docsite/ # Docusaurus documentation site
β βββ golems-tui/ # React Ink terminal dashboard
β βββ (voicelayer) # Voice I/O layer β external repo (github.com/EtanHey/voicelayer)
βββ .claude/agents/ # 10 named agent profiles (/agents)
βββ .claude/rules/ # Auto-loaded rules (survives compaction)
βββ skills/ # 51 golem-powers skills with AI-agnostic adapter layer
βββ rules-library/ # Exportable rules for any Claude Code project
βββ docs/architecture/ # Architecture decisions (BrainLayer-indexed)
βββ launchd/ # macOS service plists
βββ Dockerfile # Railway deployment
| Layer | Tech |
|---|---|
| Runtime | Bun + TypeScript |
| LLM | Claude Code (Opus/Sonnet/Haiku), Gemini CLI, Cursor CLI |
| Database | Supabase (Postgres + RLS) |
| Memory | sqlite-vec + bge-large-en-v1.5 embeddings (284K+ chunks, knowledge graph, entity contracts) |
| Cloud | Railway (Docker) |
| Local | macOS launchd services |
| Bot | grammY (Telegram) |
| Testing | Bun test |
| CI/CD | GitHub Actions + CodeRabbit + DeepSource |
| Environment | What Runs |
|---|---|
| Mac (brain) | Telegram bot, Night Shift, BrainLayer, VoiceBar, notification server |
| Railway (body) | Cloud worker, briefings |
| Supabase | Database, auth, storage |
Claude Code βββ
Telegram ββββ€
Cowork βββββΌβββ Golem Plugins βββ Skills + MCP + Rules
CLI βββββββ€
Any agent βββββ
ββββββββββββββββββββββββββββββββββββββββββββ
βRecruiterββ Teller ββ Coach ββ Content β
β Golem ββ Golem ββ Golem ββ Golem β
ββββββ¬βββββββββββ¬βββββββββββ¬βββββββββββ¬βββββ
βββββββ¬βββββ΄ββββββ¬βββββ β
βΌ βΌ β
ββββββββββββββββββββββββββββββββββββ β
β Email + ββ Services ββBrainLayerββββ
β Jobs ββ (Railway)ββ (memory) β
ββββββββββββββββββββββββββββββββββββ
Two topics in the group:
- General β interactive ClaudeGolem chat
- Alerts β all one-way notifications (jobs, email, nightshift, health)
Commands: /status /trigger /tonight /morning /jobs /admin
golems status # Service overview
golems doctor # Health checks
golems wizard # Guided setup
golems skills # List all skills
golems rules check # Audit rules for a project
golems scrape # Trigger job search
golems logs telegram # View service logsEach golem is a Claude Code plugin. Install one into any session:
# Use RecruiterGolem for interview practice
claude --plugin-dir ~/Gits/golems/packages/recruiter
# Use TellerGolem for tax categorization
claude --plugin-dir ~/Gits/golems/packages/teller
# Use the whole ecosystem
claude --plugin-dir ~/Gits/golemsThe plugin brings its CLAUDE.md, skills, MCP tools, and rules automatically.
Skills aren't locked to Claude Code. The 3-layer adapter architecture lets any AI CLI (Claude, Codex, Cursor, Gemini, Kiro) use the same skills:
skills/golem-powers/cmux-agents/
βββ SKILL.md # Layer 1: Universal best practices (any AI reads this)
βββ adapters/
β βββ capabilities.yaml # Layer 2: Capability matrix + routing rules
β βββ claude.md # Layer 3: Claude-specific syntax, flags, models
β βββ codex.md # Codex-specific (GPT-5.4, output contracts)
β βββ cursor.md # Cursor-specific (@codebase, bugbot)
β βββ gemini.md # Gemini-specific (1M tokens, free tier)
β βββ kiro.md # Kiro-specific (--no-interactive)
βββ evals/
βββ evals.json # Cross-AI eval assertions
Cross-AI eval results (same 8 prompts, tested on 3 CLIs):
| CLI | Score | Key Strength |
|---|---|---|
| Codex (GPT-5.4) | 8/10 | Fast structured output, full-auto mode |
| Gemini (2.5 Pro) | 10/10 | 1M context, perfect portability |
| Kiro | 9.5/10 | Lightweight, free tier |
Skills adapted so far: cmux-agents, pr-loop, commit, coach, context-check, large-plan, and more.
10 named agents via /agents β each with specialized system prompts and tool access:
| Agent | Domain |
|---|---|
recruiter |
Interview practice, outreach, contacts |
coach |
Calendar, daily plans, priorities |
jobs |
Job scraping, matching, quality |
content |
LinkedIn, Soltome, ghostwriting |
services |
Night Shift, Briefing, Doctor, Wizard |
orchestrator |
Telegram routing, ecosystem coordination |
tax-helper |
Bank transactions, deductions, Schedule C |
discovery-voice |
Voice-powered client discovery calls |
qa-voice |
Voice-powered QA with Playwright |
migration-worker |
Database migrations, schema changes |
| Server | What it does |
|---|---|
| brainlayer | 12 MCP tools β search 284K+ chunks, knowledge graph, entity contracts, health scoring, enrichment, BrainBar daemon |
| voicelayer | 2 MCP tools β voice_speak (TTS) and voice_ask (STT Q&A), VoiceBar daemon |
| cmuxlayer | 21 MCP tools β terminal multiplexer control, agent lifecycle, surface management |
| supabase | Database access β tables, SQL, migrations |
| exa | Web search β code context, company research |
- Documentation β interactive docs
- ClaudeGolem β Telegram orchestrator bot docs
- etanheyman.com β portfolio
Built by @EtanHey with Claude Code. Golems write code at 4am so you don't have to.