Build a looplia workflow from natural language. Create looplia pipeline, generate workflow automation.
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-plugins-looplia-core@memorysaver/looplia-core# Build Looplia Workflow
Create a looplia workflow definition from natural language using the skills-first architecture.
## Usage
## Arguments
| Argument | Description |
|----------|-------------|
| `description` | (Optional) Natural language description of what the workflow should do |
| `--name <name>` | (Optional) Explicit workflow filename. If provided, use this exact name |
## Execution
**Use three skills in sequence:**
1. `Skill("plugin-registry-scanner")` → Discover available skills from plugins
2. `Skill("skill-capability-matcher")` → Match requirements to skills
3. `Skill(...