
Muapi Instagram Post
- 1.6k installs
- 4k repo stars
- Updated August 4, 2026
- samuraigpt/generative-media-skills
muapi-instagram-post is an agent skill that generates and publishes polished Instagram posts—hero images plus captions and hashtags—through the MUAPI service from a text brief and optional brand style.
About
muapi-instagram-post is a generative-media skill (version 1.0.0) that creates on-brand Instagram posts from a required brief and optional brand_style defaulting to modern, vibrant, clean typography with lifestyle photography aesthetics. It outputs square or portrait hero images with matching captions and hashtags, then publishes via MUAPI. Inputs are documented in a parameter table covering brief and brand_style. Developers and growth engineers reach for muapi-instagram-post when an agent should draft and ship Instagram creative from a campaign brief without manual design tooling.
- Connects Claude, Cursor or Codex agents to the MUAPI Instagram endpoint
- Automates carousel, reel, and static image post creation with captions
- Handles authentication, media upload, and scheduling in one workflow
- Supports both single-post and batch content publishing
- Returns real Instagram post IDs and preview links as output
Muapi Instagram Post by the numbers
- 1,573 all-time installs (skills.sh)
- +181 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #189 of 1,335 Generative Media skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-instagram-postAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.6k |
|---|---|
| repo stars | ★ 4k |
| Last updated | August 4, 2026 |
| Repository | samuraigpt/generative-media-skills ↗ |
How do agents publish Instagram posts via API?
Generate and publish Instagram posts directly from an AI agent using the MUAPI service.
Who is it for?
Developers automating Instagram marketing who want agent-driven post generation and MUAPI publishing from a structured brief.
Skip if: Organic community management, non-Instagram channels, or workflows without MUAPI access and license acceptance.
When should I use this skill?
The user asks to create, generate, or publish an Instagram post with image, caption, and hashtags via MUAPI.
What you get
Published Instagram post with generated hero image, on-brand caption, and hashtag set delivered through MUAPI.
- Instagram hero image
- Caption and hashtags
- Published MUAPI post
By the numbers
- Skill manifest version 1.0.0
- Documents 2 primary inputs: required brief and optional brand_style
Files
Instagram Post
Create a polished, on-brand Instagram post — square or portrait hero image with matching caption and hashtags.
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
brief | text | yes | — | What the post is about (e.g. "summer coffee launch at our café, warm golden vibes"). |
brand_style | text | no | modern, vibrant, clean typography, lifestyle photography aesthetic | Brand personality and visual style tags. |
format | text | no | 1:1 | Post format — "1:1" for feed square, "4:5" for portrait feed, "9:16" for Reels. |
Steps
This skill produces one polished Instagram-ready visual + caption. Use the plan if generating more than one variant.
Phase A — Generate the hero image
1. Write a detailed, atmosphere-rich image prompt based on {{brief}} and {{brand_style}}:
- Include lighting direction, color palette, mood, subject placement, and lens feel.
- Optimize for Instagram aesthetics: clean, punchy, single focal point.
- Append style tags:
{{brand_style}}, social media photography, highly detailed.
2. Call muapi image generate (model=nano-banana-2, aspect_ratio={{format}}). 3. If the user provided a product or subject image in the session, prefer muapi image edit instead to maintain visual consistency.
Phase B — Caption & Hashtags
After the image is generated, compose and return:
- Caption: 2–4 lines. Hook line first (punchy, curiosity-driving), then brand message, then CTA.
- Hashtags: 15–20 targeted hashtags (mix of niche, mid-tier, and broad). Format as a separate block.
Notes
- Prioritize scroll-stopping first impressions — the image must visually communicate the brief within 2 seconds.
- If
formatis9:16(Reels cover), note that text overlays are common; include a suggestion for on-screen text placement. - Do NOT generate multiple variants unless the user explicitly asks.
Trigger Keywords
instagram post, ig post, instagram, feed post, instagram creative
---
Notes for the Executing Agent
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
muapiCLI commands. Usemuapi auth configurefirst ifMUAPI_API_KEYis unset. - For model IDs without a CLI alias yet, fall back to the raw endpoint via
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'and poll withmuapi predict wait <request_id>. - Substitute
{{input_name}}placeholders with the user's actual inputs before issuing each call.
Related skills
How it compares
Use muapi-instagram-post for end-to-end Instagram generation and publishing; use generic image skills when social copy and MUAPI delivery are not needed.
FAQ
What inputs does muapi-instagram-post require?
muapi-instagram-post requires a text brief describing the post topic. An optional brand_style parameter defaults to modern, vibrant, clean typography with a lifestyle photography aesthetic for on-brand visuals.
What does muapi-instagram-post deliver?
muapi-instagram-post delivers a polished Instagram post: a square or portrait hero image, matching caption, and hashtags, published through the MUAPI service after the agent supplies the brief.