From clip-maker
Find interesting moments in a transcript or video. Use when the user invokes /find-moments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clip-maker:find-momentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Converted from Claude Code command `/find-moments`.
Converted from Claude Code command
/find-moments. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Analyze a transcript (or video) to find the most engaging moments for vertical clips.
Parse $ARGUMENTS for:
<path> — required, path to either:
transcript.json — pre-existing transcript.mp4, .mov, .avi, etc.) — will transcribe first--duration N — target moment duration in seconds (default: 60)Check the file extension:
.json → use as transcript directlybash plugins/clip-maker/scripts/install-deps.sh
bash plugins/clip-maker/scripts/transcribe.sh "<video_path>" "<output_dir>"
Launch the moment-finder agent:
Agent(subagent_type="clip-maker:moment-finder", model="opus", prompt="
Analyze the transcript and find the most engaging moments.
- Transcript path: <transcript_path>
- Target duration: <duration> seconds
- Output path: <output_dir>/moments.json
Read the transcript, find the best moments, and write moments.json.
")
Read moments.json and present moments to the user as a formatted list:
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin clip-maker