name: instagram

description: Instagram platform integration. Post content, manage stories, view insights, and engage with followers.

metadata: {"clawdbot":{"emoji":"📸","always":true,"requires":{"bins":["curl","jq"]},"primaryEnv":"INSTAGRAM_ACCESS_TOKEN"}}


Instagram 📸

Instagram platform integration for posting, stories, insights, and engagement.

When to Use ✅

When NOT to Use ❌

Edge Cases

Setup


export INSTAGRAM_ACCESS_TOKEN="your_access_token"

Capabilities

Workflow

Post Content


1. Ensure image/video URL is publicly accessible
2. Create media container with caption
3. Publish the container
4. Verify post is live

View Insights


1. Query insights endpoint
2. Parse metrics (reach, impressions, engagement)
3. Format for display

Success Criteria