← Back to Skills Marketplace
ckchzh

Perf Analyzer

by BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
168
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install perf-analyzer
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Perf Analyzer concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears coherent and low-risk: it only provides local reference text via a small bash script and requests no credentials or network access. Before installing, verify you trust the source (the GitHub repo/homepage) and whether you want the agent to be able to invoke the skill autonomously (autonomous invocation is the platform default). If you plan to execute the bundled script locally, run it without elevated privileges and inspect it yourself (it's readable) — the script contains only static documentation output and a minor cosmetic issue (the help heredoc uses a literal $VERSION), not malicious behavior.
Capability Analysis
Type: OpenClaw Skill Name: perf-analyzer Version: 2.0.1 The perf-analyzer skill bundle is a static documentation reference tool. The primary script (scripts/script.sh) uses heredocs to output plain-text guides for sysops concepts and contains no network requests, file system modifications, or credential access. The SKILL.md instructions accurately reflect the code's behavior without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (reference for perf analyzer) aligns with included files: SKILL.md provides reference text and scripts/script.sh emits the same reference text via heredocs. There are no unexpected dependencies or credentials requested.
Instruction Scope
SKILL.md explicitly states the commands return plain-text heredocs with no external API calls or network access. The bundled script implements only local heredoc outputs and basic argument parsing; it does not read files, environment variables, or reach out over the network.
Install Mechanism
No install spec is present and no remote downloads or package installs occur. The only code is a local bash script, so there is nothing written to disk or fetched at install time beyond the skill bundle itself.
Credentials
The skill declares no required env vars, credentials, or config paths and the script does not reference environment variables or secrets. Requested access is proportionate to its purpose.
Persistence & Privilege
always is false and the skill has no mechanism to persistently modify agent/system configuration. It does not request elevated or persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install perf-analyzer
  3. After installation, invoke the skill by name or use /perf-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Slug perf-analyzer
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Perf Analyzer?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Perf Analyzer concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.

How do I install Perf Analyzer?

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

Is Perf Analyzer free?

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

Which platforms does Perf Analyzer support?

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

Who created Perf Analyzer?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.1.

💬 Comments