extension/skills/learned/generate_image/SKILL.md
**文生图**。根据提示词生成图片并返回图片文件。
npx skillsauth add glwlg/x-bot generate_imageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这是一个文生图 skill。入口固定是 scripts/execute.py,由当前模型配置里的 image 模型负责生成图片。
cd skills/learned/generate_image
python scripts/execute.py "<prompt>" [--aspect-ratio 1:1|16:9|9:16|4:3|3:4]
<prompt>
必填,想生成的画面描述。--aspect-ratio
可选,默认 1:1。1:1。16:9,竖图用 9:16,海报或封面常用 3:4。scripts/execute.py。cd skills/learned/generate_image
python scripts/execute.py "画一只赛博朋克风格的猫"
python scripts/execute.py "日落下的海边木屋,电影感,暖色调" --aspect-ratio 16:9
--output-dir 指定目录。saved_file=<绝对路径>,总结结果时以这个路径为准。tools
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
tools
管理 RSS 订阅。
tools
简单文本提醒工具。仅用于一次性提醒;重复任务必须转给 scheduler_manager。
documentation
为新闻或热点主题生成长文,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。