muapi-instagram-post

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Instagram Post

Instagram 帖子

Create a polished, on-brand Instagram post — square or portrait hero image with matching caption and hashtags.
Estimated credits: ~20 per run.
创建一个精致、符合品牌风格的Instagram帖子——包含方形或竖版主图,以及匹配的文案和话题标签。
**预估消耗点数:**每次运行约20点。

Inputs

输入参数

NameTypeRequiredDefaultDescription
brief
textyesWhat the post is about (e.g. "summer coffee launch at our café, warm golden vibes").
brand_style
textnomodern, vibrant, clean typography, lifestyle photography aestheticBrand personality and visual style tags.
format
textno1:1Post format — "1:1" for feed square, "4:5" for portrait feed, "9:16" for Reels.
名称类型是否必填默认值描述
brief
文本帖子主题(例如:“我们咖啡馆的夏季咖啡新品发布,温暖的金色氛围”)。
brand_style
文本modern, vibrant, clean typography, lifestyle photography aesthetic品牌个性和视觉风格标签。
format
文本1:1帖子格式——“1:1”为动态帖方形,“4:5”为动态帖竖版,“9:16”为Reels格式。

Steps

步骤

This skill produces one polished Instagram-ready visual + caption. Use the plan if generating more than one variant.
本技能生成一个精致的、可直接用于Instagram的视觉内容+文案。如需生成多个变体,请使用规划流程。

Phase A — Generate the hero image

A阶段 — 生成主图

  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.
  1. 根据
    {{brief}}
    {{brand_style}}
    编写详细、富有氛围感的图片提示词:
    • 包含光线方向、调色板、氛围、主体位置和镜头质感。
    • 优化适配Instagram审美:简洁、醒目、单一焦点。
    • 附加风格标签:
      {{brand_style}}, social media photography, highly detailed
  2. 调用
    muapi image generate
    (model=nano-banana-2, aspect_ratio=
    {{format}}
    )。
  3. 如果会话中用户提供了产品或主体图片,优先使用
    muapi image edit
    以保持视觉一致性。

Phase B — Caption & Hashtags

B阶段 — 文案与话题标签

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.
生成图片后,撰写并返回:
  • 文案:2–4行。首行是钩子(醒目、引发好奇),然后是品牌信息,最后是行动号召(CTA)。
  • 话题标签:15–20个精准标签(混合小众、中等热度和广泛标签)。单独成块格式。

Notes

注意事项

  • Prioritize scroll-stopping first impressions — the image must visually communicate the brief within 2 seconds.
  • If
    format
    is
    9: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.
  • 优先打造能抓住眼球的第一印象——图片必须在2秒内视觉传达主题。
  • 如果
    format
    9:16
    (Reels封面),注意文字叠加很常见;建议屏幕文字的放置位置。
  • 除非用户明确要求,否则不要生成多个变体。

Trigger Keywords

触发关键词

instagram post
,
ig post
,
instagram
,
feed post
,
instagram creative

instagram post
,
ig post
,
instagram
,
feed post
,
instagram creative

Notes for the Executing Agent

执行Agent注意事项

  • This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
    muapi
    CLI commands. Use
    muapi auth configure
    first if
    MUAPI_API_KEY
    is 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 with
    muapi predict wait <request_id>
    .
  • Substitute
    {{input_name}}
    placeholders with the user's actual inputs before issuing each call.
  • 本技能由LLM编排:阅读每个阶段,向用户收集缺失的输入,然后调用
    muapi
    CLI命令。如果未设置
    MUAPI_API_KEY
    ,请先使用
    muapi auth configure
  • 对于尚未有CLI别名的模型ID,通过
    curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'
    回退到原始端点,并使用
    muapi predict wait <request_id>
    轮询。
  • 在发出每个调用前,将
    {{input_name}}
    占位符替换为用户的实际输入。