feature-image-apply

Copy baked feature-image assets into a blog post's public directory and update frontmatter.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill feature-image-apply
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-image-apply
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/feature-image-apply
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill feature-image-apply

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drain pending feature-image decisions and approved entries: copy the baked images into the target post's public dir, wire frontmatter, mark the entry applied.

Core Features & Use Cases

  • End-to-end image deployment: copies -og, -youtube, -instagram, -filtered, and -raw assets into the post's public image directory and updates the post frontmatter with image and socialImage.
  • Workflow integration: supports both decided workflows and standalone approved entries, updating the workflow state and logging the applied target.
  • Auditable previews: provides dry-run capability and detailed logs to verify actions before applying.

Quick Start

Run the feature-image-apply skill to apply the currently pending baked feature images to your target blog post.

Frequently Asked Questions about feature-image-apply

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

FAQPage Schema
How do I automatically apply feature images to blog posts and update frontmatter?

You can automate feature image application by copying baked image assets into the post's public image directory and updating the frontmatter with the relevant image and socialImage metadata.

What is the best way to preview feature image deployment before applying changes?

The best way to preview feature image deployment is using the optional --dry-run flag, which provides auditable previews and detailed logs to verify file copies and frontmatter updates before applying changes.

How does feature image automation work with decided workflows and standalone approved entries?

Feature image automation resolves the target post from the log entry, copies assets, and updates workflow state for decided workflows, while also supporting standalone approved entries that lack a formal workflow state.

Can I use this feature image automation skill with my local blog repository structure?

You can use this skill with your local repository structure, as it requires local repository paths and internal API endpoints to resolve log entries, perform file copies, and persist frontmatter metadata changes.

What types of baked image assets are supported when deploying feature images?

Supported baked image assets include -og, -youtube, -instagram, -filtered, and -raw variants, which are all copied into the target post's public image directory during the automated deployment process.