Generate news-style post images with Thai text overlay + captions for social media.
Run the setup script to install dependencies (canvas, Thai fonts):
bash <SKILL_DIR>/scripts/setup.sh
On Docker/VPS this installs: libcairo2, libpango, Thai fonts (Kanit, Prompt, Sarabun). On macOS: uses Homebrew for cairo/pango.
cd <SKILL_DIR>/scripts && node gen-news.mjs '<json>'
| Param | Required | Description |
|---|---|---|
| headline | ✅ | Main headline (Thai/English, auto-wraps) |
| sub | Sub-headline text | |
| badge | Badge label (default: "AI NEWS") | |
| badgeColor | Badge color (default: "#CC0000") | |
| bgImage | Background image path or URL | |
| bgColor | Fallback bg gradient color (default: "#0a0a1a") | |
| source | Source attribution at bottom | |
| output | ✅ | Output file path (.jpg) |
| brandName | Watermark text (bottom-right) | |
| accentColor | Bottom bar color (default: "#CC0000") |
cd <SKILL_DIR>/scripts && node gen-news.mjs '{"headline":"AI กำลังเปลี่ยนวงการค้าปลีก","sub":"ยอดขายพุ่ง 40% ใน 6 เดือน","badge":"BREAKING NEWS","source":"Reuters • มี.ค. 2026","brandName":"MY BRAND","output":"/tmp/news_post.jpg"}'更多技能请访问小葱技能站7w4.net。
Output: JSON {"status":"done","output":"/tmp/news_post.jpg","size":"1080x1350","type":"image"}
Two approaches:
For best results, generate a background image first (use the AI model's image generation), save it, then pass the path as bgImage.
When asked to create a complete content set:
这是一个用于制作泰国风格新闻图片的 Skill,整体质量不错。文档写得很详细,小白也能看懂怎么用;支持自定义标题、角标、背景图片和品牌水印,输出的图片尺寸符合社交媒体标准。安装脚本能自动处理字体和依赖,比较省心。主要问题是初始包不包含字体文件,需要额外下载;另外对一些边界情况的错误提示还不够友好。总体来说是个好用的工具,适合需要制作泰语社交媒体内容的用户。