instagram-carousel-forge

仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由

方便将 LinkedIn 内容快速复用为 IG 轮播并自动校验尺寸与非空图像。

这个 Skill 做什么

从现有 LinkedIn 幻灯片包生成 Instagram 合辑 PNG 与 caption 文件。

把现有的 LinkedIn 幻灯片包转成适合发 Instagram 的合辑:生成一组 1080×1080 的 PNG 并输出 ig-caption 的 markdown 文件,方便直接发布。会复制并重命名已有的 slide PNG,逐张校验尺寸为 1080×1080 且非空白,然后把成果放到 IG-instagram-carousel 目录里。适合需要把 LinkedIn 轮播重渲或搬到 Instagram 时使用。

▸ 展开 SKILL.md 英文原文

Produce Instagram carousel image sets (1080×1080 PNG) from an existing LinkedIn carousel package or content brief. Copies and renames slide PNGs from LIC-linkedin-carousel/slides/, verifies each image is exactly 1080×1080 and non-blank, writes an ig-caption_{slug}_{MMDDYY}.md caption file, and stages everything into IG-instagram-carousel/. Works standalone for re-renders after carousel revisions, MANDATORY TRIGGERS: instagram carousel, IG carousel, instagram post, instagram images, produce instagram, build instagram, ig-carousel, instagram-carousel-forge, IG PNGs, re-render instagram, instagram content, instagram slides.

内容创作社媒再利用图片校验自动化通用
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/instagram-carousel-forge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/instagram-carousel-forge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Instagram Carousel Forge

Produce an Instagram carousel image set (1080×1080 PNGs) and caption file from an existing LinkedIn carousel package. Works standalone for re-renders.

## Prerequisites

```bash
pip install pillow
```

Playwright is NOT required for Instagram — IG PNGs are copied from the already-rendered LinkedIn carousel slides.

## Input

Provide one of:

- `--package /path/to/NNN-slug` — full path to a content title folder. The skill reads `LIC-linkedin-carousel/slides/slide-*.png` automatically.
- `--slides-dir /path/to/slides` — direct path to a folder of `slide-*.png` files (1080×1080). Required alongside `--slug` and `--date`.
- Inline (no args) — skill infers the title fo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有