blog-article-writer
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
**QUICK REFERENCE** - **Output folder**: `output/transcripts/` - **Transcribe script**: `.venv\Scripts\python.exe scripts/mega/transcribe.py` - **Supported formats**: mp4, mp3, wav, m4a, webm, mkv, flac, ogg, aac - **Prerequisites**: FFmpeg on PATH + `pip install openai-whisper
$ npx -y skills add OpenAnalystInc/10x-Content-Expert --skill mega-transcriber --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/mega-transcriberContext preview
The summary Claude sees to decide when to auto-load this skill.
**QUICK REFERENCE** - **Output folder**: `output/transcripts/` - **Transcribe script**: `.venv\Scripts\python.exe scripts/mega/transcribe.py` - **Supported formats**: mp4, mp3, wav, m4a, webm, mkv, flac, ogg, aac - **Prerequisites**: FFmpeg on PATH + `pip install openai-whisper
> **QUICK REFERENCE** > - **Output folder**: `output/transcripts/` > - **Transcribe script**: `.venv\Scripts\python.exe scripts/mega/transcribe.py` > - **Supported formats**: mp4, mp3, wav, m4a, webm, mkv, flac, ogg, aac > - **Prerequisites**: FFmpeg on PATH + `pip install openai-whisper torch` > - **File naming**: `YYYY-MM-DD_filename_transcript.txt` and `_transcript.json` > - **Python**: ALWAYS use `.venv\Scripts\python.exe` (never bare `python`)
Transcribe audio and video files locally using OpenAI Whisper. Outputs plain text and timestamped JSON transcripts.
mp4, mp3, wav, m4a, webm, mkv, flac, ogg, aac
1. Check whisper is available:
python -c "import whisper; print('OK')"2. If not installed → tell user: `pip install openai-whisper torch` 3. Check FFmpeg: `ffmpeg -version` 4. Identify input file(s) — single file or batch from a folder
Run the transcription script:
python scripts/mega/transcribe.py --input "path/to/file.mp4" --model base --output references/transcripts/auto-transcribed/
For batch:
python scripts/mega/transcribe.py --input "path/to/folder/" --model base --output references/transcripts/auto-transcribed/ --batch
A comprehensive Claude Code skills plugin for AI-powered content creation. Creates emails, social media content, presentations, blogs, and more - all aligned with your brand voice and informed by your reference materials.
Repo: OpenAnalystInc/10x-Content-Expert
Creates long-form content including blog posts, articles, guides, and thought leadership pieces. Uses SEO best practices, storytelling frameworks, and learns…
Maintains brand voice consistency across all content. Defines, documents, and enforces brand guidelines including tone, vocabulary, style, and messaging. Use…
Upload and manage assets (images, videos, audio) in your Canva account. Use this skill when user wants to upload files to Canva, manage their asset library, or…
Manage and apply brand kits in Canva. Use this skill when user wants to work with brand colors, fonts, logos, or maintain brand consistency across designs.…
Generate content ideas and text for Canva designs. Use this skill when user needs help with what to write, content suggestions, copy for designs, captions,…
Design knowledge base for understanding design terminology, concepts, and best practices. Use this skill when user asks about design terms, needs guidance on…