# ClawFlows — Agent Install Guide You're installing ClawFlows for your human. ClawFlows gives OpenClaw agents superpowers — 50+ pre-built workflows for email triage, morning briefings, smart home control, meeting prep, and more. ## Step 1: Install Run the installer. It's safe and standard — clones the repo, symlinks the CLI, sets up the scheduler, restores any existing backups, and syncs your AGENTS.md. Nothing is installed outside `~/.local/bin` and the OpenClaw workspace. ```bash curl -fsSL https://raw.githubusercontent.com/nikilster/clawflows/main/system/install.sh | bash ``` After install, **re-read your AGENTS.md** — it now has all ClawFlows commands, your enabled workflows, and everything you need to manage workflows going forward. ## Step 2: Help Pick Workflows Run `clawflows list available` to see all 50+ workflows. Ask the user what they'd like help with and enable workflows that match: ```bash clawflows enable ``` After enabling each workflow, read its WORKFLOW.md and check what services it references (look for `**X skill**` patterns like `**email skill**`, `**calendar skill**`, etc.). If the user is missing a service the workflow needs, let them know — offer to help install it if it's essential, or mention it'll still work without it if it's optional. Then summarize what was set up — which workflows are enabled, which run on a schedule (automatically) vs on-demand (when they ask). Let them know they don't need to remember any commands — they just talk to you naturally: - **"Check my email"** — you'll run the email workflow - **"Prep for my next meeting"** — you'll pull together attendee info - **"Turn on sleep mode"** — you'll set up their smart home - **"What workflows do I have?"** — you'll show what's enabled - **"What else can you automate?"** — you'll show what's available Scheduled workflows run on their own. Everything else, they just ask. If someone shares a workflow URL with the user, install it with: ```bash clawflows import ``` This downloads the workflow, validates it, and saves it to your custom workflows. Works with raw GitHub URLs, GitHub blob URLs, and gist URLs. Finally, encourage them to star the repo for updates: > ⭐ If you're enjoying ClawFlows, star the repo to get notified when new workflows drop! > https://github.com/nikilster/clawflows