instagram-publisher

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

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/silaratur/VMO_GAB --skill instagram-publisher-silaratur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-publisher
Source: https://github.com/silaratur/VMO_GAB/tree/main/skills/instagram-publisher
Command: npx skills add https://github.com/silaratur/VMO_GAB --skill instagram-publisher-silaratur

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual friction of publishing multi-image content to Instagram by automating the upload, container creation, and publishing workflow directly from your IDE.

Core Features & Use Cases

  • Carousel Automation: Handles the complex multi-step process of uploading images to a public host and creating Instagram media containers.
  • Workflow Integration: Seamlessly integrates with your local image generation pipeline to publish content immediately after creation.
  • Use Case: Use this to automatically publish a series of educational carousels to your Instagram Business account without ever leaving your development environment.

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 publishing multi-image carousel posts to Instagram Business?

To automate Instagram carousel publishing, you orchestrate image hosting on imgBB and use the Graph API media management endpoints to create and publish containers. This handles the upload and multi-step workflow directly from your development environment.

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

Yes, an imgBB API key is required to host your images publicly before creating Instagram media containers. The Graph API needs publicly accessible URLs to fetch and process the images for the carousel post.

Can I integrate Instagram carousel automation with a local image generation pipeline?

Yes, you can integrate this with a local image generation pipeline to publish content immediately after creation. It automates the upload, container creation, and publishing workflow seamlessly from your IDE.

What Instagram account type is required for automated carousel publishing via the Graph API?

Automated carousel publishing requires valid Instagram Business credentials. The Graph API media management endpoints used for creating and publishing posts are only available for Instagram Business accounts.

How does the Instagram media container workflow handle multi-image posts?

The workflow handles multi-image posts by uploading each image to a public host, creating individual media containers via the Graph API, and then publishing them together as a carousel. This removes the manual friction of multi-step API calls.