tiktok-carousel-forge

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

自动重构竖屏布局并保证像素与品牌一致

▸ 风险提示

安装 Playwright 会下载 Chromium 等外部二进制

这个 Skill 做什么

将 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.

内容创作短视频图片排版品牌化通用
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/tiktok-carousel-forge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/tiktok-carousel-forge/SKILL.md"
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:
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有