Agent skill
dalle
DALL-E OpenAI image generation. Use for image creation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/dalle
SKILL.md
DALL-E 3 / 4
DALL-E is OpenAI's image model. It excels at Prompt Adherence—it draws exactly what you ask for, including complex text.
When to Use
- ChatGPT Integration: "Draw a diagram of..." inside a chat flow.
- Complex Instructions: "A cat holding a sign that says 'Hello World'".
- Safety: Strict guardrails against NSFW/Copyright.
Core Concepts
Integration
Available via OpenAI API (dall-e-3) and ChatGPT.
Editing
In ChatGPT, you can select an area of the image and say "Make the cat blue".
Best Practices (2025)
Do:
- Use via ChatGPT: The conversational refinement is its superpower.
- Ask for JSON: The API can return the image or a revised prompt.
Don't:
- Don't expect photorealism: It often has a "plastic" or "smooth" look compared to Midjourney.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?