From clip-maker
Transcribe a video using whisper (local or API). Use when the user invokes /transcribe.
How this skill is triggered — by the user, by Claude, or both
Slash command
/clip-maker:transcribeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Converted from Claude Code command `/transcribe`.
Converted from Claude Code command
/transcribe. Review and adapt: hooks and MCP tool IDs may need manual mapping for Codex.
Transcribe a video file using OpenAI Whisper. Outputs a JSON file with timestamped segments.
Parse $ARGUMENTS for:
<video_path> — required, path to video file--api — use OpenAI Whisper API instead of local model--language LANG — language code (default: ru)bash plugins/clip-maker/scripts/install-deps.sh [--api if passed]
Output directory: same directory as the video file.
Output file: <video_name>_transcript.json
bash plugins/clip-maker/scripts/transcribe.sh "<video_path>" "<output_dir>" [--api] [--language LANG]
Tell the user:
npx claudepluginhub ivanlutsenko/awac-ai-agent-plugins --plugin clip-makerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
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.