instagram-publisher

Publish Instagram carousels from local JPEG images via Graph API.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill instagram-publisher-nexuz-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-publisher
Source: https://github.com/NEXUZ-SYS/nxz-tutorial-agents/tree/main/skills/instagram-publisher
Command: npx skills add https://github.com/NEXUZ-SYS/nxz-tutorial-agents --skill instagram-publisher-nexuz-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill simplifies the process of turning local images into Instagram carousels by handling image hosting, media containers, and publishing to a connected Business account.

Core Features & Use Cases

  • Upload local JPEG images to a temporary public host (catbox.moe) for hosting.
  • Create Instagram media containers via Graph API and assemble them into a carousel.
  • Publish the carousel to an Instagram Business account, with a dry-run option to simulate publishing.

Quick Start

Provide a carousel post by selecting 2-10 local JPEG images and a caption, then publish it to your connected Instagram Business account.

Frequently Asked Questions about instagram-publisher

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

FAQPage Schema
How do I automate posting an Instagram carousel from local images?

You can publish an Instagram carousel from local images by uploading JPEGs to temporary hosting, creating media containers via Graph API, and assembling them into a post for your Business account.

Do I need an Instagram Business account to automate carousel publishing via Graph API?

Yes, you need an Instagram Business account to automate carousel publishing via Graph API, as the workflow relies on the Business account endpoint to create media containers and publish posts.

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

You can include between 2 and 10 local JPEG images in an automated Instagram carousel post, alongside a caption, to meet the Graph API carousel publishing requirements.

Can I test Instagram carousel publishing without actually posting to my account?

Yes, you can test Instagram carousel publishing without posting by using a dry-run option, which simulates the entire workflow of uploading images and assembling media containers without finalizing the publish action.

How does uploading local images for an Instagram carousel work with Graph API?

Uploading local images for an Instagram carousel works by transferring JPEG files to a temporary public host, generating URLs that the Graph API uses to create and assemble media containers for publishing.

What file format is required for automating Instagram carousel posts with local assets?

Local JPEG image files are required for automating Instagram carousel posts with local assets, ensuring compatibility with the temporary hosting upload and Graph API media container creation process.