MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK

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.
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
👀 See Also

A Pattern for Running Claude Code on Overnight Unattended Sessions Without Drift
A three-piece framework — chain runner, supervisor, and a single handoff contract — solves the feedback-loop drift problem in multi-hour autonomous Claude Code sessions.

AgentHandover: Mac menu bar app that creates agent skills by watching your screen
AgentHandover is an open-source Mac menu bar app that uses Gemma 4 running locally via Ollama to watch your screen and turn repeated workflows into structured Skill files that any agent can follow. It offers both Focus Record for specific tasks and Passive Discovery that picks up patterns from background observation.

Keep My Claw: Backup Service for OpenClaw Workspaces
Keep My Claw is a backup service that encrypts OpenClaw workspace data locally before uploading to Cloudflare R2. It handles memory files, cron jobs, skills, credentials, and config snapshots with scheduled backups and one-command restores.

Fewshell: A Self-Hosted SSH Copilot That Refuses to Run Commands Without Human Approval
Fewshell is a mobile+desktop SSH copilot with mandatory human approval for every command – no setting to enable auto-approval. Built by an ex-Amazon AI SDE working on AI safety research.