📦 Adb Assistant — ADB调试助手

v1.0.0

通过自然语言快速查询并获取车载ADB调试命令,集成AI问答接口,支持命令速查、执行指导,覆盖车机、车载系统调试场景。

0· 55·0 当前·0 累计
下载技能包
最后更新
2026/4/13
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions are largely coherent for an ADB helper, but it relies on an undocumented/internal AI endpoint (http://test.xui.xiaopeng.local:8009) which will receive user queries and potentially vehicle-control intent — this creates a real data-exfiltration and safety risk that isn't explained or justified.
评估建议
Before installing or using this skill: - Treat the AI endpoint (http://test.xui.xiaopeng.local:8009) as untrusted unless you can verify its operator; using the skill will send your queries (and possibly a user_id) to that host. - Do not send sensitive vehicle credentials, VINs, or private data in queries. Consider redacting or anonymizing user_id. - Avoid enabling autonomous or unattended execution. Require explicit user confirmation before any adb shell execution, and especially before any vehi...
详细分析 ▾
用途与能力
Name/description match the instructions: the skill queries an AI service for ADB commands and can optionally run adb locally. It does not request unrelated credentials or system-wide access.
指令范围
SKILL.md instructs the agent to send user queries (and a user_id) to a hard-coded AI endpoint (http://test.xui.xiaopeng.local:8009/ai/v1/chat_query). It also offers optional direct execution of commands via adb shell. While it includes safety notes (confirm destructive/vehicle-control commands), the skill will still transmit potentially sensitive queries and vehicle-control intent to an unknown host and may use a default user_id if none provided.
安装机制
Instruction-only skill with no install spec and no code files; nothing is written to disk by the package itself (lowest install risk).
凭证需求
The skill declares no required environment variables or credentials, which is proportionate. However, it depends on network access to an internal/undocumented AI service and may send identifying data (user_id) and device/command context — a privacy/safety concern even without explicit credential requests.
持久化与权限
Does not request always:true, has no install hooks, and does not attempt to modify other skills or system config. Autonomous invocation is allowed by platform default, but that is not unique to this skill.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/13

adb-assistant 1.0.0 - Initial release of ADB 智能助手 for vehicle debugging scenarios. - Supports natural language queries for ADB commands via integrated AI service. - Provides command lookup, step-by-step guidance, and quick reference for common scenarios (door control, screenshots, logs, apps, system info, network). - Includes command execution confirmation and strict safety checks for sensitive operations.

可疑

安装命令

点击复制
官方npx clawhub@latest install adb-assistant
镜像加速npx clawhub@latest install adb-assistant --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库