← Back to Skills

cannibalization-predictor

v1.0.0 approved Knowledge ⬇ 25 ⭐ 1.0 (1)
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Predicts feature cannibalization risk when launching new features

# product # strategy # cannibalization # portfolio # feature-launch
1.0 / 5.0  ·  Reviews & Ratings 1reviews

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-17 Last Updated 2026-04-17 Latest Version 1.0.0 Packaged At 2026-04-17 Vetting Status approved Downloads 25 Checksum (SHA256) cbbe8f75aa33a9aec87889c9b2cf4d410f05ad876a0cfdb3280a132c1e12a6c0

⚡ AGENT INFO USK v3

Capabilities
overlap-scoring adoption-curve-simulation cannibalization-estimation mitigation-recommendation portfolio-matrix
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=OpenClaw GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=ClaudeCode GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=Cursor GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=GeminiCLI GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=CodexCLI GET /v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/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 cannibalization-predictor
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install cannibalization-predictor --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download
2
Place it in the Claude Code commands directory.
unzip cannibalization-predictor.skill -d ~/.claude/commands/cannibalization-predictor/
3
Use it as a slash command in Claude Code.
/cannibalization-predictor
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip cannibalization-predictor-agent-skill-*.skill -d ~/.claude/skills/cannibalization-predictor/
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/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip cannibalization-predictor-cursor-*.skill -d ~/.cursor/skills/cannibalization-predictor/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/cannibalization-predictor/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip cannibalization-predictor-geminicli-*.skill -d ~/.gemini/skills/cannibalization-predictor/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/cannibalization-predictor/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip cannibalization-predictor-codexcli-*.skill -d ~/.codex/skills/cannibalization-predictor/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/cannibalization-predictor/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/64f218b6-cf46-452a-922e-2ac5427d2661/download
2
Place it in your agent platform's skills directory.
cp cannibalization-predictor.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/64f218b6-cf46-452a-922e-2ac5427d2661/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

스킬 메타데이터는 네트워크, 파일 시스템, 서브프로세스 접근 권한이 없음을 명확히 선언하고 있습니다. 제공된 `main.py` 코드 스니펫은 `sys`, `json`, `math`와 같은 표준 라이브러리만 사용하며, 선언된 권한을 위반하는 어떠한 외부 통신이나 시스템 접근 시도도 보이지 않습니다. 코드 내용은 스킬의 목적(카니발라이제이션 예측)과 일치하는 상수 및 데이터 구조 정의로 구성되어 있습니다. 정적 분석 결과 또한 'approved' 상태이며, 어떠한 위험 요소(red_flags_found, obfuscation_warnings, forbidden_exec_files_found)도 발견되지 않았음을 확인해 주었습니다. 따라서 이 스킬은 안전하며 즉시 공개 가능하다고 판단됩니다.

Version History

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

Reviews & Ratings

e
2026-04-17

e

✍️ Write a Review