一键导入
content-transcribe
Transcribe video files using LemonFox (blog) or AssemblyAI (video editing). Use when user has video content to process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Transcribe video files using LemonFox (blog) or AssemblyAI (video editing). Use when user has video content to process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
/blog-schedule - Manage Post Schedule
Generate a blog post from source materials (text, PDFs, images, transcripts). Use when user wants to create a blog post or article.
Render carousel slides from social/carousel.md into 1080x1350 PNG images.
Push blog posts to Google Docs for review, then pull comments and suggestions back as feedback for discussion.
Generate AI images for content using Gemini or other image generation APIs. Use when user needs diagrams, illustrations, or visual content.
Initialize a new content project with the standard directory structure in projects). Use when user wants to create a new blog post and one doesn't exist for it.
| name | content-transcribe |
| description | Transcribe video files using LemonFox (blog) or AssemblyAI (video editing). Use when user has video content to process. |
Transcribe video using LemonFox or AssemblyAI.
--provider assemblyai). Word-level timestamps, disfluencies preserved for accurate cut detection./content-transcribe
Blog transcription (LemonFox):
VIDEO=$(ls source/*.mp4 2>/dev/null | head -1)
uv run .claude/skills/content-transcribe/scripts/transcribe.py "$VIDEO" content
Video editing transcription (AssemblyAI):
uv run .claude/skills/content-transcribe/scripts/transcribe.py --provider assemblyai "$VIDEO" claude-edits
<output_dir>/transcript.md - Full transcript<output_dir>/description.md - Video description with chapters (LemonFox only)Run /content-blog to generate content. Screenshots are extracted on-demand during blog generation using /content-screenshot.