← 返回 Skills 市场
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install instagram-reels-monitor
功能描述
Monitor Instagram DMs for reels. Use when you need to check Instagram DMs for new unread messages containing reels, click them, extract the reel link, and ap...
使用说明 (SKILL.md)
Instagram Reels Monitor
This skill monitors an already open Instagram Direct Messages tab for new messages containing reels and saves them to a CSV file.
Requirements
- An active browser session with a tab open to
https://www.instagram.com/direct/inbox/. - The user must have the OpenClaw browser relay attached to that tab.
Workflow
- Use the
browsertool withaction: tabsandprofile: chrometo find thetargetIdfor the Instagram Messages tab. - Use the
browsertool withaction: act,kind: evaluateto run a script that checks for new, unread messages in the DM list. - If an unread message is found, click the conversation to open it.
- Once the conversation is open, use
browseraction: act,kind: evaluateto extract thehrefof any link containing/reel/or/p/(if it's a video/reel). - Extract the Instagram user ID of the sender.
- Append the data to
instagram_reels.csvin the formatuserid,reel_link. - Return to the main inbox view (if necessary) to check for more messages.
Example Scripts
Extract Reel Links from an Open Conversation
() => {
const links = Array.from(document.querySelectorAll('a'));
return links.filter(a => a.href.includes('/reel/')).map(a => a.href);
}
List DM Conversations
() => {
const buttons = Array.from(document.querySelectorAll('div[role="button"]'));
return buttons.map(b => b.innerText.replace(/\
/g, ' '));
}
安全使用建议
This skill is internally consistent but has privacy implications you should consider before installing: it requires the platform's browser relay to be attached to an Instagram Direct Messages tab and will read/click private messages and save sender IDs and reel links to instagram_reels.csv on the host. There are no extra credentials requested. Before use, confirm you trust the browser relay, know where the CSV will be stored, and are allowed to collect this data (Instagram terms, privacy rules). If you do not want autonomous scraping of your inbox, keep the skill user-invoked only or disable autonomous invocation in agent policies.
功能分析
Type: OpenClaw Skill
Name: instagram-reels-monitor
Version: 1.0.0
The instagram-reels-monitor skill is designed to automate the collection of Instagram reel links from unread Direct Messages and save them to a local CSV file. The workflow described in SKILL.md uses standard browser automation techniques (DOM selection and interaction) and lacks any indicators of malicious intent, such as data exfiltration to external servers, credential theft, or unauthorized system access.
能力评估
Purpose & Capability
Name/description match the instructions: the skill only needs an active Instagram DM tab and the platform 'browser' relay to find unread messages, click them, extract reel links and sender IDs, and append to instagram_reels.csv. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly direct the agent to enumerate DM conversation elements, click conversations, evaluate page scripts to find /reel/ or /p/ links, extract sender IDs, and append records to a CSV. This stays within the stated monitoring task but does require reading/clicking private messages and modifying local storage (the CSV), so it has expected privacy implications.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are required. The only external dependency is an active browser tab with the OpenClaw browser relay attached, which is appropriate for a browser-automation task.
Persistence & Privilege
always:false (normal). Model-invocation is allowed (default), so the agent could run this skill autonomously if triggered by policy — combine that with access to private DMs and CSV writing if you want to limit autonomous runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install instagram-reels-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/instagram-reels-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Instagram Reels Monitor 是什么?
Monitor Instagram DMs for reels. Use when you need to check Instagram DMs for new unread messages containing reels, click them, extract the reel link, and ap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。
如何安装 Instagram Reels Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install instagram-reels-monitor」即可一键安装,无需额外配置。
Instagram Reels Monitor 是免费的吗?
是的,Instagram Reels Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Instagram Reels Monitor 支持哪些平台?
Instagram Reels Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Instagram Reels Monitor?
由 Thejas775(@thejas775)开发并维护,当前版本 v1.0.0。
推荐 Skills