← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install umeng-analytics-integration
功能描述
自动将友盟Android统计SDK集成到现有Android项目中,包括环境检查、项目验证、SDK集成、编译验证和logcat验证。
安全使用建议
This package appears to do what it says, but it makes global changes to your Android project and may execute build scripts and interact with devices. Before running it: 1) review the included Python scripts (especially sdk_integrator.py, rollback.py, and any subprocess calls) so you understand what will be modified; 2) run it against a copy of your project, not the only authoritative copy; 3) ensure you trust the project’s Gradle scripts before allowing ./gradlew to run (Gradle can execute arbitrary code during a build); 4) be aware rollback deletes the current project directory before restoring the backup — keep an external backup; 5) unplug any devices you don’t want modified, since the tool can install/launch APKs via adb. If you want higher assurance, run the integration in an isolated environment or container/VM and inspect outputs before committing changes.
功能分析
Type: OpenClaw Skill
Name: umeng-analytics-integration
Version: 1.0.0
The skill bundle is a legitimate utility designed to automate the integration of the Umeng Analytics SDK into Android projects. It follows a transparent workflow including environment checks, project validation, automated modification of Gradle and Manifest files, and on-device verification using adb. While the scripts perform high-privilege operations such as full directory backups and deletions (specifically in rollback.py and sdk_integrator.py), these actions are strictly aligned with the stated purpose of providing a safe, reversible integration process. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions: the scripts perform environment checks, validate and build the project, inject repository/dependency/manifest/Application changes, run gradle builds and adb/device actions, and offer rollback. All of these are proportionate to an SDK integration tool.
Instruction Scope
SKILL.md and scripts instruct the agent to read and modify many project files, run ./gradlew (which executes project build scripts), call adb to install/launch apps and capture logcat, and create full backups/rollbacks. These actions are within the stated purpose but are powerful: running gradlew executes untrusted project code, rollback deletes the current project directory before restoring the backup, and adb actions touch connected devices. Users should expect these side-effects.
Install Mechanism
Instruction-only skill (no external install). Code is bundled as Python scripts executed locally; there is no download-from-URL or package install step. This is the lower-risk install model for this type of tool.
Credentials
No secrets or external credentials requested. Scripts read ANDROID_HOME/ANDROID_SDK_ROOT and inspect java/adb tooling which are appropriate for Android SDK integration. They also write to project files (gradle.properties, settings.gradle, manifests), which makes sense for this purpose.
Persistence & Privilege
Skill is not always-included and does not persist as a platform-level component. However it performs destructive/privileged local operations: it copies the entire project tree for backup and the rollback will remove the current project directory (shutil.rmtree) and restore from backup. That behavior is consistent with its rollback feature but is high-impact; no skill-level always:true or cross-skill config changes are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install umeng-analytics-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/umeng-analytics-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
umeng-analytics-integration v1.0.0
- 首次发布
- 实现友盟Android统计SDK自动集成基础框架
- 支持环境检测(JAVA、Android SDK等)
- 验证目标Android项目基础可编译性
- 提供appkey/channel参数交互引导
元数据
常见问题
umeng-analytics-integration 是什么?
自动将友盟Android统计SDK集成到现有Android项目中,包括环境检查、项目验证、SDK集成、编译验证和logcat验证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 umeng-analytics-integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install umeng-analytics-integration」即可一键安装,无需额外配置。
umeng-analytics-integration 是免费的吗?
是的,umeng-analytics-integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
umeng-analytics-integration 支持哪些平台?
umeng-analytics-integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 umeng-analytics-integration?
由 Umeng+(@squall0925)开发并维护,当前版本 v1.0.0。
推荐 Skills