一键导入
image-process
需要进行画图、图像生成和图像编辑时,请使用此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
需要进行画图、图像生成和图像编辑时,请使用此技能。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Expert in building cross-platform desktop applications using web technologies (HTML/CSS/JS) with the Electron framework.
TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
Refine academic writing for computer science research papers targeting top-tier venues (NeurIPS, ICLR, ICML, AAAI, IJCAI, ACL, EMNLP, NAACL, CVPR, WWW, KDD, SIGIR, CIKM, and similar). Use this skill whenever a user asks to improve, polish, refine, edit, or proofread academic or research writing — including paper drafts, abstracts, introductions, related work sections, methodology descriptions, experiment write-ups, or conclusion sections. Also trigger when users paste LaTeX content and ask for writing help, mention "camera-ready", "rebuttal", "paper revision", or reference any academic venue or conference. This skill handles both full paper refinement and section-by-section editing.
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
基于 SOC 职业分类
| name | image-process |
| description | 需要进行画图、图像生成和图像编辑时,请使用此技能。 |
使用 scripts/image_generation_openai.py 进行图像生成。
python image_generation_openai.py --prompt "一只可爱的海獭"
python image_generation_openai.py -p "日落海边" -n 2 -s 1024x1792
python image_generation_openai.py -p "科技风格logo" --quality high
运行以下命令查看所有可用的图像生成模型:
python scripts/list_models.py
openai/gpt-image-1 - 基础图像生成模型openai/gpt-image-1-mini - 轻量版本openai/gpt-image-1.5 - 增强版本openai/gpt-image-2 - 最新版本(默认)openai/chatgpt-image-latest - 最新ChatGPT图像openai/dall-e-3 - DALL-E 3bytedance/doubao-seedream-5-0-260128 - 豆包5.0图像生成bytedance/doubao-seedream-4-5-251128 - 豆包4.5图像生成bytedance/doubao-seedream-3-0-t2i-250415 - 豆包3.0图像生成bytedance/doubao-seedream-5-0-lite-260128 - 豆包5.0轻量版bytedance/doubao-seedance-2-0-260128 - 豆包视频生成2.0aliyun/qwen-image-2.0 - 通义2.0图像生成aliyun/qwen-image-2.0-pro - 通义专业版aliyun/qwen-image-2.0-max - 通义最大值aliyun/qwen-image-2.0-plus - 通义增强版aliyun/qwen-image-edit - 通义图像编辑aliyun/qwen-image-edit-plus - 通义图像编辑增强版google/gemini-2.5-flash-image - Gemini 2.5 图像生成google/gemini-3-pro-image-preview - Gemini 3 图像预览xAI/grok-2-image - Grok 2 图像生成xAI/grok-imagine-image - Grok 图像想象# 使用 OpenAI GPT-Image 1.5
python image_generation_openai.py -p "未来城市景观" -m "openai/gpt-image-1.5"
# 使用豆包5.0
python image_generation_openai.py -p "未来城市景观" -m "bytedance/doubao-seedream-5-0-260128"
# 使用通义专业版
python image_generation_openai.py -p "未来城市景观" -m "aliyun/qwen-image-2.0-pro"
https://aiapi.ihep.ac.cn/apiv2/v1/images/generationshttps://aiapi.ihep.ac.cn/apiv2HEPAI_API_KEY生成完成后,图像会自动上传到 HepAI 并提供可访问的 URL。
必须使用以下格式输出图像,不要加```等符号:

-n: 生成图像数量 (1-10)-s: 图像尺寸 (1024x1024, 1536x1536, 1024x1792, 1792x1024)-q: 图像质量 (low, medium, high, auto)-b: 背景类型 (opaque, transparent)-o: 自定义输出文件路径--no-upload: 不上传到 HepAI(仅保存本地文件)