← Back to Skills

sql-query-optimizer

v1.0.0 officially_approved ⬇ 8
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

SQL 쿼리를 분석하여 성능 문제를 진단하고 최적화된 쿼리와 인덱스 추천을 제공합니다.

# sql # query # optimization # index # performance # database # postgresql # mysql

Basic Info

Owner 👤 Admin Category Registered 2026-04-13 Last Updated 2026-04-13 Latest Version 1.0.0 Packaged At 2026-04-13 Vetting Status officially_approved Downloads 8 Checksum (SHA256) 573eb500c400fe88b73ea1f35c251ddbdc29443e188235fd8f7e9d73723b8979

⚡ AGENT INFO USK v3

Capabilities
sql_optimization query_analysis database_performance
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/fa98981c-c449-495e-a880-8abc50a479df/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/fa98981c-c449-495e-a880-8abc50a479df/download?platform=OpenClaw GET /v1/agent/skills/fa98981c-c449-495e-a880-8abc50a479df/download?platform=ClaudeCode GET /v1/agent/skills/fa98981c-c449-495e-a880-8abc50a479df/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install sql-query-optimizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install sql-query-optimizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/fa98981c-c449-495e-a880-8abc50a479df/download
2
Place it in the Claude Code commands directory.
unzip sql-query-optimizer.skill -d ~/.claude/commands/sql-query-optimizer/
3
Use it as a slash command in Claude Code.
/sql-query-optimizer
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/fa98981c-c449-495e-a880-8abc50a479df/download
2
Place it in your agent platform's skills directory.
cp sql-query-optimizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/fa98981c-c449-495e-a880-8abc50a479df/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result CAUTION

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟡 Medium Review Summary AI 응답 파싱 실패 — 관리자 검토 필요

Issues Found

  • AI 응답이 JSON 형식이 아님
Reasoning

{ "verdict": "approved", "risk_level": "low", "summary": "SQL 쿼리 최적화 스킬로, 선언된 제한적인 권한(네트워크, 파일시스템, 서브프로세스 없음)을 준수하며, 제공된 코드 스니펫은 정규식을 이용한 안전한 문자

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 officially_approved 2026-04-13 ⬇ 8 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review