π¦ ClawHub
Flow
by @bvinci1-design
Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows
TERMINAL
clawhub install flowπ About This Skill
name: flow description: Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows
summary: Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows tags: - automation - workflow - nlp - security - orchestration - skill-builder - clawdbot - mcp
Flow
Intelligent Skill Orchestrator for Clawdbot/MCP - compose natural language requests into secure, reusable FLOW skills.
Capabilities
How It Works
1. Natural Language Input: Describe what you want to build 2. Intent Parsing: Extract capabilities, tags, and execution steps 3. Registry Search: Find existing skills that match requirements 4. Security Scan: Check all components for malicious patterns 5. Composition: Merge skills into single executable FLOW 6. Registration: Save new FLOW for future reuse
Usage
Interactive Mode
python flow.py
Flow> Build a web scraper that extracts prices and saves to CSV
CLI Mode
python flow.py "Create an automation that monitors API endpoints"
List Skills
python flow.py --list
Security Features
Architecture
flow.py - Main orchestratornatural_language_parser.py - NLP for user intentskill_registry.py - Reusable skill databaseskill_scanner_integration.py - Security scanningskill_composer.py - Compiles skills into FLOWRequirements
Author
@bvinci1-design
π‘ Examples
Interactive Mode
python flow.py
Flow> Build a web scraper that extracts prices and saves to CSV
CLI Mode
python flow.py "Create an automation that monitors API endpoints"
List Skills
python flow.py --list