← Back to Skills Marketplace
chenanzong

Yyds.Auto

by ChenAnZong · GitHub ↗ · v1.0.0 · MIT-0
windowsmacoslinux ⚠ suspicious
151
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yyds-auto
Description
Control Android devices via MCP — tap, swipe, OCR, screenshot, UI automation, shell, file management, and AI agent orchestration for Android RPA.
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yyds-auto
  3. After installation, invoke the skill by name or use /yyds-auto
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Android RPA skill for AI agents — 60 MCP tools for full device automation
Metadata
Slug yyds-auto
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Yyds.Auto?

Control Android devices via MCP — tap, swipe, OCR, screenshot, UI automation, shell, file management, and AI agent orchestration for Android RPA. It is an AI Agent Skill for Claude Code / OpenClaw, with 151 downloads so far.

How do I install Yyds.Auto?

Run "/install yyds-auto" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Yyds.Auto free?

Yes, Yyds.Auto is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Yyds.Auto support?

Yyds.Auto is cross-platform and runs anywhere OpenClaw / Claude Code is available (windows, macos, linux).

Who created Yyds.Auto?

It is built and maintained by ChenAnZong (@chenanzong); the current version is v1.0.0.

💬 Comments