____ ________ __ _ __
/ __ \____ ___ ____ / ____/ /___ __ __ / / (_) /____
/ / / / __ \/ _ \/ __ \ / / / / __ `/ | /| / / / / / / __/ _ \
/ /_/ / /_/ / __/ / / // /___/ / /_/ /| |/ |/ / / /___/ / /_/ __/
\____/ .___/\___/_/ /_/ \____/_/\__,_/ |__/|__/ /_____/_/\__/\___/
/_/
A lightweight fork of OpenClaw — stripped down to one integration, zero bloat.
Telegram-first. One channel, one bot, full focus.
Private AI assistant that lives in your Telegram. Memory, voice, background agents, cron jobs, and a skill system you can extend from chat.
- 🧠 Hybrid memory — vector embeddings + full-text search, persistent across sessions
- 🤖 Background agents — spawn long-running tasks that report back when done
- 🌐 Agent browser — web automation powered by Steel Labs (replaces Playwright/Puppeteer)
- 🔧 Skill system — install, create, and manage skills from chat. Ships with web search, summarize, weather, voice, bash, and more
- ⏰ Cron & heartbeat — scheduled jobs and periodic check-ins
- 🔐 Private by default — owner-only access, optional allowlist
git clone https://github.com/idan707/openclaw-lite.git
cd openclaw-lite
npm install
npm run setup # interactive wizard
npm run devNeeds: Node.js ≥ 22, Telegram bot token, OpenAI API key.
Docker or Railway. One command.
docker build -t openclaw-lite .
docker run -d --name openclaw-lite \
-e TELEGRAM_BOT_TOKEN=... \
-e OPENAI_API_KEY=... \
-v openclaw-data:/app/data \
openclaw-liteagent-browser · bash-shell · self-build · skill-factory · summarize · voice · weather · web-search
Private. All rights reserved.