← 返回 Skills 市场
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install insta-reel-extractor
功能描述
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 will read and interact with your logged-in Instagram Direct Messages and save extracted links locally. Before installing, confirm: (1) you are comfortable granting the agent access to the browser relay and the specific Instagram tab, (2) where instagram_reels.csv will be written and who can access that file, and (3) that the agent will not transmit the CSV or DM contents to external services. If you have privacy concerns, only run it manually when needed, disable autonomous invocation for the agent, or modify the workflow to require explicit user confirmation before reading or writing any private data.
功能分析
Type: OpenClaw Skill
Name: insta-reel-extractor
Version: 1.0.0
The skill is a specialized automation tool designed to monitor Instagram Direct Messages for reel links and log them to a local file (instagram_reels.csv). The workflow and JavaScript snippets in SKILL.md are transparent, limited to the stated purpose of link extraction, and contain no indicators of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The name/description align with the instructions: the skill uses the browser relay to inspect an open Instagram DM tab, click conversations, extract links, and append them to a CSV. The capabilities requested (DOM evaluation, tab actions) are coherent for this purpose.
Instruction Scope
Instructions explicitly direct the agent to read and interact with private Instagram DMs (click conversations and extract sender IDs and links) and to append results to instagram_reels.csv. This is within the stated purpose, but it is high-privilege (access to a logged-in browser session and private messages) and therefore sensitive; the skill does not include any safeguards or explicit user-consent steps.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is downloaded or written by an installer step.
Credentials
No environment variables or external credentials are requested, which is appropriate. The skill requires the platform's browser relay to be attached to a tab and assumes the agent can write a local file (instagram_reels.csv); the need for file-write permission and the browser relay is mentioned only in SKILL.md rather than declared in metadata.
Persistence & Privilege
always: false and user-invocable: true. The skill does not request permanent inclusion or modify other skills. Autonomous invocation is allowed by default but is not combined with other alarming requests here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install insta-reel-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/insta-reel-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Instagram Reels Monitor.
- Monitors Instagram Direct Messages for unread messages containing reels.
- Extracts reel links and sender user IDs from new messages.
- Appends findings to instagram_reels.csv in the format userid,reel_link.
- Requires the Instagram DM tab to be open and the OpenClaw browser relay attached.
- Provides example scripts for extracting reel links and listing conversations.
元数据
常见问题
Instagram Reel Extractor 是什么?
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 插件,目前累计下载 77 次。
如何安装 Instagram Reel Extractor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install insta-reel-extractor」即可一键安装,无需额外配置。
Instagram Reel Extractor 是免费的吗?
是的,Instagram Reel Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Instagram Reel Extractor 支持哪些平台?
Instagram Reel Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Instagram Reel Extractor?
由 Thejas775(@thejas775)开发并维护,当前版本 v1.0.0。
推荐 Skills