en un clic
comfyui
AI图片生成(文生图、图生图、去背景、放大),需本地 ComfyUI。不用于:截图、网页抓图、非AI图片处理
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
AI图片生成(文生图、图生图、去背景、放大),需本地 ComfyUI。不用于:截图、网页抓图、非AI图片处理
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Use when the user asks to create, edit, improve, redesign, beautify, inspect, or export PowerPoint decks, PPT files, slide decks, keynotes, or .pptx deliverables. Prefer this skill for presentation work that must produce a real PPTX file, especially when visual quality, editable text, brand assets, charts, or export verification matter. Do not use for Word documents or PDFs.
Markdown 转微信公众号排版并发布草稿。Use this whenever the user asks to convert Markdown to WeChat Official Account HTML, inspect publish readiness, preview local WeChat layout, or create a WeChat draft. 不用于:写文章内容、其他平台发布。
视频字幕提取、翻译、双语合并、烧录。不用于:纯音频转文字、翻译文本文件、视频剪辑
下载视频/音频(YouTube、B站、Twitter等)。不用于:网页抓取(用 web_fetch)、直播录制
创建自定义技能(SKILL.md)。不用于:执行已有技能、修改代码、一次性脚本
创建和编辑 Word 文档(.docx)。不用于:PDF、纯文本、Markdown
| name | comfyui |
| description | AI图片生成(文生图、图生图、去背景、放大),需本地 ComfyUI。不用于:截图、网页抓图、非AI图片处理 |
前置条件:ComfyUI 必须在 http://127.0.0.1:8000 运行中。如果报连接错误,提示用户先启动 ComfyUI。
All output files go to the working directory (工作目录). Always use auto_send: true on the shell call.
{"command": "python skills/comfyui/scripts/comfyui.py --output-dir '{WORKDIR}' generate --prompt \"description\" --width 1024 --height 1024", "timeout": 120000, "auto_send": true}
Optional args: --steps 9 (default 9), --seed 12345
{"command": "python skills/comfyui/scripts/comfyui.py --output-dir '{WORKDIR}' remove_bg --image path/to/image.png", "timeout": 120000, "auto_send": true}
{"command": "python skills/comfyui/scripts/comfyui.py --output-dir '{WORKDIR}' upscale --image path/to/image.png", "timeout": 120000, "auto_send": true}
"timeout": 120000 — image generation takes 30-120 seconds.