tiktok-carousel-forge
自动重构竖屏布局并保证像素与品牌一致
安装 Playwright 会下载 Chromium 等外部二进制
将 LinkedIn 走马灯重排为 1080×1920 的 TikTok 轮播图集
把现有的 LinkedIn 走马灯自动重排成竖屏 TikTok 轮播图(1080×1920 PNG),按重排规则在垂直画布里重排每张 slide,用 Playwright 渲染并验证每张图片尺寸与非空白性。适合需要把 LinkedIn carousel 一键改成 TikTok 发布素材时用,会生成对应的 caption 文件并把产物归档到 TT‑tiktok-carousel。特点是可复用用于重渲染,且强制校验输出格式和品牌 tokens。
▸ 展开 SKILL.md 英文原文
Produce TikTok vertical carousel image sets (1080×1920 PNG, 9:16) from an existing LinkedIn carousel package. Reads LIC-linkedin-carousel/slides/ HTML files, reflows each slide to the vertical canvas using documented reflow rules, renders via Playwright Chromium, verifies every PNG is exactly 1080×1920 and non-blank, writes a tt-caption_{slug}_{MMDDYY}.md file, and stages everything into TT-tiktok-carousel/. Works standalone for re-renders after carousel revisions. Brand tokens (wordmark, tagline, colors) are set in config.example.md. MANDATORY TRIGGERS: tiktok carousel, TT carousel, tiktok post, tiktok images, produce tiktok, build tiktok, tt-carousel, tiktok-carousel-forge, TikTok PNGs, re-render tiktok, tiktok content, vertical carousel, 9:16 carousel.
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/tiktok-carousel-forge/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/tiktok-carousel-forge/SKILL.md"# TikTok Carousel Forge Produce a TikTok vertical carousel image set (1080×1920 PNGs, 9:16) and caption file from an existing LinkedIn carousel package. Same content, vertical container. Use `config.example.md` to set your brand tokens (wordmark, tagline, colors) before first use. ## Prerequisites ```bash pip install playwright pillow playwright install chromium ``` ## Input Provide one of: - `--package /path/to/NNN-slug` — full path to a content title folder - Inline (no args) — skill infers the title folder from the current working directory The package must contain `LIC-linkedin-carousel/slides/slide-*.html` — the source HTML files the LinkedIn carousel was built from. Also reads: