一键导入
video-library-pipeline-relocate-review
Start and review a V2 relocate workflow for existing library files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start and review a V2 relocate workflow for existing library files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Handle V2 metadata ReviewGate artifacts and resume run-scoped metadata review actions.
Run and inspect the video library pipeline through the V2 run-based OpenClaw tool surface.
V2 migration note for folder contamination cleanup; direct legacy cleanup tools are not public in the V2 surface.
Start a V2 sourceRoot workflow and handle run-scoped inventory, metadata, and review gates.
Review and apply a V2 run-scoped move plan through video_pipeline_resume.
| name | video-library-pipeline-relocate-review |
| description | Start and review a V2 relocate workflow for existing library files. |
| metadata | {"openclaw":{"emoji":"📁","requires":{"plugins":["video-library-pipeline"]}}} |
video_pipeline_start {"flow":"relocate"}.prepare_relocate_metadata and review_relocate_metadata are supported V2 resume actions. They re-evaluate the same run and may advance it to plan_ready.B:\VideoLibrary, pass roots:["B:\\VideoLibrary"].video_pipeline_start {
"flow": "relocate",
"roots": ["B:\\VideoLibrary"],
"queueMissingMetadata": true,
"writeMetadataQueueOnDryRun": true,
"scanErrorPolicy": "warn",
"scanRetryCount": 2
}
WorkflowResult:
runIdphaseoutcomeartifactsgatesnextActionsfollowUpToolCallsdiagnosticsphase == "plan_ready": inspect the plan artifact and hand off to skills/move-review/SKILL.md.phase == "review_required": inspect gate artifacts and hand off to skills/extract-review/SKILL.md or report required review.phase == "complete": report the outcome, such as already-correct.phase == "blocked" or phase == "failed": report diagnostics and stop.video_pipeline_resume {
"runId": "<runId>",
"...": "params from followUpToolCalls[].params"
}
artifactId belongs to the same runId.requiresHumanReview is true.Some older folder-contamination and direct-title-repair flows depended on hidden legacy public tools. In V2 public operation, report that those flows require a future V2 workflow unless the current run returns an explicit supported video_pipeline_resume action for them.