← Back to Skills

perf-bottleneck-analyzer

v1.0.0 approved Knowledge ⬇ 2
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Diagnoses performance bottlenecks and suggests optimizations with layered diagnosis, capacity planning, and optimization pattern library. No external packages required.

# performance # bottleneck # optimization # caching # scaling # capacity-planning # latency

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-16 Last Updated 2026-04-16 Latest Version 1.0.0 Packaged At 2026-04-16 Vetting Status approved Downloads 2 Checksum (SHA256) 6812290a3fe02b7dc58285f739ed8cc384e5c36e15f823c1651b47e1b7c7f0df

⚡ AGENT INFO USK v3

Capabilities
bottleneck_diagnosis optimization_strategies capacity_planning pattern_library
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=OpenClaw GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=ClaudeCode GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=Cursor GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=GeminiCLI GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=CodexCLI GET /v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install perf-bottleneck-analyzer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install perf-bottleneck-analyzer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download
2
Place it in the Claude Code commands directory.
unzip perf-bottleneck-analyzer.skill -d ~/.claude/commands/perf-bottleneck-analyzer/
3
Use it as a slash command in Claude Code.
/perf-bottleneck-analyzer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip perf-bottleneck-analyzer-agent-skill-*.skill -d ~/.claude/skills/perf-bottleneck-analyzer/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip perf-bottleneck-analyzer-cursor-*.skill -d ~/.cursor/skills/perf-bottleneck-analyzer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/perf-bottleneck-analyzer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip perf-bottleneck-analyzer-geminicli-*.skill -d ~/.gemini/skills/perf-bottleneck-analyzer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/perf-bottleneck-analyzer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip perf-bottleneck-analyzer-codexcli-*.skill -d ~/.codex/skills/perf-bottleneck-analyzer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/perf-bottleneck-analyzer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/download
2
Place it in your agent platform's skills directory.
cp perf-bottleneck-analyzer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/29fb15ce-fce4-4ea0-8536-69f0130f4f9c/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 성능 병목 현상 분석 및 최적화 제안 스킬로, 선언된 권한을 준수하며 악의적인 동작이나 외부 통신이 발견되지 않았습니다.

Issues Found

  • AI 응답이 토큰 한도로 잘렸으나 verdict 추출 성공
Reasoning

{ "verdict": "approved", "risk_level": "low", "summary": "성능 병목 현상 분석 및 최적화 제안 스킬로, 선언된 권한을 준수하며 악의적인 동작이나 외부 통신이 발견되지 않았습니다.", "issues": [], "reasoning": "스킬 메타데이터, 제공된 코드 스니펫 및 정적 분석 결과를 종합적으로 검토했습니다.\n\n1. **선언된 permissions(network/filesystem/subprocess)과 실제 코드가 일치하는가?**\n * 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 명확하게 선언되어 있습니다.\n * 제공된 `main.py` 코드 스니펫에는 `sys`, `json`, `math`와 같은 표준 라이브러리 모듈만 임포트되어 있으며, 네트워크 통신, 파일 시스템 접근 또는 서브프로세스 실행을 시도하는 코

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-16 ⬇ 2 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review