instagram-reels
Installation
SKILL.md
Instagram Reels Skill
Download Instagram Reels, transcribe the audio, and extract the caption/description.
Setup
- Install required tools:
pip install yt-dlp
apt install ffmpeg # or: brew install ffmpeg
- Get a free Groq API key at https://console.groq.com
- Set your environment variable:
export GROQ_API_KEY="your-groq-api-key"