← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install umeng-analytics-integration
Description
自动将友盟Android统计SDK集成到现有Android项目中,包括环境检查、项目验证、SDK集成、编译验证和logcat验证。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install umeng-analytics-integration - After installation, invoke the skill by name or use
/umeng-analytics-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
umeng-analytics-integration v1.0.0
- 首次发布
- 实现友盟Android统计SDK自动集成基础框架
- 支持环境检测(JAVA、Android SDK等)
- 验证目标Android项目基础可编译性
- 提供appkey/channel参数交互引导
Metadata
Frequently Asked Questions
What is umeng-analytics-integration?
自动将友盟Android统计SDK集成到现有Android项目中,包括环境检查、项目验证、SDK集成、编译验证和logcat验证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install umeng-analytics-integration?
Run "/install umeng-analytics-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is umeng-analytics-integration free?
Yes, umeng-analytics-integration is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does umeng-analytics-integration support?
umeng-analytics-integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created umeng-analytics-integration?
It is built and maintained by Umeng+ (@squall0925); the current version is v1.0.0.
More Skills