pinch-to-postManage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).
Install via ClawdBot CLI:
clawdbot install nickhamze/pinch-to-postWP 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 |
|----------|----------|-------------|
| WP_SITE_URL | Yes | Your WordPress site URL (e.g. https://mysite.com). Not a secret โ just tells the skill which site to target. |
| WP_PINCH_API_TOKEN | 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
Generated Mar 1, 2026
Agency teams use the skill to manage multiple client WordPress sites from chat, drafting posts, repurposing content with Molt, and running governance scans for SEO and freshness. It streamlines client reporting via automated Tide Reports and ensures consistent content quality across accounts.
Online retailers leverage the skill to handle WooCommerce orders, update product listings, and generate promotional content like email snippets from blog posts. Governance tasks help maintain site security and fix broken links, improving customer experience and sales.
Individual content creators use the skill to draft posts, capture ideas with PinchDrop, and revive abandoned drafts via Ghost Writer. It automates content repurposing into social media formats and ensures SEO health, saving time for creative work.
Internal teams at companies manage WordPress-based knowledge bases by using the skill to update articles, find similar content, and build knowledge graphs. Governance scans ensure information remains current and accessible, supporting employee training and compliance.
Nonprofits utilize the skill to publish updates, manage donor communications via WooCommerce integrations, and repurpose content for fundraising campaigns. Automated governance helps maintain site integrity and track engagement through audit logs.
Offer the WP Pinch plugin as a paid subscription service with tiered plans based on site count or feature access (e.g., basic governance vs. full Molt tools). Revenue comes from monthly fees, targeting agencies and enterprises needing scalable WordPress automation.
Provide a free version with core MCP tools for basic site management, while premium features like Molt, Ghost Writer, and advanced governance are gated behind a one-time purchase or upgrade. Revenue is generated from premium sales and optional support packages.
Bundle the skill with consulting or managed services, where teams handle setup, configuration, and ongoing support for clients using WP Pinch. Revenue is based on project fees or retainer models, ideal for businesses lacking technical expertise.
๐ฌ Integration Tip
Ensure the WP Pinch plugin is installed and configured with an Application Password in the MCP server; set WP_SITE_URL in OpenClaw to enable seamless chat-based management without exposing credentials.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.