volcengine-ACEP-mobile_use
SKILL.md
Mobile Use Agent (Execution)
Overview
Mobile Use is an end-to-end mobile automation AI agent solution. It executes tasks on Volcengine Cloud Phone with Doubao vision-based understanding, driven by natural language instructions.
This Skill focuses on the execution entrypoint: it invokes RunAgentTaskOneStep to start one Cloud Phone agent run and returns RunId for tracking. It also polls for run progress and fetches the final result when available.
Python Dependencies
- Python 3.9+
- volcengine-python-sdk (provides
volcenginesdkcore)
Install (use the repository shared dependency):
pip install -r "skills/byted-ai-mobileuse-agent/references/requirements.txt"