instagram-publisher

Publish Instagram carousel posts by uploading local JPEG images to imgBB and using the Instagram Graph API.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/bruno0henrique/o-nexus --skill instagram-publisher-bruno0henrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-publisher
Source: https://github.com/bruno0henrique/o-nexus/tree/main/skills/instagram-publisher
Command: npx skills add https://github.com/bruno0henrique/o-nexus --skill instagram-publisher-bruno0henrique

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill removes the manual friction of uploading images and managing Instagram Graph API containers, allowing you to publish multi-image carousels directly from your local environment.

Core Features & Use Cases

  • Automated Carousel Creation: Handles the entire lifecycle of uploading images to imgBB, creating media containers, and publishing to Instagram.
  • Validation & Safety: Includes built-in checks for image counts, caption length, and API status to prevent failed posts.
  • Use Case: Use this to automate the distribution of social media content by running a single command that processes a folder of images and pushes them to your business account.

Quick Start

Use the instagram-publisher skill to publish the images located in the current squad output folder with the provided caption.

Frequently Asked Questions about instagram-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate publishing an Instagram carousel post using the Graph API?

To automate publishing an Instagram carousel, you upload local JPEG images to imgBB, create media containers via the Instagram Graph API, and publish them to your Business account. This skill automates that entire workflow using a single command.

What do I need to set up before automating Instagram carousel publishing?

Before automating Instagram carousel publishing, you need a valid Instagram Graph API access token, an imgBB API key, an Instagram Business account, and 2 to 10 local JPEG images ready for upload.

Are there limits on the number of images for an automated Instagram carousel?

Yes, automated Instagram carousel creation supports between 2 and 10 JPEG images per post. The workflow includes built-in validation checks for image counts and caption length to prevent failed Graph API publishing attempts.

How does image hosting work when publishing Instagram carousels via the Graph API?

When publishing Instagram carousels via the Graph API, local images are first uploaded to the imgBB image hosting service. The resulting URLs are then used to create Instagram media containers before final publishing.

Can I use the Instagram Graph API to publish carousels from a personal account?

No, you cannot publish carousels from a personal account. The Instagram Graph API workflow requires an Instagram Business account with valid access tokens to successfully create media containers and publish multi-image posts.