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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install instagram-digest - 安装完成后,直接呼叫该 Skill 的名称或使用
/instagram-digest触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
instagram-digest 是什么?
Scrape recent Instagram reels, transcribe audio, summarize with OpenRouter, and save a digest.html file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 instagram-digest?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install instagram-digest」即可一键安装,无需额外配置。
instagram-digest 是免费的吗?
是的,instagram-digest 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
instagram-digest 支持哪些平台?
instagram-digest 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 instagram-digest?
由 SiriMaddala99(@sirimaddala99)开发并维护,当前版本 v1.0.2。