← 返回 Skills 市场
3907
总下载
8
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install wordpress-api
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordpress-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordpress-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 3907 次。
如何安装 WordPress?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordpress-api」即可一键安装,无需额外配置。
WordPress 是免费的吗?
是的,WordPress 完全免费(开源免费),可自由下载、安装和使用。
WordPress 支持哪些平台?
WordPress 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WordPress?
由 byungkyu(@byungkyu)开发并维护,当前版本 v1.0.1。
推荐 Skills