Use when you have a written implementation plan to execute in a separate session with review checkpoints
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "tweet-image-gen"
Install specific skill from multi-skill repository
# Description
根据推文内容和风格自动生成社交媒体配图
# SKILL.md
name: tweet-image-gen
description: 根据推文内容和风格自动生成社交媒体配图
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: image-generation
updated: 2026-02-21
TweetImageGen
根据推文内容和风格自动生成社交媒体配图
环境变量
FAL_KEY:fal.ai API KeyMOONSHOT_API_KEY:Moonshot API Key(用于优化 prompt)
安装
pip install -r requirements.txt
使用
python run.py --tweet "推文内容" [--style crypto] [--output ./output.png]
示例
python run.py --tweet "比特币突破10万美元!🚀" --style crypto
python run.py --tweet "产品发布" --style minimal --output ./product.png
python run.py --mode thread --tweet-file ./article.txt --style news
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.