Skills Plugins MCP Prompt Model 博客 我的中心

image-generation

Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=zhayujie-cowagent-skills-image-generation-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name image-generation description Generate or edit images from text prompts. Use when the user asks to create, draw, design, or edit an image, illustration, photo, icon, poster, or any visual content. metadata {"cowagent":{"requires":{"anyEnv":"[Truncated]"}}} Image Generation Generate and edit images using AI models. The script automatically picks a backend based on which API keys are configured — you don't need to specify a model unless the user explicitly names one . Never guess or invent a model : when the user doesn't name one, omit model entirely so the configured default/provider is used. Supported models (passed via model only when the user asks for a specific one): OpenAI — gpt-image-2 , gpt-image-1 Gemini Nano Banana — nano-banana-2 , nano-banana-pro , nano-banana Seedream (Volcengine Ark) — seedream-5.0-lite , seedream-4.5 Qwen (DashScope) — qwen-image-2.0 , qwen-image-2.0-pro MiniMax — image-01 Usage Run scripts/generate.py with a JSON argument. Use the absolute <base_dir> path — do NOT cd into the skill directory , since it is a builtin skill and gets reset on restart (anything written there is lost). python <base_dir>/scripts/generate.py '<json_args>' Images are saved to the workspace (or the open project dir) under images/ , so they persist and stay reachable to the client. Set bash timeout to at least 600 seconds , as image generation can take 30–200s per provider, and the script may try multiple providers sequentially. Parameters Parameter Type Required Default Description prompt string yes — Image description image_url string / list no null Input image(s) for editing: local file path or URL. Multi-image fusion is supported (pass a list) quality string no auto low / medium / high (only some backends honour this) size string no auto 512 / 1K / 2K / 3K / 4K , or pixel value ( 1024x1024 ) aspect_ratio string no null 1:1 / 3:2 / 2:3 / 16:9 / 9:16 / 21:9 (some backends also support extreme ratios like 1:4 / 8:1 ) Higher quality and larger size cost more and run slower. In normal cases, when the user does not explicitly specify, low or medium is sufficient. Only use high when the user asks for it. Example — generate python <base_dir>/scripts/generate.py '{"prompt": "A corgi astronaut floating in space"}' With aspect ratio: python <base_dir>/scripts/generate.py '{"prompt": "Isometric miniature city of Shanghai at sunset", "size": "2K", "aspect_ratio": "16:9"}' Important: Editing vs Generating When the user asks to edit, modify, or improve an existing image , pass the original image via image_url . Prefer local file paths directly — the script handles file reading internally. Without image_url , the script generates a brand-new image instead of editing. Example — edit (image-to-image) python <base_dir>/scripts/generate.py '{"prompt": "Add a Santa hat to the dog", "image_url": "/path/to/dog.png"}' Multi-image fusion — pass a list: python <base_dir>/scripts/generate.py '{"prompt": "Combine these characters into a group photo", "image_url": ["/path/a.png", "/path/b.png"]}' Output Prints JSON to stdout: { "model" : "doubao-seedream-5-0-260128" , "images" : [ { "url" : "/path/to/output.png" } ] } After success, display the image to the user. You can either embed it in markdown ( ![description](/path/to/output.png) ) or use the send tool. On error: { "error" : "error message" } Setup The script needs at least one of these API keys (set via env_config or config.json ): OPENAI_API_KEY / GEMINI_API_KEY / ARK_API_KEY / DASHSCOPE_API_KEY / MINIMAX_API_KEY / LINKAI_API_KEY Each also has an optional *_API_BASE for custom endpoints. The script automatically picks the first configured backend and falls back to the next if it fails — no need to specify a model. Error Handling If the script returns an error after trying all configured backends, do NOT retry with the same parameters — the failure is almost always a configuration issue (wrong API key, unsupported API base). Tell the user to fix it via env_config , then retry. Notes HTTP timeout is 300s — high-resolution generation can take over 200s. Omit quality / size to let the model pick automatically ( auto ). Input images for editing are auto-compressed to ≤ 4MB / longest edge ≤ 4096px.
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。