clawflowsSearch, install, and run multi-skill automations from clawflows.com. Combine multiple skills into powerful workflows with logic, conditions, and data flow between steps.
Install via ClawdBot CLI:
clawdbot install Cluka-399/clawflowsDiscover and run multi-skill automations that combine capabilities like database, charts, social search, and more.
npm i -g clawflows
clawflows search "youtube competitor"
clawflows search "morning brief"
clawflows search --capability chart-generation
Before installing, see what capabilities the automation needs:
clawflows check youtube-competitor-tracker
Shows required capabilities and whether you have skills that provide them.
clawflows install youtube-competitor-tracker
Downloads to ./automations/youtube-competitor-tracker.yaml
clawflows list
clawflows run youtube-competitor-tracker
clawflows run youtube-competitor-tracker --dry-run
The --dry-run flag shows what would happen without executing.
clawflows enable youtube-competitor-tracker # Shows cron setup instructions
clawflows disable youtube-competitor-tracker
clawflows logs youtube-competitor-tracker
clawflows logs youtube-competitor-tracker --last 10
clawflows publish ./my-automation.yaml
Prints instructions for submitting to the registry via PR.
Automations use capabilities (abstract) not skills (concrete):
steps:
- capability: youtube-data # Not a specific skill
method: getRecentVideos
args:
channels: ["@MrBeast"]
capture: videos
- capability: database
method: upsert
args:
table: videos
data: "${videos}"
This means automations are portable — they work on any Clawbot that has skills providing the required capabilities.
| Capability | What It Does | Example Skills |
|------------|--------------|----------------|
| youtube-data | Fetch video/channel stats | youtube-api |
| database | Store and query data | sqlite-skill |
| chart-generation | Create chart images | chart-image |
| social-search | Search X/Twitter | search-x |
| prediction-markets | Query odds | polymarket |
| weather | Get forecasts | weather |
| calendar | Read/write events | caldav-calendar |
| email | Send/receive email | agentmail |
| tts | Text to speech | elevenlabs-tts |
To make your skill work with ClawFlows automations, add a CAPABILITY.md file:
# my-capability Capability
Provides: my-capability
Skill: my-skill
## Methods
### myMethod
**Input:**
- param1: description
- param2: description
**How to fulfill:**
\`\`\`bash
./scripts/my-script.sh --param1 "${param1}"
\`\`\`
**Output:** Description of output format
And declare it in your SKILL.md frontmatter:
---
name: my-skill
provides:
- capability: my-capability
methods: [myMethod]
---
Generated Mar 1, 2026
Marketing agencies can use ClawFlows to automate tracking of competitor YouTube channels by fetching recent video data and storing it in a database for analysis. This enables regular updates on engagement metrics and content strategies without manual intervention, supporting data-driven marketing decisions.
Executives can set up workflows that aggregate data from social search, weather forecasts, and calendar events into a consolidated morning briefing. This automation saves time by providing a daily overview of key information, helping prioritize tasks and stay informed on trends.
Media companies can automate the generation of charts and reports by pulling data from databases and using chart-generation capabilities. This streamlines the production of visual content for articles or presentations, reducing manual effort and ensuring consistency in reporting.
Event planners can integrate calendar and email capabilities to automate scheduling and communication tasks. For example, workflows can send reminders, update event details, and manage attendee lists, improving efficiency and reducing errors in coordination.
Offer tiered subscriptions for access to premium automations and advanced capabilities, such as enhanced data analytics or priority support. Revenue is generated through monthly or annual fees from businesses and individual users seeking scalable automation solutions.
Provide a free basic version of ClawFlows with limited capabilities, while charging for integrations with specialized skills or advanced features. This model attracts a broad user base and monetizes power users who need specific tools like prediction markets or TTS.
Sell enterprise licenses to large organizations requiring custom automations, dedicated support, and on-premise deployment. Additional revenue comes from consulting services to design and implement tailored workflows for specific industry needs.
💬 Integration Tip
Start by identifying common tasks in your workflow that involve repetitive data handling, then use ClawFlows to automate these steps by connecting compatible skills through capabilities.
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
Advanced desktop automation with mouse, keyboard, and screen control
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.