Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

blitzreels-carousels-instagram闪电战轮播 Instagram

Agent Skill

blitzreels-carousels-instagram 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

924

周安装

37

GitHub Stars

公开资料未说明

下载量

299
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:blitzreels-carousels-instagram(闪电战轮播 Instagram)
来源仓库:https://github.com/blitzreels/agent-skills
仓库路径:skills/blitzreels-carousels-instagram
安装命令:
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-carousels-instagram
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/blitzreels/agent-skills --skill blitzreels-carousels-instagram

简介

blitzreels-carousels-instagram 是 blitzreels-carousels 的便捷封装,专为 Instagram 轮播设计默认参数与安全区。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中为 Instagram Feed 生成符合规范的 4:5 竖版或 1:1 方形图片。
  • 自动规避底部按钮区与边缘危险带,确保文字与图标不被截断或遮挡,提升发布成功率。
  • 需根据实际尺寸核对绝对像素安全区(如底部 420px、边距 80px),避免误判导致内容丢失。
  • 建议在正式生成前进行 dry-run 预览,确认布局与品牌一致性后再执行完整流程。

SKILL.md

BlitzReels Carousels (Instagram)

This skill is a convenience wrapper around blitzreels-carousels with Instagram defaults:

  • platform: "instagram"
  • Recommended aspect ratio: 4:5 (feed portrait)
  • Safe area preset: instagram_4_5

Use it when the user explicitly wants an Instagram feed carousel.

Instagram Platform-Specific Guidelines

Danger Zones (Absolute Pixels)

For 4:5 Portrait (1080x1350):

  • Bottom: Avoid bottom 420px (username, caption preview, like/comment/share buttons)
  • Edges: Keep text 80px from all edges (safe margins)

For 1:1 Square (1080x1080):

  • Bottom: Avoid bottom 380px (captions, profile link)
  • Edges: 80px margins on all sides

Safe Text Positioning

Normalized Coordinates (0-1 scale):

  • Top-center safe: position_x: 0.5, position_y: 0.15 (titles, hooks)
  • Middle-center safe: position_x: 0.5, position_y: 0.45 (body text)
  • Bottom safe (max): position_x: 0.5, position_y: 0.6 (before caption zone)

Best Practices:

  • Always center text (position_x: 0.5) — Instagram's feed is symmetrical
  • Use consistent vertical positioning across all slides (e.g., always position_y: 0.18)
  • Leave generous bottom margin (users expect captions below image)

Caption & Hashtag Strategy

Captions:

  • First 125 characters visible without "more" tap
  • Front-load value: "Swipe to learn..." or "Save this for later..."
  • Use line breaks for readability (blank lines between sections)
  • Call-to-action on last line: "📌 Save this post" or "👉 Follow for more"

Hashtags:

  • Max 10-15 hashtags (30 max, but less is more)
  • Mix sizes: 3 broad (500K+ posts) + 5 medium (50K-500K) + 2 niche (5K-50K)
  • Place in first comment OR at end of caption after line breaks
  • Example: #digitalmarketing #marketingtips #contentcreator #socialmediatips #instagramgrowth

Visual Consistency Patterns

Color Palette:

  • Cohesive feed aesthetic (e.g., all slides use same color scheme)
  • Instagram users prefer clean, polished visuals (less chaotic than TikTok)
  • Popular styles: minimalist white, pastel gradients, bold brand colors

Typography:

  • Clean sans-serif fonts (Inter, Poppins, Manrope)
  • 64-72px for titles, 48-56px for body
  • Always enable text stroke for legibility (6px black/white)

Slide Timing:

  • 3-4 seconds per slide (Instagram's default auto-advance)
  • Keep total carousel under 20 seconds (5 slides max recommended)

Slide Count Sweet Spot:

  • 3-5 slides: Optimal for engagement
  • 10 slides: Max allowed, but engagement drops after slide 5

Quickstart

export BLITZREELS_API_KEY="br_live_xxxxx"

bash scripts/instagram.sh \
  --aspect 4:5 \
  --name "My Instagram Carousel" \
  --images "https://.../1.jpg|https://.../2.jpg"

Full Workflow Example

Goal: Create a 5-slide Instagram feed carousel explaining "How to Start a Podcast."

Step 1: Prepare slide backgrounds

  • Slide 1: Gradient background (purple → pink) with podcast microphone icon
  • Slides 2-4: White backgrounds with colored accent bars (consistent branding)
  • Slide 5: Dark background with CTA

Step 2: Run script

bash scripts/instagram.sh \
  --aspect 4:5 \
  --name "How to Start a Podcast" \
  --slide-duration 3 \
  --images "url1|url2|url3|url4|url5" \
  --titles "How to Start a Podcast\n(5 Simple Steps)|Step 1: Choose Your Niche\nPick a topic you know well|Step 2: Get Equipment\nMic + headphones = $200|Step 3: Record & Edit\nUse Audacity (free)|Step 4: Publish\nAnchor, Spotify, Apple|📌 Save this guide!\nFollow @YourBrand for more"

Step 3: Verify layout

bash scripts/blitzreels.sh GET "/projects/${PROJECT_ID}/context?mode=timeline"

Step 4: Export slideshow

export BLITZREELS_ALLOW_EXPENSIVE=1
bash scripts/blitzreels.sh POST "/projects/${PROJECT_ID}/export" '{"resolution":"1080p","format":"mp4"}'

Step 5: Upload to Instagram

  • Upload as carousel post (not Reel)
  • Caption: "Starting a podcast is easier than you think. Swipe to see the 5 steps I used to launch mine →"
  • Hashtags (first comment): #podcasttips #startapodcast #podcasting #contentcreator #podcaster
  • Tag location if relevant (boosts reach)
  • Post at peak times (11 AM - 1 PM, 7-9 PM user's timezone)

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.16%
按下载量换算108

Claude

29.06%
按下载量换算87

Cursor

18.19%
按下载量换算54

Gemini CLI

9.86%
按下载量换算29

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills