A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude Code skill: Threads → 繁中 FB 貼文 + 封面圖 | includes full build process & prompts used
English | 繁體中文
Experimental / 實驗性專案 — 這是一個 Claude Code skill 的概念驗證,僅供學習和研究用途。
Claude Code skills:把社群串文(Threads、X 等)爬下來、翻譯成繁體中文、格式化成 Facebook 貼文、自動產生宣傳封面圖。
這個 repo 也包含了完整的製作過程,記錄了每一步的 prompt 和 AI 的回應:
git clone https://github.com/HSNUGavin/threads-to-zhpost.git
cd threads-to-zhpost
npm install
/threads-to-fb — 一鍵完成 Threads → FB 貼文/threads-to-fb https://www.threads.com/@username/post/XXXXX
自動爬取串文 → 翻譯成繁體中文 → 格式化 FB 貼文 → 產生 dark/light 兩版封面圖。
/generate-cover — 社群貼文封面圖產生器根據來源平台自動配色,產生 1200×1200 宣傳圖。
支援平台配色:
| 平台 | Dark | Light |
|---|---|---|
| Threads | 黑底 + 橘色 | Claude 米色底 |
| X (Twitter) | 純黑 + 藍色 | 白底 + 藍色 |
| — | 灰底 + 藍色 | |
| 深灰 + 橘色 | — |
node scrape-threads.js <threads-url>
node generate-image.js --config '{
"platform": "threads",
"variant": "dark",
"authorName": "Boris Cherny",
"authorHandle": "boris_cherny",
"authorRole": "Anthropic|Head of Claude Code",
"avatarPath": "assets/boris-avatar.jpg",
"headlineSmall": "Claude Code 創造者",
"headlineBig1": "剛公開",
"headlineBig2": "15 個隱藏功能",
"subtitle": "他每天都在用,但很多人不知道的功能",
"footerLeft": "繁體中文翻譯整理",
"footerRight": "2026.03.30",
"output": "output/boris-cherny-claude-code-dark.png"
}'
.claude/commands/
threads-to-fb.md # Skill: Threads → FB 貼文
generate-cover.md # Skill: 封面圖產生器
templates/
cover-template.html # 參數化 HTML 模板(6 種平台配色)
generate-image.js # Puppeteer 截圖腳本(支援 JSON config)
scrape-threads.js # Threads 爬蟲
output/ # 產出的貼文和圖片
assets/ # 頭像等素材
Dark 版封面圖:

Light 版封面圖:

This project is an experimental proof-of-concept for Claude Code skills, intended for educational and research purposes only.
本專案為 Claude Code skill 的實驗性概念驗證,僅供學習與研究用途。
Design enforcement with memory — keeps your UI consistent across a project
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c