article-images

Generates AI images from article prompts with automatic fallback and manifest output.

23|2|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/intertwine/hive-orchestrator --skill article-images
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: article-images
Source: https://github.com/intertwine/hive-orchestrator/tree/main/.claude/skills/article-images
Command: npx skills add https://github.com/intertwine/hive-orchestrator --skill article-images

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth-library, and includes scripts (resource) components.

What problem does it solve?

Generates high-quality article visuals automatically to accompany written content, reducing manual design work and time spent on image sourcing.

Core Features & Use Cases

  • Multi-provider image generation with automatic fallback for uninterrupted batch processing.
  • Prompt-driven image creation with per-article prompts, aspect ratios, and a generation manifest for easy integration.
  • Parallel image generation and per-prompt deduplication, enabling scalable workflow and quick turnaround for large libraries of articles.
  • Easy archival: images and a manifest are saved under articles/images with references to the source Markdown prompts.

Quick Start

Run the article-images script to generate article visuals from prompts.

Frequently Asked Questions about article-images

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

FAQPage Schema
How do I automate AI image generation for article prompts in Markdown?▼

To automate AI image generation for article prompts, you run a script that reads prompts defined in Markdown, processes them in parallel with consistent aspect ratios, and saves the outputs alongside a manifest under articles/images.

How does multi-provider fallback handle rate limits during batch image generation?▼

Multi-provider fallback handles rate limits during batch image generation by automatically switching between Gemini and OpenAI APIs, ensuring uninterrupted processing when one provider hits a rate limit.

Do I need specific API credentials to generate article images with AI?▼

Yes, you need specific API credentials to generate article images, requiring either a GOOGLE_CLOUD_PROJECT for Gemini or an OPENAI_API_KEY for OpenAI, set as environment variables before running the script.

Can I skip duplicate prompts and force regenerate images in a batch workflow?▼

Yes, you can skip duplicate prompts and force regenerate images because the script applies per-prompt hashing for deduplication, alongside dry-run and force options to control batch generation behavior.

What is the best way to manage concurrency when generating multiple article images?▼

The best way to manage concurrency when generating article images is to use the script's built-in concurrency control, which processes multiple prompts in parallel while maintaining consistent aspect ratios.