logo
icon

PicoClaw

PicoClaw is an ultra-lightweight personal AI agent written in Go. Sub-second startup, under 20MB RAM, supports multi-model smart routing, MCP protocol, and integrations with Telegram, Discord, Slack, Matrix, WeChat and more.

template cover
Deployed3 times
Publisherfuturize.rush
Created2026-03-28
Services
service icon
Tags
AITool

PicoClaw

An ultra-lightweight personal AI agent written in Go. Boots in under 1 second, uses less than 20MB of RAM, and runs anywhere — from $10 RISC-V boards to cloud containers.

Features

  • Multi-model smart routing — supports OpenAI, Anthropic, Gemini, DeepSeek, and more
  • MCP (Model Context Protocol) — extend agent capabilities with external tools
  • Multi-channel integrations — Telegram, Discord, Slack, Matrix, WeChat, Feishu, IRC, WhatsApp
  • Built-in memory — persistent conversation memory with local SQLite
  • Sub-agent spawning — orchestrate multiple agents for complex tasks
  • Cron scheduling — automate recurring tasks

Prerequisites

PicoClaw requires at least one LLM API key to function:

After deployment, add your API key in Zeabur Service > Variables:

  • OPENAI_API_KEY for OpenAI / Zeabur AI Hub
  • ANTHROPIC_API_KEY for Anthropic Claude
  • GEMINI_API_KEY for Google Gemini

What You Can Do After Deployment

  1. Access the Web UI — open your domain to manage and interact with PicoClaw
  2. Connect chat channels — add bot tokens for Telegram, Discord, Slack, etc. in Variables
  3. Configure MCP servers — extend capabilities with external tool integrations
  4. Set up cron jobs — automate recurring AI tasks

Environment Variables

VariableDescription
OPENAI_API_KEYOpenAI / Zeabur AI Hub API key
ANTHROPIC_API_KEYAnthropic Claude API key
GEMINI_API_KEYGoogle Gemini API key
TELEGRAM_BOT_TOKENTelegram bot token (optional)
DISCORD_BOT_TOKENDiscord bot token (optional)

Important Notes

  • PicoClaw is pre-v1.0 (v0.2.4) — suitable for experimentation, not production-critical workloads
  • At least one LLM API key must be configured for the agent to function
  • The Launcher Web UI is exposed on this domain

License

MIT — GitHub