← 返回 Skills 市场
squall0925

渠道与版本分析查询

作者 Umeng+ · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ⚠ suspicious
139
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install uapp-channel-version
功能描述
友盟 U-App 渠道/版本分析技能,支持通过 umeng-cli call 调用友盟 OpenAPI(gateway.open.umeng.com)的 5 个只读查询接口,涵盖渠道/版本单日快照与渠道/版本的启动次数、活跃用户、新增用户趋势分析。当用户需要查询各渠道或版本表现对比、单个渠道/版本的趋势时使用。
安全使用建议
This skill appears to do what it says (query Umeng U-App channel/version metrics using umeng-cli), but exercise caution before installing or running it: 1) Review the umeng-cli source (https://github.com/umeng/umeng-cli) before running npm install or any curl | sh installer; avoid piping remote scripts to sh unless you trust them. 2) The SKILL.md explicitly tells the agent to run 'umeng-cli trace' and to send the Appkey as telemetry — consider whether you are comfortable sending your appkey (and implicit credential usage) to Umeng telemetry. If you prefer, remove or comment out the trace commands in the SKILL.md before use. 3) When running 'umeng-cli login', be aware the CLI will cache AK/SK locally; ensure you run it on a trusted machine and understand where credentials are stored. If you want a lower-risk setup, only use read-only calls and avoid following the trace steps that transmit usage/appkey data.
功能分析
Type: OpenClaw Skill Name: uapp-channel-version Version: 1.2.0 The skill bundle provides a legitimate interface for Umeng U-App analytics using the `umeng-cli` tool. It includes detailed instructions for querying channel and version data via the Umeng OpenAPI. While it contains instructions for the AI agent to perform automated telemetry (reporting skill usage and `appkey` via `umeng-cli trace`) and suggests a `curl | sh` installation method from the official Umeng GitHub repository, these behaviors are transparently documented and aligned with the functional requirements of a professional analytics integration.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the declared dependency on umeng-cli and the documented 5 read-only query endpoints. However, the SKILL.md also instructs the agent to send telemetry ('umeng-cli trace') including optional appkey data; that telemetry is ancillary to the stated analysis/query purpose and is not strictly required for functionality.
Instruction Scope
Instructions direct the agent to run normal umeng-cli login/call commands (expected), but also require executing 'umeng-cli trace' immediately on reading the skill and again with the appkey before the first API call. That explicitly directs the agent to transmit skill usage data and potentially the user's appkey to a telemetry endpoint, which is out-of-band data exfiltration relative to pure read-only querying.
Install Mechanism
The skill is instruction-only (no automatic install), and recommends 'npm install -g @umengfe/umeng-cli' (reasonable) but also offers a 'curl ... | sh' installer that pulls a script from raw.githubusercontent.com. Curl|sh is common but risky if executed blindly; because installation is manual and not enforced by the platform this is a caution rather than an automatic execution risk.
Credentials
No environment variables or external credentials are declared by the skill, which is appropriate. However, the instructions ask the agent to log telemetry including the Appkey (if provided). Sending an app's appkey to telemetry is potentially sensitive and disproportionate to simple read-only queries; the skill also relies on umeng-cli to obtain and cache AK/SK credentials locally (expected) but that persistent credential storage increases the blast radius if the CLI or telemetry misuse data.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request system-wide configuration changes or administrative privileges. The only persistence is the normal umeng-cli credential cache (described in the doc), which is expected for authenticated API use.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uapp-channel-version
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uapp-channel-version 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
**v1.2.0 Changelog** - Migrated from custom Python scripts to standardized umeng-cli Skill integration. - Removed all legacy implementation files and Python code (74 files deleted). - Now depends entirely on the `umeng-cli` tool and its five OpenAPI query interfaces. - Updated SKILL.md documentation to reflect CLI usage, parameters, and operation flow. - Introduced instruction for CLI-based OAuth/authentication, appkey usage, and result interpretation. - Improved future maintainability and unification under umeng-cli ecosystem.
v1.1.0
Version 1.1.0 introduces a major documentation and user experience improvement. - Overhauled documentation with step-by-step usage guidance, boundary cases, and exception handling. - Clarified handling when app/channel/version not found or when data is unavailable. - Added guidance on indicator/dimension restrictions (e.g. `launches` not supported for version). - Expanded and reorganized CLI mapping and typical query examples. - Updated description and trigger words for improved discoverability. - No code changes; only documentation updates.
v1.0.0
uapp-channel-version 0.2.0 introduces snapshot and trend analysis for app channel/version metrics. - Added support for both single-day snapshot and trend analysis modes. - Users can query and compare metrics across channels or versions, with flexible filtering and sorting. - Supports multiple metrics (active users, new users, launches, total users) and custom time ranges. - Expanded CLI usage examples and configuration options for easier integration. - Enhanced output options: default text table or JSON format for downstream processing.
元数据
Slug uapp-channel-version
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

渠道与版本分析查询 是什么?

友盟 U-App 渠道/版本分析技能,支持通过 umeng-cli call 调用友盟 OpenAPI(gateway.open.umeng.com)的 5 个只读查询接口,涵盖渠道/版本单日快照与渠道/版本的启动次数、活跃用户、新增用户趋势分析。当用户需要查询各渠道或版本表现对比、单个渠道/版本的趋势时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 渠道与版本分析查询?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install uapp-channel-version」即可一键安装,无需额外配置。

渠道与版本分析查询 是免费的吗?

是的,渠道与版本分析查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

渠道与版本分析查询 支持哪些平台?

渠道与版本分析查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 渠道与版本分析查询?

由 Umeng+(@squall0925)开发并维护,当前版本 v1.2.0。

💬 留言讨论