instagram-publisher

Automates publishing Instagram carousel posts from local images via Graph API and imgBB.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/netbarros/quantum-project --skill instagram-publisher-netbarros
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: instagram-publisher
Source: https://github.com/netbarros/quantum-project/tree/main/skills/instagram-publisher
Command: npx skills add https://github.com/netbarros/quantum-project --skill instagram-publisher-netbarros

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates publishing Instagram carousel posts from local images by handling image hosting, media container creation, and posting.

Core Features & Use Cases

  • Uploads images to imgBB (requires API key) for public hosting
  • Creates Instagram media containers via the Graph API and publishes the carousel
  • Supports 2-10 images per post and returns the real permalink Use Case: Publish a multi-image product showcase as a single carousel post on Instagram.

Quick Start

Provide 2–10 local JPEG images and a caption, then run the publish script to upload them to imgBB and publish the Instagram carousel.

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 from local images?▼

To automate publishing an Instagram carousel, you need a Node.js script that uploads local images to imgBB, creates media containers via the Graph API, and publishes the post to your Instagram Business account.

Do I need an imgBB API key to post Instagram carousels?▼

Yes, you need an imgBB API key to upload your local JPEG images for public hosting, which is required to generate the URLs needed for the Instagram Graph API media containers.

How many images can I include in an automated Instagram carousel post?▼

You can include between 2 and 10 images in an automated Instagram carousel post, matching the platform's limits for multi-image showcases.

Can I use this automation to post carousels to a personal Instagram account?▼

No, this automation requires an Instagram Business account, along with a valid Instagram access token and user ID, to create media containers and publish via the Graph API.

What is the process for creating an Instagram carousel using the Graph API?▼

The process involves uploading images to a public host like imgBB, creating individual media containers via the Graph API, waiting for processing, assembling them into a carousel, and publishing.

Does the Instagram carousel automation return the live post URL?▼

Yes, after the Node.js script successfully assembles and publishes the carousel via the Graph API, it returns the real permalink of the published Instagram post.