一键导入
boundary-snap
Snap selected highlight candidate boundaries to nearby sentence or pause boundaries before clipping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Snap selected highlight candidate boundaries to nearby sentence or pause boundaries before clipping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Plan, build, and fix short-form videos like an editor, using hook-first structure, caption-aware visual design, Remotion/FFmpeg assembly, and reject-regenerate review loops instead of one-shot automation.
Build a full short from brief to reviewed MP4 while keeping script, audio, visuals, captions, and validation aligned as one edit.
Generate and evaluate multiple short-form hook, title, cover, opening-frame, and platform-packaging variants before scripting or rendering, then choose a default and preserve the rationale.
Turn publish receipts and performance metrics into reusable style-profile or niche-profile updates that say what to repeat, kill, or test next.
Generate platform-specific publish metadata, fit checks, and upload checklists for short-form and social video without auto-uploading.
Review scripts, timelines, scene plans, or rendered shorts for retention and mobile pacing before final render approval or publish readiness.
| name | boundary-snap |
| description | Snap selected highlight candidate boundaries to nearby sentence or pause boundaries before clipping. |
| allowedTools | ["shell","read","write"] |
| model | inherit |
| argumentHint | {"candidatesPath":"output/content-machine/highlights/highlight-candidates.v1.json","timestampsPath":"output/content-machine/audio/timestamps.json","outputPath":"output/content-machine/highlights/boundary-snap.v1.json"} |
| entrypoint | node ./node_modules/@45ck/content-machine/agent/run-tool.mjs boundary-snap |
| inputs | [{"name":"candidatesPath","description":"Path to highlight-candidates.v1.json.","required":true},{"name":"timestampsPath","description":"Word-level timestamp artifact used to locate nearby natural boundaries.","required":true},{"name":"outputPath","description":"Path that will receive boundary-snap.v1.json.","required":false}] |
| outputs | [{"name":"boundary-snap.v1.json","description":"Candidate clip boundaries adjusted to nearby sentence, pause, source, or duration limits."}] |
cat .content-machine/skills/boundary-snap/examples/request.json | \
node ./node_modules/@45ck/content-machine/agent/run-tool.mjs boundary-snap
highlight-candidates.v1.json and timestamps.json.boundary-snap.v1.json.