Cloudways Integration
/install cloudways-integration
Cloudways Integration
Use this skill when working on OpenClaw's built-in Cloudways integration.
What this system does
The Cloudways integration adds a Control UI workflow and gateway methods for:
- storing Cloudways account auth in the vault
- loading server and application inventory from the Cloudways API
- storing server-level master SSH/SFTP credentials
- storing app-level SSH, WordPress admin, and DB access secrets
- deriving WordPress review metadata for local code review/edit flows
- testing SSH access and DB Manager access
- running guarded read-only SQL queries
- running tightly constrained write SQL with confirmation + audit logging
Core workflow
- Read
references/implementation.mdfirst. - If UI work is involved, also read
references/ui-design.md. - If API behavior matters, read
references/cloudways-api-notes.md. - If you need payload shapes or examples, read
references/request-methods.mdandassets/examples/. - When changing behavior, keep gateway handlers, controller state, and the UI in sync.
Source of truth files
Read these files in the OpenClaw repo when making code changes:
src/gateway/server-methods/cloudways.tsui/src/ui/controllers/cloudways.tsui/src/ui/views/cloudways.ts
Important behaviors
- Account auth is validated before storage.
- Cloudways account email + API key are stored in the vault, not plain config.
- App and server secrets are stored in the vault under generated key prefixes.
- Inventory is read from Cloudways API responses, with applications flattened from server inventory.
- WordPress admin passwords should be treated as manual secure inputs, not assumed retrievable from Cloudways inventory.
- DB Manager read queries are limited to read-only statements.
- Write queries require an exact confirmation phrase and are audit logged locally.
- SQL shape is intentionally restricted to single statements; DDL and multi-statement SQL are blocked.
Security requirements
When packaging or documenting this system:
- Do not include
~/.openclaw/secrets.json - Do not include
workspace/config/cloudways.jsonfrom a live setup - Do not include any live email addresses, API keys, DB manager URLs, SSH keys, passwords, DB hosts, app ids, or server ids from local memory/config
- Use placeholders in examples
- Keep examples obviously fake
Debugging checklist
- Does
cloudways.statusreflect configured/unconfigured state correctly? - Does
cloudways.savevalidate credentials before storing them? - Does
cloudways.inventoryflatten apps from server inventory correctly? - Do server-level credentials load/save independently from app-level credentials?
- Does app metadata correctly inherit server credentials when app SSH fields are blank?
- Does DB access test succeed only when DB Manager launcher URL + credentials are valid?
- Do read queries reject write statements?
- Do write queries require exact confirmation text and produce audit log entries?
References in this skill
references/implementation.md— architecture and code mapreferences/request-methods.md— gateway request methods and behaviorsreferences/cloudways-api-notes.md— Cloudways API usage notes for this integrationreferences/ui-design.md— Control UI layout and UX notesassets/examples/cloudways-status-response.jsonassets/examples/cloudways-metadata-response.jsonassets/examples/cloudways-read-query-response.json
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cloudways-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/cloudways-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Cloudways Integration 是什么?
OpenClaw Cloudways integration reference and workflow guide. Use when creating, editing, reviewing, debugging, or extending the built-in Cloudways feature; w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 Cloudways Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cloudways-integration」即可一键安装,无需额外配置。
Cloudways Integration 是免费的吗?
是的,Cloudways Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cloudways Integration 支持哪些平台?
Cloudways Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cloudways Integration?
由 maverick-software(@maverick-software)开发并维护,当前版本 v1.0.0。