Image Generation & Editing Skill (Azure OpenAI)
This skill allows the agent to generate new images from text prompts or edit existing images using reference files via Azure OpenAI's GPT-Image-1.5 model. - **Script**: `gen.py` - **Environment**: `/home/thomas/.env.azure` (Required for API credentia
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Description
# Image Generation & Editing Skill (Azure OpenAI) This skill allows the agent to generate new images from text prompts or edit existing images using reference files via Azure OpenAI's GPT-Image-1.5 model. ## Configuration - **Script**: `gen.py` - **Environment**: `/home/thomas/.env.azure` (Required for API credentials) - **Output**: Images are saved to the `./out/` directory with a timestamped filename. ## Usage ### 1. Generate New Image Use this mode when the user wants to create an image from scratch. **Syntax:** `python3 gen.py "<detailed_prompt>"` ### 2. Edit Existing Image Use this mode when a user provides one or more reference images and requests changes (e.g., changing colors, adding objects, or altering style). **Syntax:** `python3 gen.py "<edit_instructions>" --edit --ref <path_to_image>` ## Parameters | Parameter | Type | Description | | :--- | :--- | :--- | | `prompt` | String | (Positional) The visual description or edit instruction. | | `--edit` | Flag | Required to trigger image-to-image/editing mode. | | `--ref` | Path(s) | One or more paths to the images to be used as a reference. | ## Examples - **Create a new image**: `python3 gen.py "A professional headshot of a solution consultant in a modern office, cinematic lighting"` - **Modify an existing image**: `python3 gen.py "Change the suit color to charcoal gray and add a laptop on the desk" --edit --ref ./out/20260208_120000.png` ## Notes for the Agent - **Fidelity**: The skill is hardcoded to "high" fidelity to ensure identity and structural persistence during edits. - **Image Formats**: Input images must be in PNG format. - **Output**: The tool returns a JSON object containing the `path` to the generated image. Always display this path or the image to the user.
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Career Boost tools you might like
PPT Generator Pro - Claude Code Skill
Free- **Skill 名称**: ppt-generator-pro - **版本**: 2.0.0 - **描述**: 基于 AI 自动生成高质量 PPT 图片和视频,支持智能转场和交互式播放
Humanizer: Remove AI Writing Patterns
FreeTransforms AI-generated text into natural, human-sounding writing by detecting and fixing common AI patterns like inflated symbolism, promotional language, and passive voice
Color Expert
FreeUse when working with color naming, color theory, color spaces, color definitions, or any task involving color knowledge - palettes, ramps, gradients, conversions, accessibility, perceptual matching, pigment mixing, print-vs-screen color, CSS color s
JUnit 5 Testing Skill
FreeGenerates production-grade JUnit 5 unit and integration tests in Java with assertions, parameterized tests, lifecycle hooks, and Mockito mocking
Jest Testing Skill
FreeGenerates Jest unit and integration tests in JavaScript or TypeScript with mocking, snapshots, async testing, and React component testing
Jasmine Testing Skill
FreeGenerates Jasmine BDD-style JavaScript tests with spies, async support, and comprehensive matchers for unit testing