Image gen
Генерация изображений через DALL-E 3From its SKILL.md
npx -y skills add Rayan55050/progressive-agent --skill image_genAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 226 tokens by cl100k_base, as published. Nobody here has run it
Image Generation Skill
Tool: image_gen
Generates images using DALL-E 3. Image is automatically sent as a file after generation.
Parameters
prompt(required) — description of the image. English prompts produce better results with DALL-E.size(optional) —1024x1024(default),1792x1024(landscape),1024x1792(portrait)quality(optional) —standard(default) orhd(costs more, better detail)
Rules
- Translate user's description to English for better DALL-E results, but keep your text response in user's language
- Be creative with the prompt — add details, style, lighting, mood
- If user gives a vague request, ask for clarification or enhance the prompt yourself
- After generation, briefly describe what was created
- One image per request (DALL-E 3 limitation)
- The image is sent automatically — do NOT call file_send separately
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.