blog-edit

Update blog post titles, slugs, metadata, content, and featured images.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/ColdstartLabs-ca/myimageupscaler.com --skill blog-edit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-edit
Source: https://github.com/ColdstartLabs-ca/myimageupscaler.com/tree/main/.claude/skills/blog-edit
Command: npx skills add https://github.com/ColdstartLabs-ca/myimageupscaler.com --skill blog-edit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, and includes scripts (resource) components.

What problem does it solve?

Editing and updating blog posts across titles, descriptions, content, categories, and media to maintain accuracy and SEO.

Core Features & Use Cases

  • Update titles, slugs, metadata, content, and featured images across posts.
  • Apply edits selectively with patch-like fields and optional publish/unpublish actions.
  • Real-world scenario: a content team needs to fix outdated SEO metadata across a backlog of posts and refresh featured images.

Quick Start

Update an existing blog post by altering its title, slug, metadata, content, and featured image, then optionally publish or unpublish.

Frequently Asked Questions about blog-edit

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

FAQPage Schema
How do I update SEO metadata across multiple blog posts at once?

The structured update workflow applies patch-like field updates to titles, descriptions, and slugs simultaneously. It targets outdated SEO metadata across a backlog of posts, enabling rapid content refinement without manual individual edits.

What is a patch-like field update for blog content management?

Patch-like field updates apply selective edits to specific fields like titles, slugs, content, or featured images without rewriting entire posts. This ensures safe, auditable changes and robust validation across the blog inventory.

Can I publish or unpublish blog posts while editing content?

Yes, the workflow supports optional publish and unpublish commands alongside patch-like field updates. You can change content, taxonomy, and featured images while toggling publication status in a single structured update operation.

Does this blog editing workflow validate slug formats and category constraints?

Yes, the workflow implements robust validation to ensure slug formats and category constraints are met before applying updates. This prevents broken links and misclassified content, keeping all changes safe and auditable.

Do I need curl and jq installed to automate blog post updates?

Yes, curl and jq are required dependencies. The scripts use curl to handle API requests for post updates and jq to parse and construct JSON payloads for patch-like field updates, validation, and publish commands.

What's the best way to refresh featured images and taxonomy across a blog backlog?

Using an automated structured update workflow is the best way to refresh featured images and taxonomy. It applies patch-like field updates to media and categories across multiple posts simultaneously, ensuring robust validation and safe, auditable changes.