← 返回 Skills 市场
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install umeng-app-analysis
功能描述
友盟+ App 数据分析工具,通过友盟 Open API 查询移动应用统计数据。支持全部应用统计(App列表、数量、汇总数据)和单个应用详细分析(活跃/新增用户、启动次数、留存率、使用时长、渠道/版本维度、自定义事件及参数分析)。当用户需要查询友盟App统计数据、分析应用指标、获取用户行为数据时使用。认证信息从环...
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install umeng-app-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/umeng-app-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
umeng-app-analysis 是什么?
友盟+ App 数据分析工具,通过友盟 Open API 查询移动应用统计数据。支持全部应用统计(App列表、数量、汇总数据)和单个应用详细分析(活跃/新增用户、启动次数、留存率、使用时长、渠道/版本维度、自定义事件及参数分析)。当用户需要查询友盟App统计数据、分析应用指标、获取用户行为数据时使用。认证信息从环... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 umeng-app-analysis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install umeng-app-analysis」即可一键安装,无需额外配置。
umeng-app-analysis 是免费的吗?
是的,umeng-app-analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
umeng-app-analysis 支持哪些平台?
umeng-app-analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 umeng-app-analysis?
由 Leo Wing(@leowing)开发并维护,当前版本 v1.0.0。
推荐 Skills