← 返回 Skills 市场
Yyds.Auto
作者
ChenAnZong
· GitHub ↗
· v1.0.0
· MIT-0
151
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yyds-auto
功能描述
Control Android devices via MCP — tap, swipe, OCR, screenshot, UI automation, shell, file management, and AI agent orchestration for Android RPA.
安全使用建议
This skill appears to be what it says (an Android RPA MCP client) but it grants powerful, sensitive capabilities on devices (root/shell access, IMEI and filesystem reads, app control). Before installing: 1) Verify the npm package publisher and inspect the package source (or install in a controlled environment) — npm packages can execute arbitrary code. 2) Only connect devices you trust and be aware that the skill can read device identifiers and files. 3) Prefer using a non-root device or limit device access if possible; do not connect production devices with sensitive data unless you fully trust the package. 4) When adding to editor/agent configs, avoid using npx -y if you want to prevent implicit network installs; install the package explicitly and pin a specific version. 5) If you need higher assurance, request the package's source repo or a signed release and audit the code before granting device access.
功能分析
Type: OpenClaw Skill
Name: yyds-auto
Version: 1.0.0
The yyds-auto skill provides an extremely broad set of high-risk capabilities for controlling Android devices, including root shell access (run_shell), arbitrary Python code execution (run_python_code), and full file system access (read_file, write_file). While these tools are consistent with the stated purpose of Android RPA, they effectively turn the connected device into a remotely manageable target with minimal safeguards. The skill also includes features for installing APKs and managing Python environments, which could be leveraged for unauthorized persistence or data exfiltration if the AI agent is misdirected. (IOC: yydsauto.com, yyds-auto-mcp npm package).
能力评估
Purpose & Capability
Name/description (Android RPA via MCP) match what the skill asks for: node and adb binaries, YYDS_DEVICE_HOST/PORT, and an npm MCP server package. Requested binaries and env vars are appropriate for connecting to an Android engine over network/ADB.
Instruction Scope
SKILL.md instructs the agent to install/run the yyds-auto-mcp npm server, set up ADB port forwarding, and drive many device actions including screenshots, UI dumps, file ops, and running shell commands with ROOT/SHELL privileges. These actions are consistent with RPA but are highly sensitive (IMEI, foreground app, filesystem access, elevated shell). There is no instruction to exfiltrate data to unexpected external endpoints, but the skill can access and transmit sensitive device data to the MCP client.
Install Mechanism
The install uses an npm package (yyds-auto-mcp) and creates a binary. Installing from npm is a common pattern but carries moderate risk because code will be fetched and executed from the registry. No direct downloads from arbitrary URLs are declared.
Credentials
Only YYDS_DEVICE_HOST and YYDS_DEVICE_PORT are required (primaryEnv is the host). These are proportional to the stated purpose. The SKILL.md also documents optional envs (device serial, adb path) but does not require unrelated cloud credentials or secrets.
Persistence & Privilege
always:false (not force-included). The skill allows the agent to run an MCP server process that can perform privileged operations on connected devices (including root shell). Autonomous invocation is allowed by default (platform default) — combined with device-level privileges this increases blast radius if you install an untrusted package.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yyds-auto - 安装完成后,直接呼叫该 Skill 的名称或使用
/yyds-auto触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Android RPA skill for AI agents — 60 MCP tools for full device automation
元数据
常见问题
Yyds.Auto 是什么?
Control Android devices via MCP — tap, swipe, OCR, screenshot, UI automation, shell, file management, and AI agent orchestration for Android RPA. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。
如何安装 Yyds.Auto?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yyds-auto」即可一键安装,无需额外配置。
Yyds.Auto 是免费的吗?
是的,Yyds.Auto 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Yyds.Auto 支持哪些平台?
Yyds.Auto 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(windows, macos, linux)。
谁开发了 Yyds.Auto?
由 ChenAnZong(@chenanzong)开发并维护,当前版本 v1.0.0。
推荐 Skills