Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计未展示

pinch-to-post捏合发帖

Agent Skill

pinch-to-post 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,510

周安装

489

GitHub Stars

公开资料未说明

下载量

4,502
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pinch-to-post(捏合发帖)
来源仓库:https://github.com/clawdbot/skills
仓库路径:skills/pinch-to-post
安装命令:
npx skills add clawdbot/skills --skill "pinch-to-post"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add clawdbot/skills --skill "pinch-to-post"

简介

pinch-to-post 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景从来源线索中筛选信息的场景。
  • 通过 npx skills add clawdbot/skills --skill "pinch-to-post" 安装使用。
  • 安装前建议确认权限范围、维护状态及是否触发联网或命令执行。
  • 可结合来源仓库和原始 README 进一步核验具体用法和功能边界。

SKILL.md

name
pinch-to-post
version
5.5.1
description
Manage WordPress sites through WP Pinch MCP tools. Part of WP Pinch (wp-pinch.com).
author
RegionallyFamous
project
https://github.com/RegionallyFamous/wp-pinch
homepage
https://wp-pinch.com
user-invocable
true
security
All operations go through MCP tools. Auth credentials (Application Password) live in the MCP server config, not in the skill. The skill only needs WP_SITE_URL (not a secret). Server-side capability checks and audit logging on every request.
tags
category
productivity
triggers
metadata
{"openclaw": {"emoji": "🦞", "requires": {"env": ["WP_SITE_URL"]}}}
changelog
|

Pinch to Post v5 — Your WordPress Site, From Chat

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

Quick Start

  1. Install the WP Pinch plugin on your WordPress site from GitHub or wp-pinch.com.
  2. Set 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.
  3. Configure your MCP server with the endpoint {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.
  4. Start chatting — say "list my recent posts" or "create a draft about..."

The plugin handles permissions and audit logging on every request.

Full setup guide: Configuration

What Makes It Different

  • 54 MCP tools across 12 categories — content, media, taxonomies, users, comments, settings, plugins, themes, analytics, governance, WooCommerce, and more.
  • Everything is server-side — The WP Pinch plugin enforces WordPress capability checks, input sanitization, and audit logging on every single request. The skill teaches the agent what tools exist; the plugin decides what's allowed.
  • Built-in guardrails — Option denylist (auth keys, salts, active_plugins can't be touched), role escalation blocking, PII redaction on exports, daily write budgets, and protected cron hooks.
  • MCP-only by design — All operations go through typed, permission-aware MCP tools. No raw HTTP. No curl. No API keys floating in prompts.

Highlights

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.

Authentication

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.

  • MCP server config — You configure the Application Password once in your MCP server's config file (e.g. openclaw.json). The server authenticates every request to WordPress automatically.
  • Webhooks (optional) — Set 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.

MCP Tools

All tools are namespaced wp-pinch/*:

Content

  • wp-pinch/list-posts — List posts with optional status, type, search, per_page
  • wp-pinch/get-post — Fetch a single post by ID
  • wp-pinch/create-post — Create a post (default to status: "draft", publish after user confirms)
  • wp-pinch/update-post — Update existing post
  • wp-pinch/delete-post — Trash a post (recoverable, not permanent)

Media

  • wp-pinch/list-media — List media library items
  • wp-pinch/upload-media — Upload from URL
  • wp-pinch/delete-media — Delete attachment by ID

Taxonomies

  • wp-pinch/list-taxonomies — List taxonomies and terms
  • wp-pinch/manage-terms — Create, update, or delete terms

Users

  • 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 filters
  • wp-pinch/moderate-comment — Approve, spam, trash, or delete a comment

Settings

  • 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 status
  • wp-pinch/toggle-plugin — Activate or deactivate
  • wp-pinch/list-themes — List themes
  • wp-pinch/switch-theme — Switch active theme

Analytics & Discovery

  • wp-pinch/site-health — WordPress site health summary
  • wp-pinch/recent-activity — Recent posts, comments, users
  • wp-pinch/search-content — Full-text search across posts
  • wp-pinch/export-data — Export posts/users as JSON (PII automatically redacted)
  • wp-pinch/site-digest — Memory Bait: compact export of recent posts for agent context
  • wp-pinch/related-posts — Echo Net: backlinks and taxonomy-related posts for a given post ID
  • wp-pinch/synthesize — Weave: search + fetch payload for LLM synthesis

Quick-win tools

  • wp-pinch/generate-tldr — Generate and store TL;DR for a post
  • wp-pinch/suggest-links — Suggest internal link candidates for a post or query
  • wp-pinch/suggest-terms — Suggest taxonomy terms for content or a post ID
  • wp-pinch/quote-bank — Extract notable sentences from a post
  • wp-pinch/content-health-report — Structure, readability, and content quality report

High-leverage tools

  • wp-pinch/what-do-i-know — Natural-language query → search + synthesis → answer with source IDs
  • wp-pinch/project-assembly — Weave multiple posts into one draft with citations
  • wp-pinch/spaced-resurfacing — Posts not updated in N days (by category/tag)
  • wp-pinch/find-similar — Find posts similar to a post or query
  • wp-pinch/knowledge-graph — Graph of posts and links for visualization

Advanced

  • wp-pinch/list-menus — List navigation menus
  • wp-pinch/manage-menu-item — Add, update, delete menu items
  • wp-pinch/get-post-meta — Read post meta
  • wp-pinch/update-post-meta — Write post meta (per-post capability check)
  • wp-pinch/list-revisions — List revisions for a post
  • wp-pinch/restore-revision — Restore a revision
  • wp-pinch/bulk-edit-posts — Bulk update post status, terms
  • wp-pinch/list-cron-events — List scheduled cron events
  • wp-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 products
  • wp-pinch/woo-manage-order — Update order status, add notes

Ghost Writer (when enabled)

  • wp-pinch/analyze-voice — Build or refresh author style profile
  • wp-pinch/list-abandoned-drafts — Rank drafts by resurrection potential
  • wp-pinch/ghostwrite — Complete a draft in the author's voice

Molt (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_variants

Permissions

The WP Pinch plugin enforces WordPress capability checks on every request — the agent can only do what the configured user's role allows.

  • Read (list-posts, get-post, site-health, etc.) — Subscriber or above.
  • Write (create-post, update-post, toggle-plugin, etc.) — Editor or Administrator.
  • Role changesupdate-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.

Webhooks

WP Pinch can send webhooks to OpenClaw for real-time updates:

  • post_status_change — Post published, drafted, trashed
  • new_comment — Comment posted
  • user_register — New user signup
  • woo_order_change — WooCommerce order status change
  • post_delete — Post permanently deleted
  • governance_finding — Autonomous scan results

Configure 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.

Governance Tasks

Eight automated checks that keep your site healthy:

  • Content Freshness — Posts not updated in 180+ days
  • SEO Health — Titles, alt text, meta descriptions, content length
  • Comment Sweep — Pending moderation and spam
  • Broken Links — Dead link detection (50/batch)
  • Security Scan — Outdated software, debug mode, file editing
  • Draft Necromancer — Abandoned drafts worth finishing (uses Ghost Writer)
  • Spaced Resurfacing — Notes not updated in N days
  • Tide Report — Daily digest bundling all findings

Best Practices

  1. Draft first, publish second — Use status: "draft" for create-post; publish after the user confirms.
  2. Orient before acting — Run site-digest or site-health before making significant changes.
  3. Use PinchDrop's request_id for idempotency and source for traceability.
  4. Confirm before bulk operationsbulk-edit-posts is powerful; confirm scope with the user first.
  5. Keep the Web Clipper bookmarklet private — It contains the capture token.

Built-in Protections

The WP Pinch plugin includes multiple layers of protection that work automatically:

  • Option denylist — Auth keys, salts, and active_plugins can't be read or modified through the API.
  • Role escalation blockingupdate-user-role won't assign administrator or roles with manage_options, edit_users, etc.
  • PII redaction — User exports and activity feeds automatically strip emails and sensitive data.
  • Protected cron hooks — Core WordPress hooks (wp_update_plugins, wp_scheduled_delete, etc.) can't be deleted.
  • Daily write budget — Configurable cap on write operations per day with 429 + Retry-After.
  • Audit logging — Every action is logged. Check WP Pinch → Activity for a full trail.
  • Kill switch — Instantly disable all API access from WP Pinch → Connection if needed.
  • Read-only mode — Allow reads but block all writes with one toggle.

Error Handling

  • 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.
  • 503 — API may be paused (kill switch or read-only mode); check WP Pinch → Connection.

Full error reference: Error Codes

Security

  • MCP-only — Every operation goes through typed, authenticated MCP tools. Credentials live in the MCP server config, never in prompts.
  • Server-side enforcement — Auth, permissions, input sanitization, and audit logging are handled by the WP Pinch plugin on every request.
  • Scoped credentials — Use Application Passwords and the OpenClaw Agent role for minimal access. Rotate periodically.
  • Audit everything — Every action is logged. Review activity in WP Pinch → Activity.

For the full security model: Security wiki · Plugin source

Setup

Skill env vars (set on your OpenClaw instance):

VariableRequiredDescription
WP_SITE_URLYesYour WordPress site URL (e.g. https://mysite.com). Not a secret — just tells the skill which site to target.
WP_PINCH_API_TOKENNoFrom 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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

27.41%
按下载量换算1,234

windsurf

25.98%
按下载量换算1,170

Codex

17.45%
按下载量换算786

Claude Code

14.44%
按下载量换算650

Antigravity

8.3%
按下载量换算374

Gemini CLI

3.83%
按下载量换算172

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills