技能 instagram-automation
📸

instagram-automation

低風險 🌐 網路存取

自动化Instagram帖子和数据分析

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

支援: Claude Codex Code(CC)
📊 69 充足
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
內容
23
社群
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