Build your AI employee in 60 seconds. Pick a personality from 170+ specialists, choose skills, and get an installable Claude Code plugin.
Part of the AI Maestro ecosystem — the OS for AI-first organizations.
# Install dependencies
npm install
# Seed personality catalog from agency-agents
npm run seed
# Start dev server
npm run devOpen http://localhost:3000.
- Browse — Pick from 170+ AI personalities across 15 divisions
- Configure — Add skills (messaging, memory, code analysis, planning)
- Build — Lambda assembles a Claude Code plugin using
build-plugin.sh - Install — One-liner command installs the plugin locally
- Frontend: Next.js 14 (static export) → S3 + CloudFront
- API: AWS Lambda functions via API Gateway
- Build: Clones repos, runs
build-plugin.sh, zips output → S3 - Install:
curl -fsSL https://lolabots.com/install/<id> | bash
# Deploy to AWS (requires SAM CLI + Docker)
./infrastructure/deploy.sh| Repo | Purpose |
|---|---|
| lolabot-factory | This repo — web app + Lambda + infra |
| agency-agents | 170+ personality library |
| ai-maestro-plugins | Plugin builder engine |
MIT