← Back to Skills Marketplace
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install umeng-app-analysis
Description
友盟+ App 数据分析工具,通过友盟 Open API 查询移动应用统计数据。支持全部应用统计(App列表、数量、汇总数据)和单个应用详细分析(活跃/新增用户、启动次数、留存率、使用时长、渠道/版本维度、自定义事件及参数分析)。当用户需要查询友盟App统计数据、分析应用指标、获取用户行为数据时使用。认证信息从环...
Usage Guidance
This package looks like an Umeng Open API client and likely needs two environment variables (UMENG_API_KEY and UMENG_API_SECURITY), but the registry metadata omitted them — before installing, (1) review scripts/umeng.py (the main runtime) to verify it only talks to Umeng endpoints and doesn't exfiltrate data, (2) ensure you are comfortable setting UMENG_API_KEY and UMENG_API_SECURITY in the environment (they'll be stored in memory during use), (3) test it in an isolated environment or container first, and (4) contact the publisher or inspect the code further if you need assurance that no other network calls or logging of secrets occur.
Capability Analysis
Type: OpenClaw Skill
Name: umeng-app-analysis
Version: 1.0.0
The umeng-app-analysis skill bundle is a legitimate tool designed to query mobile application statistics via the Umeng Open API. It utilizes a standard SDK structure (Alibaba Open Platform AOP) to handle API requests, signing, and authentication using environment variables (UMENG_API_KEY and UMENG_API_SECURITY). The code logic in scripts/umeng.py and the underlying SDK in sdk/aop/ is transparent, follows the stated purpose, and communicates only with the official Umeng gateway (gateway.open.umeng.com) without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description and included SDK files match an Umeng Open API client (expected). However the registry metadata lists no required environment variables or primary credential, while SKILL.md explicitly says authentication comes from UMENG_API_KEY and UMENG_API_SECURITY — this mismatch is unexpected and unexplained.
Instruction Scope
The SKILL.md instructions are narrowly scoped: set two environment variables, pip install requests, then run scripts/umeng.py with command arguments. The runtime behavior is limited to calling Umeng APIs. SKILL.md notes get-app-list may need an access_token but doesn't claim to access unrelated files or secrets.
Install Mechanism
There is no install spec (instruction-only), which minimizes installer risk. The skill bundle nevertheless contains ~70 source files, including scripts/umeng.py (the runtime). No downloads from external URLs or extract steps are present in the manifest.
Credentials
Requiring UMENG_API_KEY and UMENG_API_SECURITY is proportionate for an API client. The problem is the registry metadata did not declare these as required or as the primary credential, creating an inconsistency. Also sdk/test.py contains example code that hardcodes an appkey/secret (placeholders) and notes that secrets will be kept in plain memory — you should confirm the real scripts don't leak or log the secrets.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not declare system paths or tool policies, and does not indicate modification of other skills or global config. Autonomous invocation is allowed (platform default) but is not combined with other elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install umeng-app-analysis - After installation, invoke the skill by name or use
/umeng-app-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of umeng-app-analysis:
- Provides Umeng+ App data analysis via Open API, supporting app lists, summary stats, and detailed metrics for individual apps.
- Allows analysis of active/new users, launches, retention, session length, channel/version breakdowns, and custom event analytics.
- Authentication controlled by UMENG_API_KEY and UMENG_API_SECURITY environment variables.
- All API functions executable from scripts/umeng.py, returning JSON output.
- Essential usage notes and command examples included for quick setup.
Metadata
Frequently Asked Questions
What is umeng-app-analysis?
友盟+ App 数据分析工具,通过友盟 Open API 查询移动应用统计数据。支持全部应用统计(App列表、数量、汇总数据)和单个应用详细分析(活跃/新增用户、启动次数、留存率、使用时长、渠道/版本维度、自定义事件及参数分析)。当用户需要查询友盟App统计数据、分析应用指标、获取用户行为数据时使用。认证信息从环... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.
How do I install umeng-app-analysis?
Run "/install umeng-app-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is umeng-app-analysis free?
Yes, umeng-app-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does umeng-app-analysis support?
umeng-app-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created umeng-app-analysis?
It is built and maintained by Leo Wing (@leowing); the current version is v1.0.0.
More Skills