Install
openclaw skills install @asif2bd/xcloudOfficial xCloud Public API plugin for agents: manage servers, sites, WordPress, SSL, account data, and API-driven hosting operations.
openclaw skills install @asif2bd/xcloudBuilt 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.