← Back to Skills

database-design-optimizer

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

Database schema design patterns, index strategy recommendations, N+1 query detection rules, normalization guidelines, and query optimization tips. No external packages required.

# database # schema # index # sql # optimization # normalization # query # n-plus-one

Basic Info

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

⚡ AGENT INFO USK v3

Capabilities
schema_design index_optimization antipattern_detection normalization_guidelines
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=OpenClaw GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=ClaudeCode GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=Cursor GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=GeminiCLI GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=CodexCLI GET /v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/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 database-design-optimizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install database-design-optimizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download
2
Place it in the Claude Code commands directory.
unzip database-design-optimizer.skill -d ~/.claude/commands/database-design-optimizer/
3
Use it as a slash command in Claude Code.
/database-design-optimizer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip database-design-optimizer-agent-skill-*.skill -d ~/.claude/skills/database-design-optimizer/
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/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip database-design-optimizer-cursor-*.skill -d ~/.cursor/skills/database-design-optimizer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/database-design-optimizer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip database-design-optimizer-geminicli-*.skill -d ~/.gemini/skills/database-design-optimizer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/database-design-optimizer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip database-design-optimizer-codexcli-*.skill -d ~/.codex/skills/database-design-optimizer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/database-design-optimizer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/download
2
Place it in your agent platform's skills directory.
cp database-design-optimizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/9a1b6610-24e7-499d-8957-09cb3b7df13f/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 데이터베이스 스키마 설계 및 최적화 기능을 제공하며, 선언된 권한 범위 내에서 안전하게 동작합니다.
Reasoning

스킬 메타데이터와 코드 파일을 종합적으로 분석한 결과, 다음과 같은 판단을 내렸습니다. 1. **권한 일치 여부:** 메타데이터에 선언된 `permissions` (network: false, filesystem: false, subprocess: false)와 실제 코드의 동작이 완벽하게 일치합니다. 코드는 `sys`, `json`, `re`와 같은 표준 라이브러리 모듈만을 사용하며, 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행을 시도하는 어떠한 코드도 발견되지 않았습니다. 2. **악의적 목적 코드:** 코드 내에서 데이터 탈취, 시스템 파괴, 난독화 등 악의적인 목적으로 사용될 수 있는 패턴이나 로직은 발견되지 않았습니다. `ANTIPATTERN_RULES` 및 `DOMAIN_SCHEMAS`는 스킬의 기능을 구현하기 위한 정적 데이터로 구성되어 있습니다. 3. **외부 통신 여부:** `requests`, `urllib`, `socket` 등 외부 통신을 위한 모듈 임포트나 관련 함수 호출이 전혀 없습니다. 선언된 대로 외부 통신은 이루어지지 않습니다. 4. **사용자 데이터 수집/전송:** 스킬은 `stdin`으로 입력을 받아 `stdout`으로 결과를 출력하는 `stdin_stdout` 패턴을 따릅니다. 사용자 데이터를 무단으로 수집하거나 외부로 전송하는 기능은 없습니다. 5. **코드 품질 및 목적 일치:** 코드는 데이터베이스 스키마 설계, 인덱스 전략, 안티패턴 감지, 정규화 가이드라인 제공이라는 스킬의 목적에 부합하게 작성되었습니다. 가독성이 좋고, 불필요한 복잡성이나 취약점을 유발할 수 있는 코드는 발견되지 않았습니다. 또한, 메타데이터에 명시된 'No external packages required'와 같이 `requirements.packages`가 비어 있으며, 실제 코드도 표준 라이브러리만을 사용하고 있어 일관성이 유지됩니다. 정적 분석 결과 또한 'approved' 상태로, 발견된 위험 요소가 없음을 확인했습니다. 따라서 이 스킬은 안전하며 공개하기에 적합하다고 판단됩니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review