← Back to Skills

feature-comparison-matrix

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

Create feature comparison matrices, calculate coverage scores, identify gaps, and generate competitive analysis summaries. No external packages required.

# feature-comparison # competitive-analysis # product-management # decision-making # gap-analysis

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-14 Last Updated 2026-04-14 Latest Version 1.0.0 Packaged At 2026-04-14 Vetting Status approved Downloads 28 Checksum (SHA256) 38e4710050c2847d4c0ce0df044e2883a19c8dcd3becb7cc7152baeff94303dc

⚡ AGENT INFO USK v3

Capabilities
feature_comparison gap_analysis coverage_scoring competitive_analysis
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=OpenClaw GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=ClaudeCode GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=Cursor GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=GeminiCLI GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=CodexCLI GET /v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/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 feature-comparison-matrix
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install feature-comparison-matrix --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download
2
Place it in the Claude Code commands directory.
unzip feature-comparison-matrix.skill -d ~/.claude/commands/feature-comparison-matrix/
3
Use it as a slash command in Claude Code.
/feature-comparison-matrix
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip feature-comparison-matrix-cursor-*.skill -d ~/.cursor/skills/feature-comparison-matrix/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/feature-comparison-matrix/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip feature-comparison-matrix-geminicli-*.skill -d ~/.gemini/skills/feature-comparison-matrix/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/feature-comparison-matrix/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip feature-comparison-matrix-codexcli-*.skill -d ~/.codex/skills/feature-comparison-matrix/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/feature-comparison-matrix/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/download
2
Place it in your agent platform's skills directory.
cp feature-comparison-matrix.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/cd526669-436d-4fcc-b6b4-3ab2dcf9db2f/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`로 명확하게 선언되어 있습니다. 이는 스킬이 외부 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행을 하지 않음을 의미합니다. * 제공된 `main.py` 코드 스니펫은 `sys`와 `json`이라는 표준 라이브러리만 임포트하고 있으며, 이들은 선언된 권한을 위반하는 기능을 포함하지 않습니다. 코드 내에서 `requests`, `urllib`, `socket`, `os.system`, `subprocess.run`, `open()` 등 위험한 함수나 모듈을 사용하는 흔적이 없습니다. 따라서 선언된 권한과 실제 코드가 완벽하게 일치합니다. 2. **악의적 목적의 코드 여부:** * 코드는 제품 기능 비교 매트릭스 생성, 점수 계산, 격차 분석 등 스킬의 설명에 부합하는 순수한 데이터 처리 로직으로 구성되어 있습니다. 데이터 탈취, 시스템 파괴, 난독화 등의 악의적인 목적을 가진 코드는 발견되지 않았습니다. 정적 분석 결과에서도 `red_flags_found` 및 `obfuscation_warnings`가 없음을 확인했습니다. 3. **선언되지 않은 외부 통신 여부:** * `permissions.network`가 `false`로 설정되어 있으며, 코드에서도 외부 네트워크 통신을 시도하는 어떠한 코드 패턴도 발견되지 않았습니다. 따라서 선언되지 않은 외부 통신은 없습니다. 4. **사용자 데이터 무단 수집/전송 여부:** * 네트워크 및 파일 시스템 접근 권한이 없으므로, 스킬은 사용자 데이터를 외부로 무단 수집하거나 전송할 수 없습니다. 스킬은 `stdin`으로 입력을 받아 내부적으로 처리한 후 `stdout`으로 결과를 출력하는 방식으로 동작하며, 이는 스킬의 의도된 동작 방식입니다. 5. **코드 품질 및 목적 일치 여부:** * 코드는 `SUPPORT_LEVELS` 및 `CATEGORY_TEMPLATES`와 같은 내부 데이터를 활용하여 기능 비교 로직을 수행하는 것으로 보입니다. `requirements.packages`가 비어 있어 외부 패키지 의존성이 없다는 점은 보안 및 유지보수 측면에서 매우 긍정적입니다. 코드의 구조와 내용은 스킬의 설명 및 목적(기능 비교, 경쟁 분석 등)과 완벽하게 일치하며, 높은 품질을 유지하고 있습니다. 결론적으로, 이 스킬은 선언된 권한을 충실히 따르고 있으며, 어떠한 보안 위험 요소도 포함하고 있지 않은 것으로 판단됩니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review