← 返回 Skills 市场
perfetto-analyse
作者
linkecoding
· GitHub ↗
· v1.0.0
· MIT-0
253
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install perfetto-analyse
功能描述
Captures and analyzes Android Perfetto traces via CLI and config files. Covers trace collection (CPU, GPU, memory, rendering, power), editing TraceConfig (.p...
安全使用建议
This skill appears to do what it says: capture and analyse Perfetto traces. Before installing/using it: (1) Confirm you have adb, Python, and pip locally if you intend to capture traces or run the script. (2) Inspect/verify the 'perfetto' Python package/version on PyPI (requirements.txt uses perfetto>=0.0.0 which is a placeholder) and be aware pip installing a package runs code during install. (3) When following SKILL.md suggestions to download trace_processor via curl, prefer the official URL (get.perfetto.dev is the documented host) and verify the binary checksum if possible. (4) The included Python script runs arbitrary SQL against local trace files — do not run untrusted SQL files or traces from unknown sources. Overall the package is internally consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: perfetto-analyse
Version: 1.0.0
The skill is a legitimate toolset for Android performance analysis using Perfetto. It provides configuration templates, documentation, and a Python script (scripts/query_trace.py) that utilizes the official 'perfetto' library to execute SQL queries on trace files. All instructions and code logic, including the use of adb for trace collection and trace_processor for analysis, are strictly aligned with the stated purpose and show no signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description match the included files: docs, .pbtx example configs, and a small query script. There are no unrelated environment variables, credentials, or config paths requested that would contradict a Perfetto trace analysis tool.
Instruction Scope
SKILL.md focuses on trace capture, TraceConfig editing, and running SQL queries against local trace files. It references adb, perfetto/trace_processor, and the included Python script; it does not instruct reading unrelated system files or exfiltrating data to remote endpoints. The agent may need adb/curl/python available, which SKILL.md assumes.
Install Mechanism
This is instruction-only (no install spec). The docs tell users to pip install the 'perfetto' Python package and optionally curl get.perfetto.dev/trace_processor — both are expected for trace processing. Minor oddity: scripts/requirements.txt pins 'perfetto>=0.0.0' which is effectively a placeholder; you should verify the package and version on PyPI before installing.
Credentials
The skill requests no environment variables, secrets, or config paths. The script operates on user-supplied trace files and SQL only. No credentials or unrelated env vars are requested or used.
Persistence & Privilege
Skill does not request persistent/always-on privileges and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default but the skill has no elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install perfetto-analyse - 安装完成后,直接呼叫该 Skill 的名称或使用
/perfetto-analyse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of perfetto-analyse.
- Capture and analyze Android Perfetto traces via CLI and config files.
- Supports trace collection for CPU, GPU, memory, rendering, and power.
- Guides on editing TraceConfig (.pbtx) files for precise data capture.
- Includes instructions for analyzing jank, latency, overdraw, and power using Perfetto UI and trace_processor SQL.
- Provides ready-to-use config templates and SQL script integration for automated trace queries.
元数据
常见问题
perfetto-analyse 是什么?
Captures and analyzes Android Perfetto traces via CLI and config files. Covers trace collection (CPU, GPU, memory, rendering, power), editing TraceConfig (.p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 253 次。
如何安装 perfetto-analyse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install perfetto-analyse」即可一键安装,无需额外配置。
perfetto-analyse 是免费的吗?
是的,perfetto-analyse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
perfetto-analyse 支持哪些平台?
perfetto-analyse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 perfetto-analyse?
由 linkecoding(@linkecoding)开发并维护,当前版本 v1.0.0。
推荐 Skills