Skip to content

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

Next Steps ​

Getting Help ​