Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Auto-update 2026-02-25: maintenance & improvements
What This Skill Does
Posts to Instagram and Threads via the official Meta Graph API. Supports feed posts, stories, reels, and carousels. Uses Imgur to generate public URLs for local media files, which the Instagram API requires.
Uses the official Meta Graph API directly, avoiding third-party scheduling tools that require separate subscriptions or browser automation.
When to use it
- Posting a product photo to an Instagram feed
- Publishing a short video clip as a reel
- Scheduling a carousel of event photos
- Sharing a story image from a local file
- Cross-posting a caption to Threads
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: post ./photo.jpg to Instagram feed with caption from ./caption.txt
- 1Upload ./photo.jpg to Imgur using IMGUR_CLIENT_ID to get a public URL
- 2Call Meta Graph API to create a media container with the public URL and caption text
- 3Submit the container ID to the publish endpoint using INSTAGRAM_BUSINESS_ACCOUNT_ID and INSTAGRAM_ACCESS_TOKEN
- 4Check API response for post ID confirming successful publish
Instagram feed post published with the provided image and caption
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.