moda-social-instagram

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

moda-social-instagram

moda-social-instagram

<!-- moda:banner -->
PREREQUISITE — load
moda-core
once per session
(step-0, write contract, free/metered map). Already loaded? Skip ahead. If you cannot load it, the non-negotiables: run
moda doctor --json
before anything;
moda brand list
before creating; every write carries the latest revision — on
stale_revision
, re-read and retry once (it heals); send the canvas link the moment it exists; stuck or failed?
moda ask "<question>"
— free and fast, never guess.
<!-- /moda:banner -->
<!-- moda:banner -->
前提条件——每个会话仅需加载一次
moda-core
(步骤0,撰写合约,免费/计量映射)。已加载?请跳过。若无法加载,必须执行以下操作:先运行
moda doctor --json
;创建前运行
moda brand list
;每次写入都需携带最新版本——遇到
stale_revision
时,重新读取并重试一次即可恢复;画布链接生成后立即发送;遇到卡顿或失败?使用
moda ask "<问题>"
——免费且快速,切勿自行猜测。
<!-- /moda:banner -->

Sizes and defaults

尺寸与默认设置

FormatSize
--category
Notes
Feed portrait / carousel slide1080×1350
carousel
4:5 — the IG default; use unless the user says square
Feed square1080×1080
social
grid-safe; quote cards default here
Story / Reel cover1080×1920
social
9:16 vertical
Safe areas — design full-bleed; only text, logos, CTAs, and focal points must stay inside:
  • Feed/carousel (1080×1350): platform chrome overlays ~60px top, ~50px bottom, ~50px top-right — keep essentials in a centered ~960×1200.
  • Story/Reel (1080×1920): essentials inside y 250–1670 (username chrome above, reply bar below).
  • Grid crop: the profile grid shows the center 1:1 — keep the subject of a 4:5 post inside the middle square.
  • Type: body ≈ 45px at 1080w, floor 28px — feed type is read at arm's length; cut copy before shrinking below the floor.
格式尺寸
--category
说明
Feed竖版帖子/轮播单页1080×1350
carousel
4:5比例——IG默认尺寸;除非用户指定方形,否则默认使用此尺寸
Feed方形帖子1080×1080
social
适配网格布局;引用卡片默认使用此尺寸
快拍/Reel封面1080×1920
social
9:16竖版比例
安全区域——设计时可全屏延伸;仅文本、Logo、行动号召(CTA)和焦点内容需保留在安全区域内:
  • Feed/轮播帖(1080×1350):平台界面元素会覆盖顶部约60px、底部约50px、右上角约50px区域——请将核心内容放在居中的约960×1200区域内。
  • 快拍/Reel(1080×1920):核心内容需放在y轴250–1670范围内(顶部是用户名界面,底部是回复栏)。
  • 网格裁剪:个人主页网格会显示中间1:1区域——请将4:5比例帖子的主体内容放在中间方形区域内。
  • 字体:在1080宽度下,正文字体约为45px,最小不低于28px——Feed内容是在手臂距离外阅读的;若字体需缩小至最小值以下,请精简文案。

Recipe — single post, story, or quote card

操作指南——单帖、快拍或引用卡片

  1. moda canvas create --name "[Topic] — IG" --intent "[one-line brief]" --size 1080x1350 --category social --brand [KIT]
    — send the link immediately.
  2. Image-led concept?
    moda media generate-image --prompt "[hero, in the brand's palette]" --model [MODEL]
    for the hero. Type-led is equally strong — state the choice either way.
  3. Author the page in ONE apply:
    moda canvas markup [CANVAS_REF] --file - --page [PAGE_ID]
    (grammar: references/markup.md). Essentials inside the safe area above.
  4. moda canvas screenshot [CANVAS_REF]
    — check safe area, type floor, contrast, grid crop; fix and re-screenshot until clean.
  5. Deliver: live link +
    moda export [CANVAS_REF] --format png --pixel-ratio 2 -o [topic]-ig.png
    .
  1. 运行
    moda canvas create --name "[主题] — IG" --intent "[一行简短说明]" --size 1080x1350 --category social --brand [品牌套件]
    ——立即发送生成的链接。
  2. 若为图片主导的创意?运行
    moda media generate-image --prompt "[主视觉,符合品牌配色]" --model [模型]
    生成主视觉图片。文字主导的创意同样有效——无论选择哪种方式,都需明确说明。
  3. 一次性完成页面编辑:
    moda canvas markup [画布引用ID] --file - --page [页面ID]
    (语法参考:references/markup.md)。核心内容需放在上述安全区域内。
  4. 运行
    moda canvas screenshot [画布引用ID]
    ——检查安全区域、字体最小值、对比度和网格裁剪;如有问题,修改后重新截图直至符合要求。
  5. 交付:提供实时链接 + 运行
    moda export [画布引用ID] --format png --pixel-ratio 2 -o [主题]-ig.png
    导出图片。

Recipe — carousel (5–8 slides)

操作指南——轮播帖(5–8页)

  1. moda canvas create --name "[Topic] carousel" --intent "[brief]" --size 1080x1350 --category carousel --brand [KIT]
    — link immediately.
  2. Lock the system before slide 1: 2–4 colors, exactly two fonts, one grid, one repeating motif.
  3. Author slide 1 ALONE — the hook: 5–9 words, no logo (branding on slide 1 reads as an ad). Screenshot and fix until it proves the system.
  4. moda canvas add-pages [CANVAS_REF] --count [N-1]
    , then one markup apply per slide — vary composition (full-bleed type, number-hero, split, quiet slide, pull-quote, photo-led) so adjacent slides never repeat a layout; applies to ONE canvas stay serial. The last slide carries the one ask and the brand.
  5. Screenshot all pages and judge as a set: brightness spread, motif continuity, one stat per slide (oversized numeral, small source footer).
  6. moda export [CANVAS_REF] --format png --pixel-ratio 2 -o [topic]-carousel.zip
    — the zip of page images IS the IG carousel deliverable.
  1. 运行
    moda canvas create --name "[主题] 轮播帖" --intent "[简短说明]" --size 1080x1350 --category carousel --brand [品牌套件]
    ——立即发送生成的链接。
  2. 在制作第1页前确定统一规范:2–4种颜色、恰好两种字体、一种网格布局、一种重复元素。
  3. 单独制作第1页——作为钩子:文案控制在5–9个单词,不添加Logo(第1页加Logo会显得像广告)。截图并修改直至符合规范。
  4. 运行
    moda canvas add-pages [画布引用ID] --count [N-1]
    添加剩余页面,然后每页单独执行一次编辑操作——变换布局(全屏文字、数字主视觉、分栏、简洁页、引用框、图片主导),确保相邻页面布局不重复;对同一画布的操作需按顺序执行。最后一页需包含一个行动号召和品牌标识。
  5. 截图所有页面并整体检查:亮度分布、元素连贯性、每页一个数据(放大的数字、小型来源页脚)。
  6. 运行
    moda export [画布引用ID] --format png --pixel-ratio 2 -o [主题]-carousel.zip
    ——导出的页面图片压缩包即为IG轮播帖交付物。

Examples

示例

  • "an IG post announcing [Feature]" → single-post recipe, 1080×1350.
  • "a quote card from [Person] for Instagram" → single-post recipe, 1080×1080.
  • "a 6-slide carousel of [Topic] tips" → carousel recipe.
  • "a story for [Event] tomorrow" → single-post recipe at 1080×1920.
  • "a poster for Instagram" → this skill at 1080×1350 (platform wins over print words; a poster to print is moda-document-print).
  • “用于宣布[功能]的IG帖子” → 使用单帖操作指南,尺寸1080×1350。
  • “来自[人物]的Instagram引用卡片” → 使用单帖操作指南,尺寸1080×1080。
  • “关于[主题]技巧的6页轮播帖” → 使用轮播帖操作指南。
  • “用于明天[活动]的快拍” → 使用单帖操作指南,尺寸1080×1920。
  • “Instagram海报” → 使用本工具,尺寸1080×1350(平台规则优先于印刷文字;如需印刷海报请使用moda-document-print)。

Errors

错误处理

Any typed error → load moda-core and read its recovery reference.
invalid_markup
: one page per apply, then re-run;
stale_revision
heals — re-read and retry once.
任何输入错误 → 加载moda-core并查看其恢复参考文档。
invalid_markup
:每次编辑仅针对一个页面,然后重新运行;
stale_revision
可恢复——重新读取并重试一次即可。

Make it recurring

设置定期任务

A series ("every Monday", "tips series") → moda-automate schedules the run; a winning layout → moda-templates saves it as the team template.
See also: moda-social — formats beyond IG, ad sets, carousel theory · moda-core — the contract, recovery, everything Moda can do.
系列内容(“每周一”、“技巧系列”)→ 使用moda-automate安排运行;成功的布局→使用moda-templates保存为团队模板。
另请参阅:moda-social — IG以外的格式、广告组、轮播帖理论 · moda-core — 合约、恢复、Moda的所有功能。

References

参考文档

DocLoad when
references/instagram.mdmore depth: Reels covers, grid strategy, caption handoff
references/markup.mdbefore any markup apply
references/design-quality.mdtype ladder detail, imagery, shaders, AI-slop list
文档加载时机
references/instagram.md需要更深入内容时:Reel封面、网格策略、文案交接
references/markup.md执行任何编辑操作前
references/design-quality.md需要字体层级细节、图像、着色器、AI生成内容避坑清单时