instagram-automation
自动化Instagram帖子和数据分析
管理Instagram内容和跟踪性能需要重复性的手动工作。此技能通过Rube MCP集成自动化发布、轮播创建和数据洞察检索。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“instagram-automation”。 发布一张日落照片,caption为'Golden hour magic'
预期结果:
媒体容器创建成功。容器ID:17841234567890。帖子已发布到Instagram。帖子URL:https://instagram.com/p/ABC123xyz/
正在使用“instagram-automation”。 检查我的发布限额
预期结果:
当前24小时窗口内您还可以发布18条帖子。限额根据发布时间重置,而非按日历日计算。
安全审计
低风险Static analyzer flagged 43 external_commands patterns and 1 network URL, but all are false positives. The skill contains only documentation (SKILL.md) with markdown-formatted tool names, not executable code. Network access via Rube MCP endpoint is legitimate for Instagram API operations. Requires user OAuth connection. No confirmed security threats found.
低风险问题 (1)
风险因素
🌐 网络访问 (1)
质量评分
你能构建什么
社交媒体经理
安排和发布每日内容,创建产品展示轮播,并跟踪参与度指标,无需手动使用Instagram应用
内容创作者
自动化从内容库发布工作流,监控帖子性能,并高效响应参与趋势
营销分析师
以编程方式提取帖子洞察,比较不同内容类型的性能,并生成关于参与模式的效果报告
试试这些提示
将这张图片发布到我的Instagram, caption为'Excited to share our latest update! #newproduct #launch'。图片URL:https://example.com/image.jpg
创建一个展示我们新系列的轮播帖子。按顺序使用这5张图片:[URL1, URL2, URL3, URL4, URL5]。Caption:'New arrivals are here! Swipe to see all styles. Shop now via link in bio. #newcollection #fashion'
获取我过去一周的所有媒体,并获取每个帖子的洞察。包含展示次数、覆盖范围、参与度和保存次数的指标。总结哪些帖子效果最好,并找出表现最佳内容的模式。
检查我未来24小时的剩余发布配额。如果至少有3条可用,按顺序发布这3条产品公告,每条之间间隔30分钟。在继续下一条之前验证每条帖子的状态。
最佳实践
- 始终先调用RUBE_SEARCH_TOOLS获取当前工具架构,然后再执行工作流
- 在发布前验证媒体容器状态为FINISHED,特别是视频内容
- 批量操作前检查发布限额,以避免超过每日25条帖子的配额
避免
- Do not use private or authenticated media URLs; they must be publicly accessible
- Avoid attempting to publish before container processing completes; poll status first
- Do not exceed Instagram rate limits; implement exponential backoff for 429 responses