← Back to Skills Marketplace
byungkyu

WordPress

by byungkyu · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
3907
Downloads
8
Stars
5
Active Installs
2
Versions
Install in OpenClaw
/install wordpress-api
Description
WordPress.com API integration with managed OAuth. Manage posts, pages, sites, and content. Use this skill when users want to create, read, update, or delete WordPress.com posts, pages, or manage site content. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Usage Guidance
This skill is internally consistent with its stated purpose: it uses a Maton gateway to proxy WordPress.com API calls and requires only MATON_API_KEY. Before installing, confirm you trust maton.ai (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai) because that service will mediate OAuth and can act on your WordPress sites. Treat MATON_API_KEY like any sensitive credential: do not reuse it across untrusted apps, limit its scope if possible, rotate it regularly, and test actions on non-production sites first. If you need more assurance, ask the publisher for a homepage, source repo, or privacy/security documentation for Maton.
Capability Analysis
Type: OpenClaw Skill Name: wordpress-api Version: 1.0.1 The skill bundle provides a well-documented integration with the WordPress.com API via the Maton.ai gateway. All code examples in SKILL.md use standard Python (`urllib.request`, `requests`) and JavaScript (`fetch`) libraries to interact with `maton.ai` endpoints, correctly retrieving the `MATON_API_KEY` from environment variables. There is no evidence of malicious code execution, data exfiltration beyond the required API key for its own operation, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. All network calls and instructions align with the stated purpose of managing WordPress content.
Capability Assessment
Purpose & Capability
Name/description state a WordPress.com API integration using a Maton-managed gateway; the only required item is MATON_API_KEY which is precisely what a gateway/OAuth proxy would need. No unrelated services, binaries, or config paths are requested.
Instruction Scope
SKILL.md contains concrete HTTP usage examples that call gateway.maton.ai and ctrl.maton.ai and instruct the agent to send Authorization: Bearer $MATON_API_KEY. The instructions do not direct reading local files, other env vars, or transmitting data to unexpected endpoints beyond the Maton endpoints described.
Install Mechanism
There is no install spec and no code files to execute — the skill is instruction-only, which minimizes installation risk.
Credentials
Only MATON_API_KEY is required, which is proportionate for a managed OAuth gateway. Note: possession of MATON_API_KEY likely grants Maton-mediated access to all WordPress connections for that account, so the key is powerful — this is expected but users should understand the breadth of access they are granting to Maton.
Persistence & Privilege
The skill does not request 'always: true', does not modify other skills or system settings (instruction-only), and uses standard autonomous invocation defaults. No elevated persistence or system-wide configuration is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wordpress-api
  3. After installation, invoke the skill by name or use /wordpress-api
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added metadata block clarifying required environment variables and including a "clawdbot" emoji. - No changes made to code or API functionality. - Documentation now explicitly notes MATON_API_KEY is required.
v1.0.0
WordPress skill 1.0.0 — Major update switching from self-hosted WP CLI to managed WordPress.com API integration: - Replaces local Node CLI and scripts with remote, API-driven integration via maton.ai. - Adds comprehensive support for managing WordPress.com posts, pages, and sites through a secure gateway. - OAuth authentication and API key management now handled centrally; local credentials/env no longer needed. - CLI usage and documentation overhauled to showcase direct HTTP/API access with Python code examples. - CLI code and related assets (scripts/wp-cli.js, package.json, docs) removed. - Requires a Maton API key and internet access for all operations.
Metadata
Slug wordpress-api
Version 1.0.1
License
All-time Installs 5
Active Installs 5
Total Versions 2
Frequently Asked Questions

What is WordPress?

WordPress.com API integration with managed OAuth. Manage posts, pages, sites, and content. Use this skill when users want to create, read, update, or delete WordPress.com posts, pages, or manage site content. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 3907 downloads so far.

How do I install WordPress?

Run "/install wordpress-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WordPress free?

Yes, WordPress is completely free (open-source). You can download, install and use it at no cost.

Which platforms does WordPress support?

WordPress is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WordPress?

It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.1.

💬 Comments