instagram-publisher

Publish Instagram carousel posts from local JPEG images via the Graph API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual friction of turning local image sets into published Instagram carousel posts by handling hosting, media container creation, and final publishing in one workflow.

Core Features & Use Cases

  • Carousel Publishing: Uploads 2 to 10 JPEG images and publishes them as a single Instagram carousel post.
  • Public Image Hosting: Sends local images to imgBB so Instagram can access them through public URLs.
  • Publishing Reliability: Waits for media containers to finish processing, supports dry runs, and retrieves the real post permalink after publishing.
  • Use Case: Use it when you have a finished carousel draft on disk and want to publish it to an Instagram Business account without manually assembling assets in the Graph API.

Quick Start

Use the instagram-publisher skill to publish the ordered JPEG images from your local folder as an Instagram carousel with a caption you provide.

Frequently Asked Questions about instagram-publisher

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

FAQPage Schema
How do I publish local JPEG images as an Instagram carousel post?

To publish an Instagram carousel, you provide 2 to 10 local JPEG files and a caption under 2200 characters. The workflow handles image hosting, media container creation, carousel assembly, and retrieves the final permalink.

What do I need to automate Instagram carousel publishing via the Graph API?

You need an Instagram Business account, Instagram Graph API credentials, and an imgBB API key for public image hosting. The process automates media container creation and final post assembly.

Does the Instagram Graph API require images to be publicly hosted before publishing?

Yes, the Instagram Graph API requires public image URLs for carousel creation. This workflow sends local JPEG images to imgBB to generate the necessary public URLs before assembling the media containers.

How many images can I include in an Instagram carousel post using this workflow?

Instagram carousel publishing supports 2 to 10 JPEG images per post. Captions must also be under 2200 characters to meet the Graph API requirements for social media publishing.

Can I test Instagram Graph API publishing without sending a live post?

Yes, you can perform a dry run to test the Instagram Graph API publishing workflow. The process also waits for media containers to finish processing before finalizing the carousel post.