with one click
quote-card-toapis
使用 ToAPIs 生成金句卡片(1:1 正方形,黑底橙红风格)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用 ToAPIs 生成金句卡片(1:1 正方形,黑底橙红风格)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
今日头条自动发布工具 - 微头条/文章/视频 + NAS 统一调度(生产就绪)
/pipeline-diagnose、pipeline 挂了、看 pipeline 状态 — Content Pipeline 总体健康诊断,一键输出所有关键状态并引导到具体 stage skill
/pipeline-persondata、修待补充、人物数据占位符 — Content Pipeline Stage 4 (person-data 构造) 运维 skill,修 "待补充/暂无数据" 导致的图片占位符问题
/pipeline-regen、重生图、V6 出图失败 — Content Pipeline Stage 4 (V6 图片生成) 运维 skill
/pipeline-run、用 X 做一套内容、给我生成 X 的内容 — Content Pipeline 手动即时触发(主理人在 Claude Code 对话里临时跑一条,走和 Dashboard 自动路径完全一样的 6 阶段 pipeline,但即时给进度反馈)
金句卡片生成工作流的质检和选择
| name | quote-card-toapis |
| description | 使用 ToAPIs 生成金句卡片(1:1 正方形,黑底橙红风格) |
| version | 2.0.0 |
| created | "2026-02-13T00:00:00.000Z" |
使用 ToAPIs API 生成金句卡片,风格参考 reference-match-v6.png
python3 scripts/toapis-image-gen.py \
"Create 1:1 quote card: black bg, white title '你的标题', orange-red '强调文字', 2 simple icons" \
-s 1024x1024
# 生成金句卡片
bash scripts/generate-quote-card.sh "标题" "强调文字"
Create a 1:1 square social media quote card in this exact style:
STYLE REFERENCE:
- Pure black background (#0a0a0a)
- Large white/off-white title text at top
- Orange-red (#A95738) emphasized text below
- 2 simple flat minimalist icons in orange-red
- Clean typography, bold sans-serif font
- Plenty of negative space
- Minimal, modern, impactful design
CONTENT:
Title (white): {你的标题}
Emphasized (orange-red): {强调文字}
Icons: {图标描述}
标题: 真正的竞争力
强调: 不是会用 AI,而是知道什么时候不用 AI
图标: brain, target
output/toapis-cards/card-YYYYMMDD-HHMMSS.png/home/xx/perfect21/zenithjoy/creator/assets/cards/reference-match-v6.png
相比原 ChatGPT 方案:
// 节点:生成金句卡片
{
"command": "python3 /home/xx/perfect21/zenithjoy/creator/scripts/toapis-image-gen.py \"Create 1:1 quote card: black bg, white title '{{ $json.title }}', orange-red '{{ $json.quote }}', 2 simple icons\" -s 1024x1024 -o /tmp/quote-{{ $json.content_id }}.png"
}
# 生成金句卡片
python3 scripts/toapis-image-gen.py \
"Create 1:1 quote card: black bg, white title '$TITLE', orange-red '$QUOTE', 2 icons" \
-s 1024x1024 \
-o "/tmp/quote-${CONTENT_ID}.png"
scripts/toapis-image-gen.pyassets/cards/reference-match-v*.png~/.credentials/toapi.env