Install
openclaw skills install ppt-task-orchestratorProduction orchestration for pptx page task extraction and batch image delivery by reusing main-image-editor + psd-automator.
openclaw skills install ppt-task-orchestratorOrchestration layer for customer PPT workflows:
pptx into per-page tasks (structured fields first).main-image-editor batch tasks.main-image-editor and psd-automator.all-images.zip.node skills/ppt-task-orchestrator/scripts/run-ppt-task-orchestrator.js \
--request skills/ppt-task-orchestrator/examples/request.sample.json \
--index ~/.openclaw/psd-index.json
Dry-run:
node skills/ppt-task-orchestrator/scripts/run-ppt-task-orchestrator.js \
--request skills/ppt-task-orchestrator/examples/request.sample.json \
--dry-run
request JSON supports:
pptPath: absolute or ~/ path to .pptx file (required)requestId: optional tracking idconfidenceThreshold: low-confidence gate threshold (default 0.8)fallbackPolicy: structured_only or structured_first_with_ocr (default)execution: dryRun, force, indexPath, bundleZipdelivery: outputDir, zipName, copySelectedOnlyrollback_all inherited from main-image-editor.