Use mcporter to call cpc-mcp-server AutoJS Agent tools for cloud Android task execution and result retrieval.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cloudphone或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cloudphone⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cloudphone/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cloudphone description: Use mcporter to call cpc-mcp-server AutoJS Agent tools for cloud Android task execution and result retrieval. metadata: { "openclaw": { "emoji": "📱", "requires": { "bins": ["mcporter"], "env": ["CLOUDPHONE_API_KEY"] }, "install": [ { "id": "node", "kind": "node", "package": "mcporter", "bins": ["mcporter"], "label": "Install mcporter (node)", }, ], "primaryEnv": "CLOUDPHONE_API_KEY", }, } ---
cloudphone 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 This skill standardizes the API key through:
CLOUDPHONE_API_KEY (required)CLOUDPHONE_API_KEY. - Authorization: Bearer $CLOUDPHONE_API_KEY
SKILL.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 list
- mcporter list cpc-mcp-server --schema
- mcporter call cpc-mcp-server.
> Prefer --args JSON 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"
}'安装 Cloud Phone Agent 后,可以对 AI 说这些话来触发它
Help me get started with Cloud Phone Agent
Explains what Cloud Phone Agent does, walks through the setup, and runs a quick demo based on your current project
Use Cloud Phone Agent to use mcporter to call cpc-mcp-server AutoJS Agent tools for cloud An...
Invokes Cloud Phone Agent with the right parameters and returns the result directly in the conversation
What can I do with Cloud Phone Agent in my developer & devops workflow?
Lists the top use cases for Cloud Phone Agent, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/cloudphone/ 目录(个人级,所有项目可用),或 .claude/skills/cloudphone/(项目级)。重启 AI 客户端后,用 /cloudphone 主动调用,或让 AI 根据上下文自动发现并使用。
Cloud Phone Agent 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Cloud Phone Agent 可免费安装使用。请查阅仓库了解许可证信息。
Use mcporter to call cpc-mcp-server AutoJS Agent tools for cloud Android task execution and result retrieval.
Cloud Phone Agent 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Cloud Phone Agent
Identifies repetitive steps in your workflow and sets up Cloud Phone Agent to handle them automatically