Visual drag-drop workflow builder for Agent skills. Export to SKILL.md format for OpenClaw/Claude Code.
- 🎨 Drag & Drop Interface - Visual workflow builder
- 🔧 Node Types
- ⚡ Trigger - Skill activation conditions
- ⚙️ Action - Execute commands/tools
- ❓ Condition - Branching logic
- 🔄 Loop - Iteration
- 📤 Export - Generate SKILL.md for OpenClaw/Claude Code
# Install dependencies
npm install
# Start development server
npm run dev- Drag nodes from the left panel to the canvas
- Connect nodes by dragging from output to input handles
- Configure nodes by clicking on them
- Export to SKILL.md format
- React + TypeScript
- Vite
- @xyflow/react
MIT
