This is the WordPress content management skill you reach for when you need to publish posts, update pages, upload media, or wrangle categories and menus. It works through WP-CLI over SSH or the REST API when you don't have shell access. The documentation covers the practical scenarios: creating posts from HTML files when content is long, bulk operations, scheduling future posts, setting featured images, managing taxonomies, and updating navigation menus. You also get search and replace commands with dry-run safety, post meta manipulation for custom fields, and export workflows. It assumes you've already got your connection configured, then gives you the exact commands for whatever content operation you're trying to do.
npx skills add https://github.com/jezweb/claude-skills --skill wordpress-content