Skip to content

Idan707/openclaw-lite

Repository files navigation

   ____                    ________                   __    _ __
  / __ \____  ___  ____   / ____/ /___ __      __    / /   (_) /____
 / / / / __ \/ _ \/ __ \ / /   / / __ `/ | /| / /   / /   / / __/ _ \
/ /_/ / /_/ /  __/ / / // /___/ / /_/ /| |/ |/ /   / /___/ / /_/  __/
\____/ .___/\___/_/ /_/ \____/_/\__,_/ |__/|__/   /_____/_/\__/\___/
    /_/

OpenClaw Lite

A lightweight fork of OpenClaw — stripped down to one integration, zero bloat.

Telegram-first. One channel, one bot, full focus.

What it does

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

Quick start

git clone https://github.com/idan707/openclaw-lite.git
cd openclaw-lite
npm install
npm run setup   # interactive wizard
npm run dev

Needs: Node.js ≥ 22, Telegram bot token, OpenAI API key.

Deploy

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-lite

Built-in skills

agent-browser · bash-shell · self-build · skill-factory · summarize · voice · weather · web-search

License

Private. All rights reserved.

About

Lightweight OpenClaw fork — Telegram-first AI assistant with memory, skills, and agent-browser by Steel Labs. One integration, zero bloat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages