MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK

✍️ OpenClaw Radar📅 Published: February 7, 2026🔗 Source
MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK
Ad

MonClaw is a new minimal implementation of OpenClaw functionality using the OpenCode SDK, offering developers a lightweight alternative for building AI-powered chat assistants.

Key Features

  • Telegram adapter — Built with Grammy library for Telegram bot integration
  • WhatsApp adapter — Uses Baileys library for WhatsApp connectivity
  • Simple memory system — Single markdown file (MEMORY.md) loaded on every message
  • Proactive memory updates — Via an OpenCode plugin tool (save_memory)
  • Heartbeat task runner — Periodic checklist from heartbeat.md file
  • Channel-level whitelist — With disk persistence for security

Auth Model

MonClaw reuses OpenCode existing auth mechanisms. The default path uses createOpencode() so the SDK starts and manages a local OpenCode server. Alternatively, you can set OPENCODE_SERVER_URL to connect to an already-running server.

Ad

Quick Start

The project requires Bun runtime. After cloning the repository and installing dependencies, you log in using the OpenCode CLI, configure environment variables (primarily TELEGRAM_BOT_TOKEN), and run the development server.

Available Commands

In Telegram/WhatsApp chat:

  • /remember — Force-save durable memory
  • /pair — Add account to whitelist
  • /new — Start a new shared session across all channels

The project is experimental and the author recommends exercising caution, especially with sensitive data.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Four Free Claude Code Skills for Prompt Clarity, Tutorials, and Bug Hunting
Tools

Four Free Claude Code Skills for Prompt Clarity, Tutorials, and Bug Hunting

Four Apache 2.0, no-paid-tier Claude Code skills: prompter (prompt rewriting), tutorial-creator (annotated code walkthroughs), bug-echo (post-fix anti-pattern sweep), and bug-prospector (pre-release audit with 7 analysis lenses).

OpenClawRadar
🦀
Tools

Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted

Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.

OpenClawRadar
LLM Cost Profiler: Open-source tool tracks API spending to make case for local models
Tools

LLM Cost Profiler: Open-source tool tracks API spending to make case for local models

LLM Cost Profiler is a Python tool that tracks every API call to OpenAI/Anthropic, showing exactly what you're spending and where. It exposes tasks that are overpriced relative to their complexity, providing concrete dollar amounts to justify moving to local models.

OpenClawRadar
SourceBridge: Open-source tool for codebase analysis using local LLMs
Tools

SourceBridge: Open-source tool for codebase analysis using local LLMs

SourceBridge is an open-source tool that indexes Git repositories into symbol graphs and uses local LLMs to generate codebase summaries, architecture walkthroughs, and learning materials. It supports multiple local backends including Ollama, llama.cpp, vLLM, LM Studio, and SGLang via OpenAI-compatible APIs.

OpenClawRadar