instagram-publisher

Publish multi-image carousel posts to Instagram Business accounts via Graph API.

Updated May 5, 2026
One-click install
npx skills add https://github.com/NicolasPadovam/Opensquad_Instagram --skill instagram-publisher-nicolaspadovam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-publisher
Source: https://github.com/NicolasPadovam/Opensquad_Instagram/tree/main/skills/instagram-publisher
Command: npx skills add https://github.com/NicolasPadovam/Opensquad_Instagram --skill instagram-publisher-nicolaspadovam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual friction of uploading and formatting carousel posts, allowing you to publish high-quality content directly from your local development environment.

Core Features & Use Cases

  • Automated Carousel Publishing: Uploads local images to imgBB and publishes them as a multi-slide carousel via the Instagram Graph API.
  • Workflow Integration: Supports automated captioning and handles the full lifecycle from image upload to post permalink retrieval.
  • Use Case: A content creator can automate the distribution of a 5-slide educational carousel by simply running a command in their IDE, ensuring consistent posting schedules without manual app interaction.

Quick Start

Use the instagram-publisher skill to publish the images located in the 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 Instagram carousel publishing from my local environment?

Automating Instagram carousel publishing involves using the Graph API to manage media container creation and status polling. This Skill uploads local images to imgBB and publishes them as multi-slide posts directly from your development environment.

Do I need an imgBB API key to automate multi-image Instagram posts?

Yes, an imgBB API key is required to host your local images before publishing. The Skill uses imgBB to upload images and retrieve URLs needed for the Instagram Graph API media container creation process.

Can I use the Instagram Graph API to publish carousel posts to a Business account?

Yes, you can publish carousel posts to an Instagram Business account using the Graph API. This Skill requires valid Instagram Graph API credentials to handle media container creation, status polling, and final publication.

What is the process for media container creation when posting a carousel to Instagram?

Media container creation involves uploading images to a host like imgBB, sending URLs to the Instagram Graph API to create containers, polling their status until ready, and finally triggering publication to generate a post permalink.

Does this Instagram automation Skill handle captioning and permalink retrieval?

Yes, the Skill supports automated captioning during the carousel publishing workflow. It manages the full lifecycle from image upload through media container creation, final publication, and post permalink retrieval.

Why does my Instagram carousel publishing workflow require status polling?

Status polling is required because the Instagram Graph API processes media containers asynchronously. The Skill checks container readiness before final publication to ensure all multi-slide carousel images are successfully prepared.