← Back to Skills Marketplace
608
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tutu-smart-control
Description
图图智控(TUTU Smart Control)— 远程控制 Android 手机,执行 GUI 自动化、系统管理和日常任务。当用户提到以下任何内容时使用此 skill: - 控制手机、操作手机、手机上做某事 - 打开手机上的 App(微信、抖音、支付宝、淘宝等) - 手机截图、查看手机屏幕 - 在手机上点击、输...
Usage Guidance
This skill appears internally consistent: it uses a single injected API token to call a named API and exposes expected phone-control actions (screenshot, click, read SMS, send SMS, location, file ops on /sdcard, etc.). Before installing: (1) only set TUTU_API_TOKEN if you trust the provider/domain (https://www.szs.chat) and the hardware device, as the token grants remote control of the device; (2) confirm your platform enforces the declared 'confirmation' prompts for sensitive actions (send SMS, read contacts/sms, uninstall/delete, GPS mock, etc.); (3) treat screenshots and returned data as potentially sensitive — the skill directs the agent to fetch screenshot URLs from the provider; ensure those endpoints are trusted and that the platform won’t leak the token in logs; (4) consider rotating/revoking the token if you stop using the device. If you need higher assurance, ask the publisher for an authoritative homepage/legal info and independent verification of the TUTU service and confirmation enforcement.
Capability Analysis
Type: OpenClaw Skill
Name: tutu-smart-control
Version: 1.3.3
This skill provides extensive remote control capabilities over an Android phone, including reading/writing files (restricted to /sdcard/), sending SMS, making calls, getting GPS location, uninstalling apps, and downloading arbitrary files from URLs. While the `SKILL.md` and `claw.json` explicitly state that all sensitive operations are protected by a platform-level `confirmation: true` mechanism and disclaim malicious capabilities (no shell execution, no APK installation, no password management), the sheer breadth and power of these actions inherently pose a high risk. The `screenshot` functionality also uploads sensitive visual data to `https://www.szs.chat` for AI analysis. The classification is 'suspicious' due to the significant potential for misuse or the severe impact if the platform's confirmation mechanism were to fail, rather than clear evidence of intentional malice within the skill's design.
Capability Assessment
Purpose & Capability
Name/description (remote Android control) align with requirements: a single API token (TUTU_API_TOKEN) and HTTP calls to the TUTU API. No unrelated environment variables, binaries, or install steps are requested. The tool list (screenshot, click, read_sms, etc.) matches the stated remote-control use case.
Instruction Scope
SKILL.md instructs the agent to make POST requests to https://www.szs.chat/api/phone_action.php using the injected TUTU_API_TOKEN and to fetch/analyze screenshot URLs returned by the API. That is coherent with remote-control functionality. Two points to note: (1) many operations are sensitive (read SMS/contacts/location, send SMS, uninstall, delete files) but the skill marks them as requiring platform-level confirmation — this relies on the platform enforcing confirmation. (2) The guidance to 'analyze the screenshot and decide next steps' grants the agent broad discretion; that is expected for an automation skill but increases the importance of platform confirmation controls and user oversight.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. Lowest-risk installation model: nothing is downloaded or written to disk by the skill itself.
Credentials
Only one environment variable (TUTU_API_TOKEN) is required and it's directly justified by the API-based remote-control purpose. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always:false (default) and the skill does not request persistent system-level changes or access to other skills' configs. It can be invoked autonomously by the agent (platform default) — that is normal but means the agent could attempt actions unless platform confirmation gates are applied for sensitive operations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tutu-smart-control - After installation, invoke the skill by name or use
/tutu-smart-control - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.3
No changes detected since the previous version (1.3.0).
- Version bumped to 1.3.3, but no file or documentation changes were made.
v1.3.2
tutu-smart-control 1.3.2
- Initial release with full documentation for remote Android phone control via TUTU hardware.
- Supports GUI automation, app management, file handling, messaging, calls, notifications, device info, and more (60+ actions).
- API token handled securely via environment variable; no manual input needed.
- Detailed action examples and expected responses included for all supported operations.
- Designed for seamless use with TUTU plug-and-play hardware (no app install required).
v1.3.1
- Token 鉴权方式调整:API Token 现在通过环境变量自动注入,无需用户在对话中手动提供或粘贴 Token。
- 首次使用说明简化,去除了手动询问 Token 的流程,改为引导用户在 ClawHub 设置环境变量。
- 安全建议补充明确,强调 Token 不应在对话中传递或存储。
- 所有 API 调用示例和说明统一改为使用环境变量获取 Token,代码更简洁一致。
- 其余接口文档、功能列表和使用方式未变。
v1.3.0
- 增加和更新了众多 Skill 触发词,现支持更多手机控制场景(如锁屏、解锁、安装、卸载、WiFi设置、音量、壁纸、录屏等)。
- API 主域名由 tutuai.me 更新为 www.szs.chat,请用户注意新 Token 获取和硬件官网地址。
- 支持的操作种类由30项扩展至62项,包括文件管理/应用管理/录屏/通讯录/通话记录/网络设置等。
- 文件管理能力范围明确为仅限 /sdcard/ 用户存储。
- 更新文档所有基础样例的 API 域名,同时调整部分描述与用法说明,使指引更加详细完整。
- 元数据 homepage、API Token 指引等内容同步更新为最新服务信息。
v1.0.0
- Initial public release of tutu-smart-control.
- Enables remote control of Android phones via TUTU hardware with no app installation needed.
- Supports 30+ operations including GUI automation, app launching, screen interactions, system information, file management, messaging, calling, location, and notifications.
- Requires user to provide a TUTU API Token for authentication and security.
- Includes detailed usage instructions and API examples for all supported actions.
Metadata
Frequently Asked Questions
What is 图图智控(TUTU Smart Control)?
图图智控(TUTU Smart Control)— 远程控制 Android 手机,执行 GUI 自动化、系统管理和日常任务。当用户提到以下任何内容时使用此 skill: - 控制手机、操作手机、手机上做某事 - 打开手机上的 App(微信、抖音、支付宝、淘宝等) - 手机截图、查看手机屏幕 - 在手机上点击、输... It is an AI Agent Skill for Claude Code / OpenClaw, with 608 downloads so far.
How do I install 图图智控(TUTU Smart Control)?
Run "/install tutu-smart-control" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 图图智控(TUTU Smart Control) free?
Yes, 图图智控(TUTU Smart Control) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 图图智控(TUTU Smart Control) support?
图图智控(TUTU Smart Control) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 图图智控(TUTU Smart Control)?
It is built and maintained by zhaojiaqi (@zhaojiaqi); the current version is v1.3.3.
More Skills