← 返回 Skills 市场
WordPress REST API
作者
Matthew Murphy
· GitHub ↗
· v0.6.0
594
总下载
0
收藏
7
当前安装
2
版本数
在 OpenClaw 中安装
/install wordpress-rest-api
功能描述
Work with the WordPress REST API for route discovery, authentication, reads and writes, core endpoint selection, and custom namespace inspection. Use when a...
安全使用建议
This skill appears to do what it says: discover and inspect WordPress /wp-json routes. Before installing or running it, verify the agent environment has curl and python3 available (the script relies on them). Do not pass long-lived credentials directly on the command line — prefer temporary application passwords and a secure secret manager; the script currently accepts --app-password which can expose secrets via process listings. Be aware the script follows redirects and will make HTTP requests to any provided URL, so running it from an agent with network access can be used to probe internal services; only run it in environments you trust. If you plan to use this in production, consider hardening the script to read passwords from stdin or a protected file/socket and to optionally disable following redirects.
功能分析
Type: OpenClaw Skill
Name: wordpress-rest-api
Version: 0.6.0
The skill bundle provides a legitimate set of tools and documentation for interacting with the WordPress REST API. The primary script, `scripts/inspect-rest-api.sh`, uses `curl` and a Python helper to discover routes and inspect endpoints, restricted to safe HTTP methods (GET and OPTIONS). The documentation in `SKILL.md` and the `references/` directory correctly guides the agent on authentication and discovery workflows without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill is an inspector for WordPress REST routes and includes reference docs and a discovery script that performs HTTP GET/OPTIONS against /wp-json. That matches the name and description. One mismatch: the skill declares no required binaries or environment variables, yet the provided script clearly requires curl and python3 (and mktemp), so the metadata is incomplete.
Instruction Scope
SKILL.md restricts scope to REST discovery, auth model selection, and inspecting routes. The included script only fetches and prints/parses responses from the target site (GET or OPTIONS), lists namespaces/routes, and pretty-prints JSON. It does not attempt to read unrelated local files or contact third-party endpoints. Caveats: the script follows redirects (--location) and will perform arbitrary HTTP requests to any supplied URL, so if run in an environment with internal network access it can probe internal services. Also, credentials passed on the command line may be visible to other local processes via process lists.
Install Mechanism
There is no install spec (instruction-only plus a script). Nothing is downloaded or written by an installer; the only file that runs is the included shell script. This is the lowest-risk install model.
Credentials
The skill does not request any environment variables, credentials, or config paths in metadata, which is proportionate to an inspector. However, the script accepts --user and --app-password arguments for Basic Auth; passing credentials on the command line can leak them via process listings. The skill correctly documents application passwords as a legitimate auth model and warns not to embed long-lived credentials in the repo.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide agent settings, and is user-invocable only. It retains no privileged persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordpress-rest-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordpress-rest-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.0
# wordpress-rest-api 0.6.0 - Added ClawHub card emoji metadata. - No behavior change; this is a presentation and registry metadata update.
v0.5.0
# wordpress-rest-api 0.5.0 - First public release. - Adds live `/wp-json` route discovery, auth guidance, and route inspection support for WordPress REST work.
元数据
常见问题
WordPress REST API 是什么?
Work with the WordPress REST API for route discovery, authentication, reads and writes, core endpoint selection, and custom namespace inspection. Use when a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 594 次。
如何安装 WordPress REST API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordpress-rest-api」即可一键安装,无需额外配置。
WordPress REST API 是免费的吗?
是的,WordPress REST API 完全免费(开源免费),可自由下载、安装和使用。
WordPress REST API 支持哪些平台?
WordPress REST API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WordPress REST API?
由 Matthew Murphy(@matthewxmurphy)开发并维护,当前版本 v0.6.0。
推荐 Skills