Getting Started ​
Welcome to SkimpyClaw! This guide will help you get up and running with your personal AI assistant.
What is SkimpyClaw? ​
SkimpyClaw is a lightweight (~20k LOC) personal AI assistant that runs locally on your machine. It provides:
- Multi-channel chat — Telegram and Discord bots with persistent conversation history
- Tool-enabled agent — File read/write, bash, browser (Playwright), MCP tools
- Cron scheduler — Run prompts or scripts on a schedule
- Web dashboard — Manage everything through a beautiful web interface
- Subagents — Autonomous task delegation with retry and concurrency control
Quick Start ​
bash
pnpm add -g skimpyclaw
skimpyclaw onboard
skimpyclaw start --daemonNext Steps ​
- Read the Architecture overview
- Learn about Configuration
- Review Security controls and hardening notes
- Follow the Discord Update Documentation Process when changing Discord behavior
- Explore available Tools
- Set up Cron jobs for scheduled and long-running tasks
Getting Help ​
- Check the Troubleshooting guide
- Browse the API Reference
- Open an issue on GitHub