A specialized tool for managing WordPress.com OAuth authentication and automated post publishing.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wordpress-oauth
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install wordpress-oauth using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a streamlined interface for handling the human-in-the-loop OAuth 2.0 flow required by WordPress.com and Jetpack-connected sites. It enables developers and AI agents to programmatically generate authorization URLs, securely exchange callback codes for access tokens, and manage post publication directly through the WordPress REST API. By using this Openclaw Skills component, you can integrate content creation workflows with established CMS platforms without manual API handling or complex session management.
To get started with this skill, ensure you have Python 3 installed and a registered WordPress.com Application for API access.
# Check available commands and arguments
python3 wp_oauth_skill.py --help
Configure your environment variables for client IDs and secrets, then initiate the flow using the begin-oauth command to link your account to Openclaw Skills.
The skill manages its local state through specific JSON files to maintain security and persistence:
| File | Description |
|---|---|
wp_oauth_skill.py |
The core Python script managing the API interactions and command-line interface. |
oauth_state.json |
Stores temporary CSRF state during the active OAuth handshake. |
credentials.json |
Persists the local access tokens and site metadata for authorized sessions. |
Loading
A high-performance image generation skill that uses the Google Antigravity API to create native AI visuals without browser automation.

Scout is an automated software update advisor that tracks GitHub releases, assesses security risks, and provides detailed upgrade recommendations for your development tools.

Analyze engineering performance and track DORA metrics directly through your AI agent using the LinearB integration for Openclaw Skills.

BaseLinker is a comprehensive e-commerce integration that centralizes product management and order fulfillment across multiple marketplaces and stores.

A specialized browser automation CLI that allows AI agents to interact with web pages through a unique element-referencing system.

A professional-grade web search skill for Openclaw Skills that provides AI agents with real-time internet access via the Baidu Qianfan API.








































