← Back to Skills Marketplace
michealxie001

OpenClaw Performance

by michealxie001 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-perf
Description
Performance analysis and optimization. Profiles code execution, identifies bottlenecks, and suggests optimizations.
Usage Guidance
This skill appears to be what it says: a local Python performance analyzer. Before installing or running it, consider: (1) review the included scripts locally (you already have them) and run them in a sandbox or on a copy of your repository to avoid accidental scans of sensitive directories; (2) the tool reads your source files — do not point it at folders containing secrets or credentials; (3) profiling recommendations (cProfile, timeit) will execute your code if you follow them — only run user code you trust. No credentials or network access are requested, so the primary risk is accidental analysis or execution of untrusted code rather than data exfiltration.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-perf Version: 1.0.0 The skill bundle is a static analysis tool for identifying Python performance bottlenecks (e.g., N+1 queries, nested loops). The code in scripts/main.py uses the standard 'ast' module to safely parse files without execution and provides recommendations via print statements; it does not perform any network calls, file exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
Name/description claim performance analysis; included scripts/main.py implements static analysis, simple checks (N+1, string concat, unused imports, nested loops) and CLI stubs for profiling/benchmarking. No unrelated binaries, env vars, or credentials are requested — all required pieces are consistent with the stated purpose.
Instruction Scope
SKILL.md instructs running the bundled script against project files or directories and shows CI examples. The runtime instructions and the code only read and parse Python source files and present profiling/benchmark guidance. The analyzer reads files under user-specified --file/--dir; this is expected for a code analysis tool. There are no instructions to access unrelated system files, secrets, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or extracted; the single included Python script is self-contained and uses only stdlib modules, which is proportionate and low risk.
Credentials
The skill declares no required environment variables or credentials. The code also does not read environment variables or require secrets. This is appropriate for a static profiler/analyzer.
Persistence & Privilege
Skill is not always-enabled and requests no elevated persistence. It does not modify other skills or global agent configuration. Autonomous invocation (platform default) would let the agent run the analyzer, which is reasonable but should be controlled by the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-perf
  3. After installation, invoke the skill by name or use /openclaw-perf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Performance analysis and bottleneck detection tool
Metadata
Slug openclaw-perf
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenClaw Performance?

Performance analysis and optimization. Profiles code execution, identifies bottlenecks, and suggests optimizations. It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install OpenClaw Performance?

Run "/install openclaw-perf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Performance free?

Yes, OpenClaw Performance is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Performance support?

OpenClaw Performance is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Performance?

It is built and maintained by michealxie001 (@michealxie001); the current version is v1.0.0.

💬 Comments