C4T4

Heyamigo — AI skill for Claude Code

AI community

Personal AI powered by Claude Code, Codex and Grok Build.

How to install Heyamigo

This entry records only its repository, not the path inside it, so there is no exact command to give. Open C4T4/heyamigo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Heyamigo does

Personal AI powered by Claude Code, Codex and Grok Build. Remembers people, browses the web, learns over time. First party, no API keys.

Alternatives in AI

  • AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
  • Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★
  • Iai Personal Memory Engine — A cyber brain for your AI 866 ★

README

Heyamigo

heyamigo

A chat-resident assistant for WhatsApp and Telegram. Claude, Codex, Grok, or Gemini under the hood, durable SQLite queues, per-sender timezone scheduling, two-track architecture so browser work never blocks the chat.

[Website](https://heyamigo.org) · [Amigospace](https://space.heyamigo.org) · [Architecture](docs/architecture.md)

WhatsApp / Telegram ─► inbound ─► chat workers ─► outbound ─► WhatsApp / Telegram
                                     │                ▲
                                     ├──────► async / browser ─┤
                                     └──────► memory_writes ───┘

What it does

  • Long-term memory per person, per chat, per topic. Files on disk. The agent decides what's worth keeping; background workers consolidate while you're not chatting.
  • A relevance watchlist. Open loops the agent tracks on your behalf — questions you'd forget, things you're waiting on — surfaced naturally when the moment matches. Built like external working memory for the user.
  • Scheduling in the sender's timezone. Natural language → [REMIND: 2026-05-26 09:00 — ...] or [CRON: 0 9 * * 1 PROMPT — ...]. Fires at the user's wall-clock 9am, not the server's. Cron variants: deliver text, run AI, kick off async work, or drive a browser.
  • A real Chrome. Browser delegation via [ASYNC-BROWSER: ...] to a parallel provider session on a shared logged-in Chrome over CDP. TikTok, Instagram, anywhere the owner is logged in. SSH-tunneled noVNC for setup.
  • Per-reply footer with model, thinking, and confirmation tags. Every side effect from the turn is visible: _9.9s · gpt-5.6-sol · xhigh · fresh · +remind · +thread-new · +digest_. No guessing whether a schedule actually got created.
  • Default-deny chat activation. Groups and DMs only answer when their own triggerMode is set in config/access.json; missing means off. Per-