From sundial-org-awesome-openclaw-skills-4
Orchestrates skills into secure, reusable workflows from natural language requests. Parses intent, searches registry, security scans components, resolves dependencies, and composes via Python CLI or interactive mode.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
---
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
summary: Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows tags:
Intelligent Skill Orchestrator for Clawdbot/MCP - compose natural language requests into secure, reusable FLOW skills.
python flow.py
Flow> Build a web scraper that extracts prices and saves to CSV
python flow.py "Create an automation that monitors API endpoints"
python flow.py --list
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 FLOW@bvinci1-design