← 返回 Skills 市场
Skill
作者
iPythoning
· GitHub ↗
· v1.2.0
· MIT-0
163
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install wordpress-trade-site
功能描述
Interactive guide to deploy a production-ready WordPress site for international trade businesses. Triggers on "build a trade website", "deploy wordpress trad...
安全使用建议
This skill appears to do what it says (deploy a WordPress site) but it will execute privileged operations on any server you give it access to — treat such access as highly sensitive. Before using it:
- Only provide SSH access to a server you control and are willing to let the agent provision. Prefer creating a sudo-enabled non-root account rather than giving root credentials.
- Review the template repository (https://github.com/iPythoning/wordpress-trade-starter) and any Docker Compose files before starting; these will run services as root and may expose ports and volumes.
- Be cautious about running remote install scripts (curl https://get.docker.com | sh). If you prefer, install Docker yourself or review the script prior to execution.
- The verification SSH command disables StrictHostKeyChecking — avoid using that in hostile networks; confirm host keys yourself to prevent MITM.
- If the skill automates DNS/Cloudflare changes (the README hints at Cloudflare integration), check whether it asks for API tokens in later phases; only provide tokens with the minimum required scope.
- Save and rotate any generated DB passwords and store them in a secure vault. Back up data before major changes.
If you want the agent to perform deployments automatically, monitor the first run closely and review every prompt. If you prefer manual control, run the steps the skill suggests yourself after reviewing them.
功能分析
Type: OpenClaw Skill
Name: wordpress-trade-site
Version: 1.2.0
The skill requests full SSH root credentials and executes complex shell commands to deploy a WordPress environment. It downloads and executes remote code from a GitHub repository (iPythoning/wordpress-trade-starter) and appends remote PHP scripts to the WordPress theme (geo-functions.php). While these actions support the stated deployment goal, the process lacks input sanitization for user-provided variables (e.g., DOMAIN, EMAIL), creating a high risk of command injection. Furthermore, instructions in SKILL.md for the agent to 'automate everything' and 'diagnose and fix errors proactively' grant the AI broad, potentially dangerous autonomy over the user's server without sufficient guardrails.
能力评估
Purpose & Capability
The name/description (deploy a production WordPress site) matches the instructions: collecting business info, gathering SSH credentials, preparing a Linux server, installing Docker, cloning the project template, writing .env, and starting containers. No unrelated credentials or capabilities are requested in the metadata.
Instruction Scope
Instructions direct the agent to perform privileged operations on the user's server (apt upgrade, install packages, enable firewall, create swap, install Docker via remote script, run docker compose, configure Nginx, manage SSL, etc.). These actions are expected for server provisioning, but the skill also disables SSH host-key checking in its verification command (ssh -o StrictHostKeyChecking=no) which weakens SSH security and could facilitate man-in-the-middle risk if used without care. The skill collects SSH credentials and sensitive secrets (DB passwords) from the user — appropriate for the task, but high-sensitivity.
Install Mechanism
The skill itself has no install spec (instruction-only), which is low risk for the agent host. However, the runtime instructions tell the agent (or the user) to run curl | sh against https://get.docker.com on the target server and to clone a GitHub repo and run its containers. Those are common deployment steps but carry risk because they execute remote code on the user's server; users should review the remote install script and repository before running.
Credentials
The skill does not declare or request any platform credentials in metadata. It asks interactively for SSH access, domain, email, and generates DB passwords — all reasonable and proportional to deploying WordPress. It does not request unrelated secrets or cloud provider API keys in the provided content. (Note: later phases mentioning Cloudflare/automation may require API tokens if the skill automates DNS changes; the truncated portion should be checked for any explicit requests for API tokens.)
Persistence & Privilege
always is false and there is no install-side persistence. The skill can be invoked by the agent (default), and it will interactively request credentials to act on a target server. Autonomous invocation combined with the need for privileged server credentials increases blast radius if the agent is allowed to act without explicit user approval, but that is the platform default and the skill appears to prompt the user for each phase.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordpress-trade-site - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordpress-trade-site触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
GEO v2: tiered AI bots, sameAs schema, auto llms.txt, citability guide, Bytespider block
v1.1.0
Add Flamingo plugin for CF7 form storage, GEO optimization, CF7 email recipient validation
v1.0.1
Localize all content to English for international audience
v1.0.0
Initial release: Interactive step-by-step WordPress deployment guide for international trade businesses.
- Guides users through 9 deployment phases: business info, server setup, Dockerization, SSL, WordPress installation, and plugin/theme configuration.
- Automates all possible technical steps; pauses only for essential user input or decisions.
- Collects and confirms all required business, server, and contact details interactively.
- Provides tailored server purchase and SSL setup advice based on user’s target markets.
- Reuses collected data across steps, confirms each stage, and offers troubleshooting on errors.
元数据
常见问题
Skill 是什么?
Interactive guide to deploy a production-ready WordPress site for international trade businesses. Triggers on "build a trade website", "deploy wordpress trad... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。
如何安装 Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordpress-trade-site」即可一键安装,无需额外配置。
Skill 是免费的吗?
是的,Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill 支持哪些平台?
Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill?
由 iPythoning(@ipythoning)开发并维护,当前版本 v1.2.0。
推荐 Skills