Umeng U-APP Integration for Android for Openclaw

Automate the integration of Umeng U-APP statistics SDK into Android projects, covering dependencies, permissions, and privacy-compliant initialization.

squall0925
v1.0.0
Mar 17, 2026
1
854
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install umeng-uapp-integration

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install umeng-uapp-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Umeng U-APP Integration for Android?

The Umeng U-APP Integration skill enables developers to rapidly implement mobile analytics within Android applications. As part of the Openclaw Skills ecosystem, it handles the complex configuration of Gradle files, AndroidManifest permissions, and Proguard rules while ensuring compliance with strict privacy regulations through a two-stage initialization process. This skill is essential for developers looking to gain deep insights into user behavior, app performance, and engagement metrics without manual configuration errors.

Umeng U-APP Integration for Android Use Cases

  • Automating the setup of Umeng statistics SDK in new or existing Android projects.
  • Ensuring full compliance with industry privacy laws by implementing pre-initialization and post-consent initialization flows.
  • Adding custom event tracking and page-level analytics to Android apps to measure user engagement.
  • Configuring Proguard obfuscation rules to prevent SDK breakage during release builds.
  • Implementing AB testing and anti-fraud modules for advanced app operation analysis.

How Umeng U-APP Integration for Android Works

  1. Scans project Gradle files to inject the necessary Maven repositories and SDK dependencies.
  2. Updates the AndroidManifest.xml with required network, device state, and optional location permissions.
  3. Generates or modifies the Application class to include the proper preInit and init logic.
  4. Configures Proguard rules to ensure the SDK remains functional after code shrinking and obfuscation.
  5. Injects boilerplate code for Activity, Jetpack Compose, and custom event tracking.

Umeng U-APP Integration for Android Setup

To use this skill, ensure your Android project is open. You can trigger the process by mentioning keywords like Umeng or U-APP. The skill will modify the following files:

# Files updated by the skill:
# project/build.gradle
# app/build.gradle
# AndroidManifest.xml
# YourApplication.kt
# proguard-rules.pro

You must provide your unique app key from the Umeng developer portal to complete the setup.

Umeng U-APP Integration for Android Data Schema & Taxonomy

The skill manages the following technical specifications and metadata within your project:

Feature Configuration Detail
Core Dependencies common (9.6.6), asms (1.6.4)
Optional Modules uyumao (Anti-fraud), abtest (AB Testing)
Permissions INTERNET, ACCESS_NETWORK_STATE, READ_PHONE_STATE
Privacy Flow preInit in onCreate, init after user consent
Custom Schemes um.YOUR_APP_KEY for event verification

Umeng U-APP Integration for Android Advanced Features

  • Multi-channel packaging support via dynamic setChannel configuration.
  • Comprehensive Jetpack Compose support for modern Android UI page tracking.
  • Advanced uninstallation analysis and anti-fraud integration using the uyumao library.
  • Deep linking support through custom intent-filter schemes for data validation.
  • Support for numerical event tracking to analyze transaction values and durations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*