One command to start everything, every morning
Docker, Postgres, Redis, frontend, backend, worker — if you start the same stack every morning, this recipe turns that repeated setup into one command and a clearer startup flow.
Generate a dev environment startup script for my project. Read my project config files and create a single script that: (1) starts all services in dependency order (databases before apps, etc.), (2) waits for each service to be healthy before starting the next one, (3) reports clear status messages as each service comes up, (4) handles common failures gracefully (port already in use, Docker not running, missing dependencies). Also generate a matching shutdown script. My setup: [describe your stack or share docker-compose.yml / Procfile / Makefile]
Your Claw reads your project's docker-compose.yml, Procfile, Makefile, and
whatever else defines your local services, then generates a single startup
script that boots everything in the right order with health checks between
steps.
Handle routine data requests without dropping everything
A Slack bot that intercepts routine data requests, searches existing dashboards and past queries for the answer, and only generates SQL when the request is clear and safe. Analysts step in when it genuinely needs human judgment.
Monday morning reports that write themselves
Automates the entire weekly/monthly reporting pipeline — runs the queries, populates the template, generates a narrative summary, flags anomalies, and emails/Slacks the finished report. You review it instead of building it.
Email and calendar without leaving your terminal
Full Gmail control via the gog CLI. Read, send, search, organize emails. Create events, set reminders, RSVP to invitations. All from natural language or CLI commands.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.