← 返回 Skills 市场
Native App Performance
作者
Peter Steinberger
· GitHub ↗
· v1.0.0
2220
总下载
5
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install native-app-performance
功能描述
Native macOS/iOS app performance profiling via xctrace/Time Profiler and CLI-only analysis of Instruments traces. Use when asked to profile, attach, record, or analyze Instruments .trace files, find hotspots, or optimize native app performance without opening Instruments UI.
安全使用建议
This skill appears coherent and focused on local macOS/iOS profiling. Before installing or running it: (1) confirm you're on macOS with Xcode command-line tools (xcrun/xctrace, atos, otool, vmmap) available; (2) review the included scripts (they invoke subprocesses) and only supply trace files, binary paths, or PIDs you trust; (3) be aware the scripts execute local developer tools and read files but do not perform network calls or request credentials; (4) run in a controlled environment if you are concerned about running arbitrary scripts — but functionally these scripts perform exactly the profiling/symbolication tasks described.
功能分析
Type: OpenClaw Skill
Name: native-app-performance
Version: 1.0.0
This skill bundle is designed for CLI-only performance profiling of macOS/iOS applications using standard Apple developer tools. All scripts (`record_time_profiler.sh`, `extract_time_samples.py`, `top_hotspots.py`) leverage `xcrun xctrace`, `vmmap`, `otool`, and `atos` for their intended purposes (recording traces, extracting data, symbolication, and hotspot analysis). The `SKILL.md` provides clear, focused instructions without any prompt injection attempts or directives for malicious actions. There is no evidence of data exfiltration, unauthorized execution, persistence, or obfuscation. The use of shell commands and file access is strictly aligned with the stated performance profiling objective.
能力评估
Purpose & Capability
Name/description (xctrace/Time Profiler, Instruments .trace analysis) match the included scripts and SKILL.md. All required tools invoked (xcrun/xctrace, atos, otool, vmmap) are appropriate for profiling native macOS/iOS apps. No unrelated credentials, config paths, or external services are requested.
Instruction Scope
SKILL.md instructs only local profiling steps (record via xctrace, export time-sample XML, get __TEXT load address via vmmap, symbolicate with atos) and references only local files, PIDs, and binaries. The scripts read .trace bundles and binaries and produce local output; they do not instruct reading unrelated user files, scanning system configuration, or transmitting data to external endpoints.
Install Mechanism
No install spec; this is instruction-plus-scripts only. That is low-risk: nothing is downloaded or installed by the skill. It assumes standard macOS developer tools are available on PATH.
Credentials
No environment variables, credentials, or config paths are required. The toolchain invoked (xcrun, atos, otool, vmmap, ripgrep if used) is proportional to the stated task. The scripts interact only with user-supplied trace files, binaries, and PIDs.
Persistence & Privilege
always:false and normal invocation are used. The skill does not request persistent/system-wide privileges or attempt to modify other skills or agent configuration. It runs ad-hoc tooling and exits.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install native-app-performance - 安装完成后,直接呼叫该 Skill 的名称或使用
/native-app-performance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
常见问题
Native App Performance 是什么?
Native macOS/iOS app performance profiling via xctrace/Time Profiler and CLI-only analysis of Instruments traces. Use when asked to profile, attach, record, or analyze Instruments .trace files, find hotspots, or optimize native app performance without opening Instruments UI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2220 次。
如何安装 Native App Performance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install native-app-performance」即可一键安装,无需额外配置。
Native App Performance 是免费的吗?
是的,Native App Performance 完全免费(开源免费),可自由下载、安装和使用。
Native App Performance 支持哪些平台?
Native App Performance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Native App Performance?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.0。
推荐 Skills