技能 instagram-automation
📸

instagram-automation

低风险 🌐 网络访问

自动化Instagram帖子和数据分析

管理Instagram内容和跟踪性能需要重复性的手动工作。此技能通过Rube MCP集成自动化发布、轮播创建和数据洞察检索。

支持: Claude Codex Code(CC)
🥉 73 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“instagram-automation”。 发布一张日落照片,caption为'Golden hour magic'

预期结果:

媒体容器创建成功。容器ID:17841234567890。帖子已发布到Instagram。帖子URL:https://instagram.com/p/ABC123xyz/

正在使用“instagram-automation”。 检查我的发布限额

预期结果:

当前24小时窗口内您还可以发布18条帖子。限额根据发布时间重置,而非按日历日计算。

安全审计

低风险
v1 • 2/25/2026

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
已扫描文件
198
分析行数
2
发现项
1
审计总数
低风险问题 (1)
External MCP Service Dependency
Skill requires connection to external MCP server at rube.app for Instagram API access. Users must trust the third-party service with Instagram OAuth credentials.

风险因素

🌐 网络访问 (1)
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
50
社区
88
安全
100
规范符合性

你能构建什么

社交媒体经理

安排和发布每日内容,创建产品展示轮播,并跟踪参与度指标,无需手动使用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

常见问题

What type of Instagram account do I need?
You need an Instagram Business or Creator account. Personal accounts cannot use the Instagram Graph API required for automation.
How do I connect my Instagram account?
Use RUBE_MANAGE_CONNECTIONS with toolkit 'instagram'. If not connected, follow the OAuth link to authorize. Confirm status shows ACTIVE before running workflows.
Why are my video posts failing?
Video containers require processing time. Always poll INSTAGRAM_GET_POST_STATUS until status is FINISHED before attempting to publish.
Can I post to personal Instagram accounts?
No. The Instagram Graph API only supports Business and Creator accounts. Personal accounts must be converted to a Creator account (free) to use this skill.
What happens if I exceed the posting limit?
Instagram enforces 25 posts per 24-hour rolling window. Exceeding this limit returns an error. Use INSTAGRAM_GET_IG_USER_CONTENT_PUBLISHING_LIMIT to check quota before bulk posting.
Why are my insights showing old data?
Instagram API insights can have up to 48 hours delay. Recent posts may not show complete metrics immediately.

开发者详情

文件结构

📄 SKILL.md