← 返回 Skills 市场
Performance Profiler
作者
HonestQiao
· GitHub ↗
· v1.0.0
2492
总下载
0
收藏
31
当前安装
1
版本数
在 OpenClaw 中安装
/install performance-profiler
功能描述
Analyze code performance to identify bottlenecks, detect redundant computations and blocking operations, and provide optimization recommendations.
安全使用建议
Installers should expect a lightweight code performance review skill. Consider narrowing its triggers before broad deployment so ordinary requests containing 'performance' or '优化建议' do not invoke it unintentionally.
功能分析
Type: OpenClaw Skill
Name: performance-profiler
Version: 1.0.0
The OpenClaw skill 'performance-profiler' is benign. Its purpose is to analyze code for performance bottlenecks, which it achieves by using regular expressions to scan the input 'code' string. There is no evidence of malicious intent, such as data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the agent in SKILL.md or skill.yaml. The skill's implementation is purely analytical and does not perform any I/O or network operations.
能力评估
Purpose & Capability
The stated purpose is analyzing code for performance bottlenecks, and the supplied telemetry describes a regex-based analyzer operating on provided code input.
Instruction Scope
The trigger wording appears broader than ideal, especially generic terms like 'performance' and '优化建议', which could cause accidental activation, but this is a scoping/usability issue rather than evidence of harmful behavior.
Install Mechanism
No artifact evidence shows package installation, shell execution, background services, or install-time side effects.
Credentials
The described behavior is proportionate for a code-review skill: it analyzes user-provided code and does not require network access, credentials, broad filesystem reads, or external services.
Persistence & Privilege
No evidence indicates persistence, privilege escalation, credential/session access, local indexing, or stored state beyond ordinary skill invocation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install performance-profiler - 安装完成后,直接呼叫该 Skill 的名称或使用
/performance-profiler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of performance-profiler:
- 分析代码性能,识别常见性能瓶颈如循环、重复计算和同步阻塞
- 检测循环内数组操作、重复函数调用、同步阻塞和内存泄漏风险
- 提供复杂度计算和具体优化建议
- 支持多种触发词(如“性能分析”、“优化建议”等)
- 输出问题类型、位置、建议、复杂度和评分
元数据
常见问题
Performance Profiler 是什么?
Analyze code performance to identify bottlenecks, detect redundant computations and blocking operations, and provide optimization recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2492 次。
如何安装 Performance Profiler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install performance-profiler」即可一键安装,无需额外配置。
Performance Profiler 是免费的吗?
是的,Performance Profiler 完全免费(开源免费),可自由下载、安装和使用。
Performance Profiler 支持哪些平台?
Performance Profiler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Performance Profiler?
由 HonestQiao(@honestqiao)开发并维护,当前版本 v1.0.0。
推荐 Skills