WP Pinch exposes 80+ typed MCP tools that let an agent interact with a WordPress site: create/update/delete posts, manage media, taxonomies, users, comments, plugins, and WooCommerce flows. It also includes content repackaging (Molt), Ghost Writer for finishing drafts, PinchDrop capture, governance checks, and knowledge tools for search and synthesis. All operations are enforced server-side by the WP Pinch plugin (capability checks, input sanitization, audit logging).
Use this skill when you want an agent to manage WordPress content or site tasks from chat: publishing drafts, repurposing posts into social/email/FAQ formats, running SEO/security scans, moderating comments, or handling WooCommerce orders. Prefer it when you need audited, permissioned changes rather than raw HTTP calls.
Likely compatible with OpenClaw/Claude-style agents that support MCP tool invocation and webhooks; works with agents that can call namespaced tools (e.g., wp-pinch/*) and receive webhook callbacks.
WP Pinch is a comprehensive WordPress management skill exposing 88+ MCP tools for content, media, WooCommerce, governance, and more. No bundled scripts — it operates purely through the WP Pinch MCP server plugin. Security posture is excellent: MCP-only architecture, credentials never in the skill, server-side capability checks, audit logging, PII redaction, role escalation blocking, and a kill switch. The SKILL.md is thorough but long; could benefit from splitting detailed tool references into a references/ directory.
Well-designed skill with strong security-first architecture. The credential separation (skill only needs WP_SITE_URL, auth handled by MCP server) is exemplary. Changelog in frontmatter is unusually long and could be moved to a separate file.