Execute a looplia workflow on content. Run looplia pipeline, start workflow automation.
/plugin marketplace add memorysaver/looplia-core/plugin install memorysaver-looplia-plugins-looplia-core@memorysaver/looplia-core# Execute Looplia Workflow
Run a looplia workflow from `workflows/` on provided content.
## Usage
## Arguments
| Argument | Description |
|----------|-------------|
| `workflow-id` | Name of workflow (e.g., "writing-kit") |
| `--file <path>` | Path to content file (creates new sandbox) |
| `--sandbox-id <id>` | Resume existing sandbox |
## Examples
## Execution
**Use the `Skill("workflow-executor")` to handle all execution.**
The workflow-executor skill:
1. Parses workflow YAML from `workflows/{workflow-id}.md`
2. Creates/resumes sandbox
3. Executes each step via `Task(skill-exe...