← Back to Skills Marketplace
husttsq

performance-mastery

by joeytao · GitHub ↗ · v3.8.1 · MIT-0
cross-platform ⚠ suspicious
109
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install performance-mastery
Description
全栈性能工程师 — Linux 系统与编程语言性能分析调优专家。覆盖 CPU、内存、磁盘 I/O、网络、内核参数、编译优化、eBPF 追踪、基准测试、容器/K8s。触发场景: (1) 系统变慢/卡顿/负载高/load average 高 (2) 内存不足/OOM Kill/Swap 高/内存泄漏 (3) CPU...
Usage Guidance
This skill appears to be a legitimate performance troubleshooting toolkit, but review before running: 1) Inspect scripts locally (collect_snapshot.sh, perf_monitor.sh, bench-compare.sh) so you understand what system files they read and what commands they run. They intentionally read kernel logs and /proc and may require root for some checks. 2) Be cautious with example commands that echo into /etc/sysctl.d or write to /sys: these make persistent system-wide changes — test in staging and back up configs before applying. 3) The repository contains scripts/run-evals.py which can call an OpenAI-compatible API if you provide OPENAI_API_KEY / OPENAI_BASE_URL; the skill manifest did not declare any required credentials. If you do not intend to send diagnostic data externally, do not run run-evals.py with an API key and/or remove that script. 4) Avoid running any of these scripts unattended or under an autonomous agent with network access and secrets available; require explicit human confirmation before executing privileged or networked operations. 5) If you will use the eval/LLM integration, audit the data sent and consider sanitizing snapshots to avoid leaking sensitive information.
Capability Assessment
Purpose & Capability
The name/description and the included scripts (collect_snapshot.sh, perf_monitor.sh, bench-compare.sh, python-perf-test.py) align with a Linux performance-engineering skill: they collect /proc/sys data, run diagnostics, and offer tuning commands. This is expected for the stated purpose. One mismatch: scripts/run-evals.py is an LLM evaluation runner (calls OpenAI-compatible APIs) which is not mentioned in the skill manifest's requirements (no env vars declared). That file is plausibly for test/eval purposes, but its presence is unexpected relative to the declared manifest.
Instruction Scope
SKILL.md instructs the agent/user to run local collection and monitoring scripts that read kernel logs, /proc, sysctl, dmesg, and other system state — all reasonable for performance analysis. The guidance also includes example one-line commands that persist changes (echo into /etc/sysctl.d, write to /sys/kernel/mm/... etc.). Those are coherent with tuning tasks but are high-impact (require root and modify system-wide configuration). The repo also contains an eval script that can send prompts/data to external LLM endpoints if run with an API key — SKILL.md does not explicitly instruct uploading snapshots to external services, so this external-call capability is an unexpected side-channel.
Install Mechanism
No install spec; this is an instruction-plus-scripts skill with no remote download or archive extraction. Files are local and nothing in the manifest attempts to fetch arbitrary code at install time — lower install risk.
Credentials
The declared requirements list no environment variables or primary credential, yet scripts/run-evals.py references OPENAI_API_KEY, OPENAI_BASE_URL, and EVAL_MODEL (and comments show pip deps like openai/pyyaml). That is an undeclared credential requirement which is surprising. Aside from that, the scripts use standard runtime environment variables (TMPDIR) and require typical system tools; they do not otherwise request unrelated cloud or secret credentials. The undeclared OpenAI API usage is the main proportionality mismatch.
Persistence & Privilege
always:false and no automatic model-disable flags — no forced-install privilege. However the content includes explicit example commands that persist kernel/sysctl changes and advice that writes to /etc/sysctl.d and other system paths; these require root and can change system behavior permanently. The skill itself does not declare it will autonomously make such changes, but a user or an automated agent running the provided commands/script could perform privileged modifications.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install performance-mastery
  3. After installation, invoke the skill by name or use /performance-mastery
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.8.1
No changes detected in this version. - update skill.md
v3.8.0
Initial release of Performance Mastery, a comprehensive full-stack Linux and application performance engineering skill. - Integrates system diagnosis, root cause analysis, optimization implementation, benchmarking, and rollback for Linux environments and popular programming languages (Go, Python, Java, Rust, C/C++, Node.js). - Provides step-by-step methodology, quick diagnostic decision tree, and clear bottleneck identification tables (system and language layers). - Includes ready-to-use scripts and manual commands for baseline collection, common problem diagnosis, and fast fixes for CPU, memory, disk I/O, networking, and kernel parameters. - Deliverable analysis report and best practices template for documenting and tracking performance actions. - Covers container/K8s, eBPF tracing, compilation tuning, benchmarking, and language-specific profiling and optimization techniques.
Metadata
Slug performance-mastery
Version 3.8.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is performance-mastery?

全栈性能工程师 — Linux 系统与编程语言性能分析调优专家。覆盖 CPU、内存、磁盘 I/O、网络、内核参数、编译优化、eBPF 追踪、基准测试、容器/K8s。触发场景: (1) 系统变慢/卡顿/负载高/load average 高 (2) 内存不足/OOM Kill/Swap 高/内存泄漏 (3) CPU... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install performance-mastery?

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

Is performance-mastery free?

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

Which platforms does performance-mastery support?

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

Who created performance-mastery?

It is built and maintained by joeytao (@husttsq); the current version is v3.8.1.

💬 Comments