ClawFlows for Openclaw

A command-line engine designed to search, install, and orchestrate multi-step automations by chaining various Openclaw Skills together.

cluka-399
v1.0.0
Jan 31, 2026
5
13k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawflows

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawflows using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClawFlows?

ClawFlows acts as the orchestration layer for your agentic environment, allowing you to combine individual Openclaw Skills into powerful, logic-driven workflows. By shifting the focus from specific skill implementations to abstract capabilities, it ensures that your automations are portable and flexible across different setups. Whether you are building a daily news aggregator or a complex market monitoring system, ClawFlows provides the framework to manage data flow and execution between multiple agents.

This tool centralizes the discovery and management of automated tasks through a dedicated registry. It allows developers to define steps, capture outputs, and pass variables between different Openclaw Skills without hardcoding specific tool dependencies. This abstraction layer is what makes it a vital component for anyone looking to scale their automation capabilities.

ClawFlows Use Cases

  • Creating automated daily briefings that aggregate data from weather, calendar, and news Openclaw Skills.
  • Building competitor tracking systems that fetch social media data and store results in a database.
  • Orchestrating complex data pipelines that require text-to-speech notifications after processing analytics.
  • Deploying portable automation scripts that can run on any system equipped with the necessary Openclaw Skills.

How ClawFlows Works

  1. Search the global registry for pre-configured automations tailored for specific Openclaw Skills using the search command.
  2. Use the check command to verify that your current environment provides the required capabilities for the automation.
  3. Install the automation YAML configuration locally into your project directory.
  4. Execute the workflow using the run command, with optional dry-run flags to test logic safely.
  5. Enable background scheduling via cron instructions generated by the CLI for recurring tasks.
  6. Monitor the execution and debug interactions between your Openclaw Skills using the built-in logging system.

ClawFlows Setup

To begin orchestrating your Openclaw Skills, install the ClawFlows CLI globally via npm:

npm i -g clawflows

Once installed, you can browse available automations by running:

clawflows search --capability database

ClawFlows Data Schema & Taxonomy

ClawFlows utilizes YAML files to define the lifecycle of an automation. These files map abstract requirements to the specific Openclaw Skills available on your system.

Component Description
steps The sequence of operations to be performed.
capability The generic requirement (e.g., social-search) fulfilled by compatible Openclaw Skills.
method The specific function to call within the skill (e.g., getRecentVideos).
args Input parameters, supporting variable interpolation from previous steps.
capture A variable name used to store the output for subsequent steps.

ClawFlows Advanced Features

  • Capability-based Abstraction: Decouples automations from specific implementations, allowing different Openclaw Skills to fulfill the same role.
  • Dry-Run Support: Validate complex multi-agent logic without triggering actual API calls or side effects.
  • Integrated Scheduling: Built-in commands to facilitate the setup of recurring automated workflows.
  • Custom Capability Publishing: Tools to define and share new methods for your own Openclaw Skills with the community.
  • Variable Interpolation: Seamlessly pass data context across different steps in a workflow.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*