instagram-digest
/install instagram-digest
Instagram Digest Skill
Scrapes Instagram reels from a configured list of accounts, transcribes their audio, generates AI summaries, and saves a digest.html file for local viewing.
When to Use
Trigger this skill when the user asks to:
- Run / send the Instagram digest
- Get a summary of recent Instagram reels
- Check what accounts are being tracked
- Add or remove accounts from the digest
- Do a dry run / preview without sending email
Working Directory
All commands must be run from the skill's own directory:
cd /path/to/instagram-digest
Commands
Run the digest (saves digest.html)
python main.py
Run digest for specific accounts only
python main.py --accounts username1 username2 username3
List currently configured accounts
python main.py --list-accounts
Adding / Removing Accounts Permanently
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.
Environment Variables
| 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 |
Output
Writes digest.html to the skill directory. Open it in a browser to read audio summaries for each reel.
Error Handling
- If Instagram returns a login wall for an account, that account is skipped and the digest continues with the rest.
- If transcription or analysis fails for a reel, a fallback message is shown for that item — the digest still sends.
- If no new reels or stories are found across all accounts, the email is skipped entirely and a message is printed.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install instagram-digest - After installation, invoke the skill by name or use
/instagram-digest - Provide required inputs per the skill's parameter spec and get structured output
What is instagram-digest?
Scrape recent Instagram reels, transcribe audio, summarize with OpenRouter, and save a digest.html file. It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install instagram-digest?
Run "/install instagram-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is instagram-digest free?
Yes, instagram-digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does instagram-digest support?
instagram-digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created instagram-digest?
It is built and maintained by SiriMaddala99 (@sirimaddala99); the current version is v1.0.2.