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

Lore: A tool that extracts structured context from AI coding conversations
Tools

Lore: A tool that extracts structured context from AI coding conversations

Lore is a browser-based tool built with Claude Code that extracts structured context from AI conversations, capturing decisions, TODOs, blockers, and resume checklists. It's a React + TypeScript PWA with a Chrome extension for direct conversation capture and context injection.

OpenClawRadar
Developer Creates Practical Claude Skills for Kotlin Multiplatform Projects
Tools

Developer Creates Practical Claude Skills for Kotlin Multiplatform Projects

A developer built a public repository of Claude skills specifically for Kotlin Multiplatform work after finding existing skills too generic, opinionated, or thin. The skills cover architecture reviews, feature implementation, modularization, Compose Multiplatform UI, navigation, platform bridges, deep links, adaptive UI, testing, and build governance.

OpenClawRadar
Open-source Claude Code reimplementation patched for local model compatibility
Tools

Open-source Claude Code reimplementation patched for local model compatibility

A developer patched the open-source Claude Code reimplementation to work with Ollama and local models by removing hardcoded Anthropic client dependencies. The CLI now auto-detects providers from model names and environment variables.

OpenClawRadar
Open Source System Captures Claude Code Patterns into Evolving Documentation
Tools

Open Source System Captures Claude Code Patterns into Evolving Documentation

Developer Lee Fuhr has released three open source repositories that systematically capture and codify learnings from working with Claude Code. The system includes a methodology document with 14 principles and 19 patterns, an architecture classification framework, and a memory system with 149 features.

OpenClawRadar