run-workflow
Installation
SKILL.md
Run Workflow Skill
执行用户创建的工作流定义。
Usage
/run-workflow <name>
/run-workflow scrape-prices --url "https://example.com"
执行流程
- 查找 workflow YAML 文件
- 解析变量和参数
- 按步骤调度 agents
- 返回执行结果
执行用户创建的工作流定义。
/run-workflow <name>
/run-workflow scrape-prices --url "https://example.com"