Image gen
Provide a customizable AI assistant on Telegram with multiple tools, skills, and monitors that runs locally using hybrid memory.
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
- 3 stars3 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.
What its author says it does
Copied from the file, not written here
Генерация изображений через DALL-E 3
SKILL.md
1.2 KB, 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