Install
openclaw skills install @sirimaddala99/instagram-digestScrape recent Instagram reels, transcribe audio, summarize with OpenRouter, and save a digest.html file
openclaw skills install @sirimaddala99/instagram-digestScrapes Instagram reels from a configured list of accounts, transcribes their audio, generates AI summaries, and saves a digest.html file for local viewing.
Trigger this skill when the user asks to:
All commands must be run from the skill's own directory:
cd /path/to/instagram-digest
python main.py
python main.py --accounts username1 username2 username3
python main.py --list-accounts
The default account list lives in config.py under INSTAGRAM_ACCOUNTS. To permanently add or remove an account, edit that list. Then confirm by running --list-accounts.
| Variable | Required | Purpose |
|---|---|---|
OPENROUTER_API_KEY | ✅ Required | OpenRouter API key for transcript summarization (uses Nvidia Nemotron via OpenRouter) |
INSTAGRAM_USERNAME | Optional | Instagram login for story access — use a dedicated throwaway account |
INSTAGRAM_PASSWORD | Optional | Instagram password for story access — use a dedicated throwaway account |
Writes digest.html to the skill directory. Open it in a browser to read audio summaries for each reel.