Claude Code On WhatsApp
БесплатноНе проверенClaude Code agent di WhatsApp + Telegram. Voice, vision, file analysis, RAG, multi-tool reasoning. Run di Termux Android. One-click installer.
Описание
Claude Code agent di WhatsApp + Telegram. Voice, vision, file analysis, RAG, multi-tool reasoning. Run di Termux Android. One-click installer.
README
🤖 Claude Code on WhatsApp
Your AI Personal OS — di WhatsApp, Telegram, dan dashboard web. Run 100% di Termux Android atau Windows/Linux/macOS.
Bukan chatbot rigid — full Claude Code agent dengan akses file system, web, MCP servers, multi-tool reasoning.
🎥 Demo Interaktif
👉 Buka Live Demo (Interactive Presentation)
Animasi presentasi 13 scene yang nunjukin semua fitur secara visual.
✨ Highlights
- 💬 WhatsApp Bridge — listen semua group + DM, voice/image/PDF auto-process, cross-chat memory
- 📲 Telegram Bridge — same engine, beda kanal, streaming progress
- 📊 Paper Trading MCP — 81 tools: realtime WS prices, ML signals, auto bot, backtest, native charts
- ⚽ Futsal Business MCP — 24 tools: booking, member, KB, expense, P&L + web dashboard
- 🧠 RAG + Vector Embeddings — FTS5 + MiniLM 384-dim local, semantic search seluruh chat
- 🎤 Voice Indonesia — Groq Whisper transcribe
- 🖼️ Vision — Groq vision auto-describe image silent
- 📎 File Native Generation — PDF (pdfkit), DOCX, XLSX, PPTX dari chat
- ⏰ Scheduler — reminders + cron tasks
- 🔄 Mini Workflows — boss instruksi natural → auto-execute pattern
- 🔘 Interactive Buttons — Claude pilihan via marker, remember decisions
- 🌐 Auto-translate — 19 bahasa, persona switcher 6 mode (auto-adapt)
- 💰 Per-user Token Budget — daily limit + audit log
- 🔐 PII Detection — KTP/NPWP/credit card/API key auto-flag
- 🔌 Plugin System — drop .js ke
plugins/→ hot reload - 📚 Knowledge Base Import — URL/file/text → FTS5 indexed
- 📅 Calendar Events — ICS export, no Google OAuth
- 💾 Daily Auto-backup — SQLite + rotate
- 📱 100% Termux Ready — full stack di HP Android
🏗️ Komponen
paper-trading/
├── paper-trading-mcp/ - MCP server 81 tools (trading simulator)
├── whatsapp-bot/ - WA bridge (Baileys + Claude Code spawn)
│ ├── admin/ - Web dashboard untuk manage boss/secret/budget
│ └── plugins/ - Drop .js custom commands
├── telegram-bot/ - TG bridge
├── futsal-mcp/ - Futsal business management
│ └── dashboard/ - Web admin localhost:3457
├── src/ - Paper-trading core
└── docs/
├── TERMUX-SETUP.md - Setup di Android Termux step-by-step
├── PROJECT-OVERVIEW.md
└── VIDEO-DEMO-SCRIPT.md
🚀 Install — Orang Awam (One-Click)
🪟 Windows
- Download/clone repo
- Double-click
install.bat→ Ikutin prompt - Setelah selesai, double-click shortcut "Claude Code Personal OS" di Desktop
- Browser auto-buka setup wizard → isi 5 form (~3 menit)
- Scan QR WhatsApp yang muncul di terminal
🐧 Linux / 🍎 macOS / 📱 Termux Android
chmod +x install.sh && ./install.sh
Auto-detect OS, install dependencies, bikin shortcut Desktop. Setelah selesai, klik shortcut atau run ./start.sh.
📖 Detail lengkap step-by-step: INSTALL.md
🛠️ Manual Setup (Developer)
git clone <repo-url>
cd paper-trading
# Install Node.js 20+ via nvm/winget
# Install Claude Code CLI
npm install -g @anthropic-ai/claude-code
claude login
# Install deps per module
foreach ($d in "paper-trading-mcp","whatsapp-bot","telegram-bot","futsal-mcp") {
Push-Location $d; npm install; Pop-Location
}
# Setup .env per module (copy dari .env.example)
# Edit isi:
notepad whatsapp-bot\.env
notepad telegram-bot\.env
# Run
cd whatsapp-bot && npm start # Tab 1
cd telegram-bot && npm start # Tab 2
cd futsal-mcp && npm run dashboard # Tab 3 → http://localhost:3457
cd whatsapp-bot && npm run admin # Tab 4 → http://localhost:3458
Termux Android (Production)
Liat TERMUX-SETUP.md — 13 langkah lengkap dari install Termux sampai PM2 auto-boot.
🔐 Boss Setup (Important Security)
WhatsApp bot pakai boss whitelist — cuma nomor di whitelist yang bisa instruksi Claude.
3 cara setup boss:
1. Via Admin Dashboard (recommended)
cd whatsapp-bot
npm run admin
# Buka http://localhost:3458 (login dengan ADMIN_USER / ADMIN_PASS dari .env)
# Tab "Bosses" → Tambah nomor lo
# Tab "Secret Code" → Generate atau set manual
2. Via .env (saat first setup)
WA_INITIAL_BOSSES=628XXXXXXXXX,628YYYYYYYYY
BOSS_SECRET_CODE=ganti-kode-ini
3. Via Secret Code di WhatsApp
- Set
BOSS_SECRET_CODE=xxxxxxdi.env - Dari nomor WA apapun, DM bot kirim text
xxxxxx - Bot auto-promote sender jadi boss
- Setelah boss masuk, rotate code di dashboard
🎬 Demo Video
Liat VIDEO-DEMO-SCRIPT.md — storyboard 13 scene + AI generation prompts untuk Sora/Veo/Runway.
📖 Documentation
- PROJECT-OVERVIEW.md — arsitektur, fitur lengkap, use cases, stats
- TERMUX-SETUP.md — install di Android
- VIDEO-DEMO-SCRIPT.md — produksi video demo
- Per-module README di
whatsapp-bot/README.md,telegram-bot/README.md, dll
💰 Cost
- Claude Code subscription (Pro/Max): $20-100/bulan
- Groq API (Whisper + Vision + LLM cheap): free tier cukup buat personal
- WhatsApp + Telegram: gratis
- Server: HP Android Termux atau VPS murah ($5/bulan)
Total: ~$20-100/bulan untuk full enterprise-grade AI assistant.
🛠️ Tech Stack
- Node.js 20+
- SQLite (better-sqlite3) + FTS5 + vector embeddings (Xenova/transformers)
- @whiskeysockets/baileys (WhatsApp)
- @modelcontextprotocol/sdk (MCP servers)
- Express (dashboards)
- QuickChart.io (chart rendering)
- pdfkit, docx, xlsx, pptxgenjs (file generation)
- Groq API (Whisper STT, vision, translation, profile gen)
- Claude Code CLI (main agent loop, subscription billing)
⚠️ Disclaimer
- WhatsApp bot pakai library unofficial (Baileys) — risk akun ke-banned. Pakai nomor disposable.
- Paper-trading = simulasi, bukan real trading. Educational use only.
- Boss whitelist crucial — bypassPermissions default. Jangan expose ke public WA tanpa secure.
- AI dapat melakukan kesalahan — verify financial decisions.
📄 License
MIT — see LICENSE
🤝 Contributing
PR welcome. Open issues for bugs/features. Test di branch fork dulu.
🌟 Acknowledgments
Inspired by:
- Claude Code (Anthropic)
- Baileys
- Putri Bot v11 — futsal bot reference
- Model Context Protocol ecosystem
Установка Claude Code On WhatsApp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ghanibot/Claude-Code-on-WhatsAppFAQ
Claude Code On WhatsApp MCP бесплатный?
Да, Claude Code On WhatsApp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Claude Code On WhatsApp?
Нет, Claude Code On WhatsApp работает без API-ключей и переменных окружения.
Claude Code On WhatsApp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Claude Code On WhatsApp в Claude Desktop, Claude Code или Cursor?
Открой Claude Code On WhatsApp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare Claude Code On WhatsApp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
