wp-image-request-designer

Synchronize image placeholders from article HTML files into image_requests.json.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-image-request-designer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-image-request-designer
Source: https://github.com/kumatotsu/wp-auto-poster-codex/tree/main/skills/wp-image-request-designer
Command: npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-image-request-designer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of designing and updating image requests for the WP Auto Poster plugin, ensuring consistency between article content and image generation requirements.

Core Features & Use Cases

  • Placeholder Synchronization: Aligns image placeholders in article.source.html and article.html with image_requests.json.
  • Request Design: Manages id, alt, caption, and generation requirements for eyecatch, diagrams, and screenshots.
  • Prompt Engineering: Designs prompts for Gemini image generation according to official guidelines.
  • Use Case: When creating a new blog post, this Skill helps ensure all necessary images are accounted for, their requirements are clearly defined, and the prompts for generating them are optimized for quality and relevance.

Quick Start

Use the wp-image-request-designer skill to synchronize image placeholders with image_requests.json for the draft located in drafts/my-new-article.

Frequently Asked Questions about wp-image-request-designer

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

FAQPage Schema
How do I synchronize image placeholders between article HTML files and a JSON request file?

Image request design involves defining id, alt text, captions, and generation requirements for images. It structures prompts for Gemini API image generation, ensuring content automation workflows have clear, optimized instructions for creating eyecatch and diagram visuals.

How do I write prompts for Gemini image generation in a content automation workflow?

WordPress image generation requires defining image IDs, alt text, and captions within a structured JSON file. The system manages these elements for eyecatch, diagrams, and screenshots, ensuring every generated image has proper metadata and placement specifications.

What is the best way to manage image metadata like alt text and captions for automated blog posts?

Synchronizing image placeholders compares article.source.html and article.html to identify required images. It updates image_requests.json with matching placeholders, ensuring no image is missed during the generation process and maintaining strict content consistency.

Does this image request design process work with WordPress Auto Poster drafts?

Yes, this image request design process works directly with WordPress Auto Poster drafts. It specifically designs and updates the drafts/{slug}/image_requests.json file, managing all image generation requirements for the plugin's content automation pipeline.

Why are my image generation prompts failing to match the article content in WordPress?

Image generation prompts fail to match article content when image placeholders in article.source.html and article.html are not synchronized with image_requests.json. Aligning these files ensures generation requirements match the exact visual needs of the text.