Overview
- Skill Key
- asif2bd/wordpress-publishing-skill-for-claude
- Author
- xCloud
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/asif2bd/wordpress-publishing-skill-for-claude
- Latest Commit SHA
- 3482cf8e30cf8825dc956c831c663f3f2f40cacc
Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables, images, lists, and rich formatting. Use when user wants to publish to WordPress, post to blog, create WordPress article, update WordPress post, or convert markdown to Gutenberg blocks.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wordpress-publisher 技能。 若已安装,则直接安装 wordpress-publisher 技能。
# WordPress Publisher
Publish content directly to WordPress sites using the REST API with full Gutenberg block formatting, automatic category selection, SEO tag generation, and preview capabilities.
## Complete Workflow Overview
```
1. CONNECT → Authenticate with WordPress site
2. ANALYZE → Load categories from site, analyze content for best match
3. GENERATE → Create SEO-optimized tags based on content
4. CONVERT → Transform markdown/HTML to Gutenberg blocks
5. PREVIEW → Create draft and verify rendering
6. PUBLISH → Publish or schedule the post
7. VERIFY → Confirm live post renders correctly
```
---
## Step 1: Connection Setup
### Get Credentials
Ask user for:
- WordPress site URL (e.g., `https://example.com`)
- WordPress username
- Application password (NOT regular password)
### How to Create Application Password
Guide user:
1. Go to **Users → Profile** in WordPress admin
2. Scroll to **Application Passwords** section
3. Enter name: `Claude Publisher`
4. Click **Add New Application Password**
5. Copy the generated password (shown only once, with spaces)
### Test Connection
```python
from scripts.wp_publisher import WordPressPublisher
wp = WordPressPublisher(
site_url="https://example.com",
username="admin",
password="xxxx xxxx xxxx xxxx xxxx xxxx" # Application password
)
# Test connection
user_info = wp.test_connection()
print(f"Connected as: {user_info['name']}")
```
---
## Step 2: Load and Select Categories
### Auto-Load Categories from Site
```python
# Get all categories from the WordPress site
categories = wp.get_categories_with_details()
# Returns list like:
# [
# {'id': 1, 'name': 'Uncategorized', 'slug': 'uncategorized', 'count': 5},
# {'id': 2, 'name': 'Tutorials', 'slug': 'tutorials', 'count': 12},
# {'id': 3, 'name': 'Cloud Hosting', 'slug': 'cloud-hosting', 'count': 8},
# ]
```
### Smart Category Selection
The system analyzes content and selects the most appropriate category:
```python
# Analyze...
# WordPress Publisher Skill for Claude [](https://www.gnu.org/licenses/gpl-3.0) [](https://claude.ai) [](https://skillsmp.com) [](https://developer.wordpress.org/rest-api/) [](https://github.com/Asif2BD/WordPress-Publishing-Skill-For-Claude/releases) A Claude skill that enables direct publishing to WordPress sites via the REST API with full Gutenberg block support, automatic category selection, SEO tag generation, and preview capabilities. ## Features - **Direct WordPress Publishing**: Create, update, and manage posts via REST API - **Gutenberg Block Support**: Full conversion of Markdown/HTML to WordPress Gutenberg blocks - **Smart Category Selection**: Auto-load categories from your site and intelligently match content - **SEO Tag Generation**: Automatically generate relevant tags for better discoverability - **Preview Workflow**: Create drafts, preview, then publish with confidence - **Media Management**: Upload and attach featured images - **Scheduled Publishing**: Schedule posts for future publication - **CLI Support**: Use from command line for automation ## Table of Contents - [Installation](#installation) - [Configuration](#configuration) - [Quick Start](#quick-start) - [Workflow Overview](#workflow-overview) - [Usage Guide](#usage-guide) - [Connection Setup](#connection-setup) - [Category Management](#category-management) - [Tag Generation](#tag-generation) - [Content Conversion](#content-conversion) - [Publishing Posts](#publishing-posts) - [Preview and Verification](#preview-and-verification) - [API Reference](#api-reference) - [Gutenberg Blocks Reference](#gutenberg-blocks-reference) - [CLI Usage](#cli-usage) -...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
canuto
Deploy serverless backends for REST APIs, webhooks, data storage, scheduled jobs, queue workers, and autonomous workflows.
canbirlik
A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.