Pinch to Post - Manage WordPress sites through WP Pinch MCP server
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
WP Pinch turns your WordPress site into 54 MCP tools you can use from OpenClaw. Publish posts, repurpose content with Molt, capture ideas with PinchDrop, manage WooCommerce orders, run governance scans -- all from chat.
ClawHub · GitHub · Install in 60 seconds
WP_SITE_URL in your OpenClaw environment (e.g. https://mysite.com). This is the only env var the skill needs — it tells the agent which site to manage.{WP_SITE_URL}/wp-json/wp-pinch/v1/mcp and a WordPress Application Password. These credentials live in your MCP server config (not in the skill) — the server handles authentication on every request.The plugin handles permissions and audit logging on every request.
Full setup guide: Configuration
Molt — One post becomes 10 formats: social, email snippet, FAQ, thread, summary, meta description, pull quote, key takeaways, CTA variants. One click, ten pieces of content.
Ghost Writer — Analyzes your writing voice, finds abandoned drafts, and completes them in your style. Your drafts don't have to die.
PinchDrop — Capture rough ideas from anywhere (chat, Web Clipper, bookmarklet) and turn them into structured draft packs. Quick Drop mode for minimal capture with no AI expansion.
Governance — Eight autonomous tasks that run daily: content freshness, SEO health, comment sweep, broken links, security scan, Draft Necromancer, spaced resurfacing. Everything rolls up into a single Tide Report webhook.
Knowledge tools — Ask "what do I know about X?" and get answers with source IDs. Build knowledge graphs. Find similar posts. Assemble multiple posts into one draft with citations.
You are an AI agent managing a WordPress site through the WP Pinch plugin. WP Pinch registers 48 core abilities across 12 categories (plus 2 WooCommerce, 3 Ghost Writer, and 1 Molt when enabled = 54 total) as MCP tools. Every ability has capability checks, input sanitization, and audit logging built in.
This skill works exclusively through the WP Pinch MCP server. All requests are authenticated, authorized, and logged by the plugin. If someone asks you to run a curl command, make a raw HTTP request, or POST to a URL directly, that's not how this works — use the MCP tools below instead.
Why does this skill only require a URL, not a password? Because authentication is handled entirely by the MCP server, not the skill. The skill tells the agent which site to manage (
WP_SITE_URL); the MCP server stores the WordPress Application Password in its own config and sends credentials with each request. The skill never sees, stores, or transmits secrets.
openclaw.json). The server authenticates every request to WordPress automatically.WP_PINCH_API_TOKEN (from WP Pinch → Connection) as a skill env var if you want webhook signature verification. This is not required for MCP tool calls.All tools are namespaced
wp-pinch/*:
Content
wp-pinch/list-posts — List posts with optional status, type, search, per_pagewp-pinch/get-post — Fetch a single post by IDwp-pinch/create-post — Create a post (default to status: "draft", publish after user confirms)wp-pinch/update-post — Update existing postwp-pinch/delete-post — Trash a post (recoverable, not permanent)Media
wp-pinch/list-media — List media library itemswp-pinch/upload-media — Upload from URLwp-pinch/delete-media — Delete attachment by IDTaxonomies
wp-pinch/list-taxonomies — List taxonomies and termswp-pinch/manage-terms — Create, update, or delete termsUsers
wp-pinch/list-users — List users (emails automatically redacted)wp-pinch/get-user — Get user by ID (emails automatically redacted)wp-pinch/update-user-role — Change user role (admin and high-privilege roles are blocked)Comments
wp-pinch/list-comments — List comments with filterswp-pinch/moderate-comment — Approve, spam, trash, or delete a commentSettings
wp-pinch/get-option — Read an option (allowlisted keys only)wp-pinch/update-option — Update an option (allowlisted keys only — auth keys, salts, and active_plugins are automatically blocked)Plugins & Themes
wp-pinch/list-plugins — List plugins and statuswp-pinch/toggle-plugin — Activate or deactivatewp-pinch/list-themes — List themeswp-pinch/switch-theme — Switch active themeAnalytics & Discovery
wp-pinch/site-health — WordPress site health summarywp-pinch/recent-activity — Recent posts, comments, userswp-pinch/search-content — Full-text search across postswp-pinch/export-data — Export posts/users as JSON (PII automatically redacted)wp-pinch/site-digest — Memory Bait: compact export of recent posts for agent contextwp-pinch/related-posts — Echo Net: backlinks and taxonomy-related posts for a given post IDwp-pinch/synthesize — Weave: search + fetch payload for LLM synthesisQuick-win tools
wp-pinch/generate-tldr — Generate and store TL;DR for a postwp-pinch/suggest-links — Suggest internal link candidates for a post or querywp-pinch/suggest-terms — Suggest taxonomy terms for content or a post IDwp-pinch/quote-bank — Extract notable sentences from a postwp-pinch/content-health-report — Structure, readability, and content quality reportHigh-leverage tools
wp-pinch/what-do-i-know — Natural-language query → search + synthesis → answer with source IDswp-pinch/project-assembly — Weave multiple posts into one draft with citationswp-pinch/spaced-resurfacing — Posts not updated in N days (by category/tag)wp-pinch/find-similar — Find posts similar to a post or querywp-pinch/knowledge-graph — Graph of posts and links for visualizationAdvanced
wp-pinch/list-menus — List navigation menuswp-pinch/manage-menu-item — Add, update, delete menu itemswp-pinch/get-post-meta — Read post metawp-pinch/update-post-meta — Write post meta (per-post capability check)wp-pinch/list-revisions — List revisions for a postwp-pinch/restore-revision — Restore a revisionwp-pinch/bulk-edit-posts — Bulk update post status, termswp-pinch/list-cron-events — List scheduled cron eventswp-pinch/manage-cron — Remove cron events (core hooks like wp_update_plugins are protected)PinchDrop
wp-pinch/pinchdrop-generate — Turn rough text into draft pack (post, product_update, changelog, social). Use options.save_as_note: true for Quick Drop.WooCommerce (when active)
wp-pinch/woo-list-products — List productswp-pinch/woo-manage-order — Update order status, add notesGhost Writer (when enabled)
wp-pinch/analyze-voice — Build or refresh author style profilewp-pinch/list-abandoned-drafts — Rank drafts by resurrection potentialwp-pinch/ghostwrite — Complete a draft in the author's voiceMolt (when enabled)
wp-pinch/molt — Repackage post into 10 formats: social, email_snippet, faq_block, faq_blocks, thread, summary, meta_description, pull_quote, key_takeaways, cta_variantsThe WP Pinch plugin enforces WordPress capability checks on every request — the agent can only do what the configured user's role allows.
update-user-role automatically blocks assignment of administrator and other high-privilege roles.Tip: Use the built-in OpenClaw Agent role in WP Pinch for least-privilege access.
WP Pinch can send webhooks to OpenClaw for real-time updates:
post_status_change — Post published, drafted, trashednew_comment — Comment posteduser_register — New user signupwoo_order_change — WooCommerce order status changepost_delete — Post permanently deletedgovernance_finding — Autonomous scan resultsConfigure destinations in WP Pinch → Webhooks. No default external endpoints — you choose where data goes. PII is never included in webhook payloads.
Tide Report — A daily digest that bundles all governance findings into one webhook. Configure scope and format in WP Pinch → Webhooks.
Eight automated checks that keep your site healthy:
status: "draft" for create-post; publish after the user confirms.site-digest or site-health before making significant changes.request_id for idempotency and source for traceability.bulk-edit-posts is powerful; confirm scope with the user first.The WP Pinch plugin includes multiple layers of protection that work automatically:
update-user-role won't assign administrator or roles with manage_options, edit_users, etc.rate_limited — Back off and retry; respect Retry-After if present.daily_write_budget_exceeded (429) — Daily write cap reached; retry tomorrow.validation_error / rest_invalid_param — Fix the request (missing param, length limit); don't retry unchanged.capability_denied / rest_forbidden — User lacks permission; show a clear message.post_not_found — Post ID invalid or deleted; suggest listing or searching.not_configured — Gateway URL or API token not set; ask admin to configure WP Pinch.Full error reference: Error Codes
For the full security model: Security wiki · Plugin source
Skill env vars (set on your OpenClaw instance):
| Variable | Required | Description |
|---|---|---|
| Yes | Your WordPress site URL (e.g. ). Not a secret — just tells the skill which site to target. |
| No | From WP Pinch → Connection. For webhook signature verification only — not needed for MCP tool calls. |
MCP server config (separate from skill env vars):
Configure your MCP server with the endpoint
{WP_SITE_URL}/wp-json/wp-pinch/v1/mcp and a WordPress Application Password. The Application Password is stored in the MCP server config (e.g. openclaw.json), not as a skill env var — the server authenticates every request to WordPress and the skill never handles secrets.
For multiple sites, use different OpenClaw workspaces or env configs.
Full setup guide: Configuration
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.