一键导入
xcloud-agent-skills
Official xCloud Public API plugin for agents: manage servers, sites, WordPress, SSL, account data, and API-driven hosting operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Official xCloud Public API plugin for agents: manage servers, sites, WordPress, SSL, account data, and API-driven hosting operations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Operate xCloud from plain language — servers, sites, WordPress, SSL, and account. List/inspect/manage servers and sites, provision WordPress, install/renew SSL certificates, scan vulnerabilities, run PageSpeed, manage API tokens, Cloudflare integrations and blueprints. Use for any xCloud hosting or infrastructure request.
Manage xCloud servers — list/inspect servers, monitoring, services, tasks, reboot, snapshots, sudo users, PHP versions, databases & database users, server cron jobs, firewall rules, fail2ban, and provisioning a new WordPress site onto a server. Use for any server-level infrastructure or server security (firewall/fail2ban) request. NOT site-level config (see xcloud:sites), NOT SSL certs (see xcloud:ssl), NOT WordPress app management (see xcloud:wordpress).
Manage xCloud sites — list/inspect sites, status, events, deployment logs, monitoring, backups, rescue, snapshots, domains & redirections, cache purge, SSH/SFTP config, site cron jobs, git, and access logs. Use for any site lifecycle or delivery request. For SSL/certs see xcloud:ssl; for WordPress plugins/updates/vulnerabilities/PageSpeed see xcloud:wordpress; for server-level infra see xcloud:servers.
Manage WordPress on xCloud sites — list/update/activate plugins and themes, check WordPress health and update summaries, toggle WP_DEBUG, generate magic-login URLs, run vulnerability scans and manage findings, and run PageSpeed Insights scans. Use for WordPress app management, security scans, or site performance. For SSL see xcloud:ssl; for site backups/domains/cache see xcloud:sites; for server infra see xcloud:servers.
xCloud account, identity, and org-level reads — current user, API token listing and revocation, Cloudflare integrations, WordPress blueprints, and API health. Use for "who am I", token management, listing blueprints, or checking integrations. NOT server or site operations (see xcloud:servers / xcloud:sites).
SSL certificates and HTTPS for xCloud sites — view, list, install (Let's Encrypt / custom / Cloudflare), renew, check status, and delete certificates. Use for any cert or HTTPS request on a site. NOT general site lifecycle (see xcloud:sites), NOT WordPress updates or vulnerability scans (see xcloud:wordpress), NOT server firewall/fail2ban (see xcloud:servers).
基于 SOC 职业分类
| name | xcloud-agent-skills |
| description | Official xCloud Public API plugin for agents: manage servers, sites, WordPress, SSL, account data, and API-driven hosting operations. |
| version | 3.0.3 |
| author | xCloudDev |
| homepage | https://xcloud.host |
| category | deployment |
| tags | ["xcloud","xcloud-agent-skills","wordpress","hosting","deployment","devops","ssl","servers","sites","automation"] |
| openclaw | >=2026.2 |
| metadata | {"openclaw":{"emoji":"☁️","requires":{"bins":["bash","curl","jq"]},"install":[{"id":"xcloud-site","kind":"link","label":"xCloud","url":"https://xcloud.host"},{"id":"dashboard","kind":"link","label":"xCloud Dashboard","url":"https://app.xcloud.host"},{"id":"user-guide","kind":"link","label":"User Guide","url":"https://github.com/xCloudDev/xcloud-agent-skills/blob/main/docs/USER_GUIDE.md"},{"id":"install-guide","kind":"link","label":"Install Guide","url":"https://github.com/xCloudDev/xcloud-agent-skills/blob/main/docs/SKILLS-GUIDE.md"},{"id":"github","kind":"link","label":"Official GitHub","url":"https://github.com/xCloudDev/xcloud-agent-skills"},{"id":"docs","kind":"link","label":"API Docs","url":"https://app.xcloud.host/api/v1/docs"},{"id":"tutorial","kind":"link","label":"OpenClaw Tutorial","url":"https://xcloud.host/openclaw-skills-and-clawhub-on-xcloud-openclaw-agent/"},{"id":"video","kind":"link","label":"Tutorial Video","url":"https://www.youtube.com/watch?v=oEE9OHo3_48"}]}} |
Built for xCloud hosting operators by xCloud · GitHub · User Guide · Install Guide · API Docs · OpenClaw Tutorial · Tutorial Video · Security Notes
Security notice: agent-only xCloud operations toolkit. This package contains skill routing instructions, reference docs, and a small
bash/curlwrapper. It ships no API tokens and only calls the xCloud API after a user or agent explicitly invokes a skill withXCLOUD_API_TOKENconfigured.
This root skill describes the official xCloud Public API plugin bundle for agent marketplaces such as ClawHub and skills.mp.com.
The runnable skills live under plugins/xcloud/skills/ and are invoked as:
xcloud:serversxcloud:sitesxcloud:wordpressxcloud:sslxcloud:accountUse this package when an agent needs to operate xCloud hosting infrastructure through the xCloud Public API:
_via xcloud:*_ footer.XCLOUD_API_TOKEN; it does not
ask users to paste production tokens into chat by default./health and /user
before continuing operational tasks.Create an xCloud API token from:
https://app.xcloud.host/settings/api-tokens
Then configure your runtime:
export XCLOUD_API_TOKEN="your-token-here"
export XCLOUD_API_BASE_URL="https://app.xcloud.host"
The shared command wrapper is:
"${CLAUDE_PLUGIN_ROOT}"/scripts/xcloud.sh GET /user
This package contains documentation, skill routing instructions, and a small shell wrapper. It does not include real API tokens and does not run API calls during installation. Network requests are made only after a user or agent explicitly invokes an xCloud skill with an API token configured in the environment.