بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.