veo-flow-orchestrator
Orchestrate complex, multimodal web-based browser automation tasks and video generation pipelines using Veo Flow.
ソース情報
- リポジトリ
- mojowebs/digz-skills-arsenal
- ソースの最終更新活動
- 2026年3月12日 01:33
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
ファイルエクスプローラー
3 ファイルSKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- veo-flow-orchestrator
- description
- Orchestrate complex, multimodal web-based browser automation tasks and video generation pipelines using Veo Flow.
# Veo Flow Orchestrator
**Goal:** Assemble and execute a multimodal, temporal workflow (e.g., fetching web data, compiling reports, and generating dynamic UI or video assets) using the Veo Flow Orchestrator.
## Background Context
Veo Flow handles advanced stateful web automation and generation of multimodal assets (video, complex UI flows). It allows the agent to trigger a sequence that involves browser automation (via Puppeteer/Project Mariner) coupled with generative capabilities.
## Execution Steps
1. **Define the Flow:**
- Create a `VEO_FLOW_MANIFEST.json` defining the steps:
- URL to scrape/interact with.
- Generative task (e.g., summarize and generate a 5-second video overview).
2. **Trigger Veo:**
- Execute the Veo invocation command:
```bash
echo "Triggering Veo Flow Orchestrator with manifest..."
```
3. **Status Check:**
- Await completion and retrieve the generated output assets for the user.
GitHubで見る