generate-image

Generate and edit images via script-based AI model workflows.

5|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/hyperbolic-c/auto-writing --skill generate-image-hyperbolic-c
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-image
Source: https://github.com/hyperbolic-c/auto-writing/tree/main/claude-scientific-writer/skills/generate-image
Command: npx skills add https://github.com/hyperbolic-c/auto-writing --skill generate-image-hyperbolic-c

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests>=2.31.0, and includes scripts (resource) components.

What problem does it solve?

This skill enables generation and editing of images using AI models through script-based workflows, reducing manual effort and speeding up visual content creation.

Core Features & Use Cases

  • Photorealistic generation: Create high-quality photos and visuals for presentations, marketing, or documentation.
  • Artwork and concepts: Produce illustrations, concept art, and visual concepts for design projects.
  • Image editing: Modify existing images (e.g., color, style, or composition) using AI models.
  • Use Case: Imagine preparing a product deck with hero visuals generated to match a brand vibe, then iteratively refining them with edits.

Quick Start

Use the scripts/generate_image.py script to generate or edit images:

  • Generate a new image: python scripts/generate_image.py "A beautiful sunset over mountains"
  • Edit an existing image: python scripts/generate_image.py "Make the sky purple" --input photo.jpg

Frequently Asked Questions about generate-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI images from text prompts using Python?

To generate AI images from text prompts, run the generate_image.py script with your prompt string. The script uses the requests library to call external AI models and saves the resulting photo or illustration locally.

Can I edit existing images with AI models to change their style or composition?

Yes, you can edit existing images by passing the --input flag with your image file to the generate_image.py script. The AI models will process the file and apply modifications such as color or style changes.

What do I need to configure before generating photorealistic images via API?

Before generating photorealistic images, you need to configure your API keys and select provider models. The script relies on the requests library to communicate with these external APIs and execute the generation workflows.

What is the best way to create concept art for design projects using AI?

The best way to create concept art for design projects is using script-based AI workflows to produce visual concepts. This approach reduces manual effort and accelerates the creation of illustrations and visual assets.

Does this AI image generation workflow support OpenRouter and Gemini models?

Yes, the workflow supports configuring provider models such as Gemini and OpenRouter. You must set up the respective API keys to route requests and generate your desired photorealistic outputs.

Why are my AI generated images not saving correctly after the API call?

AI generated images may not save correctly if the requests library encounters API configuration or network issues. Ensure your API keys are valid and the external provider models are properly configured before running the script.