Install
openclaw skills install cloudphoneUse mcporter to call cpc-mcp-server AutoJS Agent tools for cloud Android task execution and result retrieval.
openclaw skills install cloudphonecloudphone guides the agent to run Android automation tasks in a cloud phone environment by calling cpc-mcp-server tools through mcporter.
It is designed for:
Use this skill when the user asks for actions such as:
Do not use this skill for:
Before any call, ensure authentication is configured correctly.
cpc-mcp-server requires:
Authorization: Bearer <API_KEY>This skill standardizes the API key through:
CLOUDPHONE_API_KEY (required)CLOUDPHONE_API_KEY.Authorization: Bearer $CLOUDPHONE_API_KEYSKILL.md, or config JSON.This skill defines naming and preconditions only.
Secret injection implementation is handled by runtime/environment config.
This skill does not call MCP tools directly. It uses mcporter CLI to invoke tools on cpc-mcp-server.
Common command patterns:
mcporter listmcporter list cpc-mcp-server --schemamcporter call cpc-mcp-server.<tool> --args '<json>'Prefer
--argsJSON for long instructions, multilingual text, and special characters.
Collect these fields first (ask follow-up only if missing):
createAutoJsAgentTask)Create and dispatch an AutoJS Agent task, then obtain taskId (and possibly sessionId).
mcporter call cpc-mcp-server.createAutoJsAgentTask --args '{
"instruction": "Open <APP_NAME> on cloud phone, log in with test account, navigate to Orders page, capture a screenshot, and return order count.",
"lang": "en"
}'