instagram-publisher

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating engaging Instagram carousels from local image assets typically requires manual steps: hosting images publicly, creating media items via the Graph API, and coordinating the carousel publish. This skill automates the end-to-end workflow, reducing manual overhead and potential mistakes.

Core Features & Use Cases

  • Uploads local JPEG images to a temporary public host and creates Instagram media containers via the Graph API to assemble a carousel.
  • Supports 2-10 images per post, accepts a caption, and returns the published post permalink when available.
  • Useful for social media teams and creators who want a repeatable, automated carousel publishing workflow from local assets.

Quick Start

Publish a 2-10 image carousel from local JPEGs with a 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 an Instagram carousel from local images?

To automate publishing an Instagram carousel from local images, this Skill uploads your local JPEGs to a temporary public host, creates media containers via the Graph API, and coordinates the carousel publish end-to-end. It returns the real post permalink after publishing.

Do I need an Instagram Business account to post carousels via the Graph API?

Yes, you need an Instagram Business account to post carousels via the Graph API. The automation requires a Node.js runtime, an Instagram Graph API token, and your user id to authenticate and create the carousel media containers successfully.

Can I test Instagram carousel publishing before making a live post?

Yes, you can test Instagram carousel publishing before making a live post using the included dry-run option. This allows you to validate the workflow and local image assets without actually publishing the carousel to your Instagram account.

What are the limitations when creating Instagram carousels with local JPEGs?

The limitations when creating Instagram carousels with local JPEGs are that you must provide between 2 and 10 images per post. The Skill specifically accepts JPEG files and handles the temporary public hosting required by the Graph API for carousel media creation.

What's the best way to schedule social media posts with multiple local images?

The best way to automate social media posts with multiple local images is using a script that handles temporary public hosting and Graph API media container creation. This approach reduces manual overhead and potential mistakes when assembling Instagram carousels.