← All skills
Tencent SkillHub Β· AI

Flow

Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, flow.py, natural_language_parser.py, requirements.txt

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Flow

Intelligent Skill Orchestrator for Clawdbot/MCP - compose natural language requests into secure, reusable FLOW skills.

Capabilities

Parse natural language build requests Search skill registry for reusable components Security scan all skills before composition Compile multiple skills into unified FLOW Track skill usage for intelligent reuse Dependency resolution with topological sorting

How It Works

Natural Language Input: Describe what you want to build Intent Parsing: Extract capabilities, tags, and execution steps Registry Search: Find existing skills that match requirements Security Scan: Check all components for malicious patterns Composition: Merge skills into single executable FLOW Registration: Save new FLOW for future reuse

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

Code execution detection (eval, exec) Data exfiltration pattern matching Crypto mining indicator scanning System modification attempt detection AST-based code analysis Obfuscation detection

Architecture

flow.py - Main orchestrator natural_language_parser.py - NLP for user intent skill_registry.py - Reusable skill database skill_scanner_integration.py - Security scanning skill_composer.py - Compiles skills into FLOW

Requirements

Python 3.8+ No external dependencies for core functionality

Author

@bvinci1-design

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Files
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • flow.py Scripts
  • natural_language_parser.py Scripts
  • requirements.txt Files