Install
openclaw skills install @asif2bd/xcloud-agent-skillsOfficial xCloud plugin for agents: manage servers, sites, WordPress, SSL, and account data — MCP-first via the xCloud MCP server, with a bundled REST fallback.
openclaw skills install @asif2bd/xcloud-agent-skillsBuilt for xCloud hosting operators by xCloud · GitHub · MCP Docs · 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 — via the OAuth-connected xCloud MCP server (recommended) or 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. It pairs with the xCloud MCP server (https://app.xcloud.host/mcp — 110 native tools, OAuth, per-action confirmation on destructive operations) and falls back to the bundled REST wrapper on agents without MCP support:
_via xcloud:*_ footer.XCLOUD_API_TOKEN; it does not ask users
to paste production tokens into chat by default.user_show via MCP, or
/health + /user via REST) before continuing operational tasks.Recommended — connect the xCloud MCP server (OAuth; no token to store):
claude mcp add xcloud --transport http https://app.xcloud.host/mcp
Then /mcp → Authenticate. Other clients: add a custom connector with URL
https://app.xcloud.host/mcp. Docs: https://app.xcloud.host/mcp/docs
REST fallback (agents without MCP support):
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.