WordPress
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: wordpress-api Version: 1.0.2 The WordPress skill bundle provides a standard integration for managing WordPress.com content via a proxy service (api.maton.ai). The SKILL.md file contains well-documented Python and JavaScript examples for interacting with the REST API, and it explicitly instructs the AI agent to seek user approval for all write operations. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the code logic is consistent with the stated purpose of API integration.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Anyone using this skill is granting delegated access to WordPress.com resources through Maton.
The skill requires a Maton API key that is used to access the user's connected WordPress.com account.
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Use a trusted Maton account, keep the API key private, and revoke unused WordPress.com connections when no longer needed.
Misuse or mistaken use could publish, edit, or delete WordPress.com content.
The skill exposes content-management operations, including create/update/delete capabilities that can change or remove site content.
Use this skill when users want to create, read, update, or delete WordPress.com posts, pages, or manage site content.
Confirm the target site, post/page ID, and intended change before any write or delete action.
WordPress request data and delegated authorization flow through a third-party provider.
WordPress API traffic and OAuth handling are mediated by the Maton service rather than going directly to WordPress.com.
Maton proxies requests to `public-api.wordpress.com` and automatically injects your OAuth token.
Install only if you are comfortable using Maton as the OAuth/API proxy for your WordPress.com account.
