Meaningful commit messages from your diff, every time
Your Claw reads the staged diff and writes a commit message that actually describes what changed and why — in your team's format. Easy win, low setup, and a good starter recipe for day-to-day use.
Write a commit message for this diff. Follow [conventional commits / Gitmoji / plain English] format. The subject line should be under 72 characters and describe WHAT changed. The body should explain WHY — what problem does this solve or what feature does it enable? If the change is a breaking change, flag it explicitly. If there's a related ticket/issue number, include it in the footer. My convention: [conventional commits / Gitmoji / describe your format] Related ticket (optional): [ticket number] Diff: [paste `git diff --staged` output]
Instead of typing "wip" or "fix bug" under time pressure, your Claw
reads the actual diff, understands the change, and generates a commit
message in your team's format. Reviews your staged changes and writes
a subject line + body that future-you will thank you for.
From zero coverage to "actually tested" in minutes
Point it at a file, function, or module and get useful tests back. This is a strong starter recipe because it works on a small input, gives you code you can review immediately, and teaches you how to steer OpenClaw with examples.
New repo? Running in minutes, not days
Point your Claw at an unfamiliar repo and it figures out how to get it running. Excellent starter recipe because it turns a messy pile of config files into a concrete setup plan you can follow.
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.
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.