← Back to Skills

product-chasm-diagnostic

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

Geoffrey Moore Crossing the Chasm diagnostic and strategy generator

# chasm # technology-adoption # moore # go-to-market # product-strategy

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 23 Checksum (SHA256) 42d5b16011a70595b6d3b611b4a6d4b22e4d7cc8a07dfae62c6b7e091e92b0b6

⚡ AGENT INFO USK v3

Capabilities
adoption-lifecycle-stage-detection chasm-readiness-assessment stage-strategy bowling-alley-playbook
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=OpenClaw GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=ClaudeCode GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=Cursor GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=GeminiCLI GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=CodexCLI GET /v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/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 product-chasm-diagnostic
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install product-chasm-diagnostic --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download
2
Place it in the Claude Code commands directory.
unzip product-chasm-diagnostic.skill -d ~/.claude/commands/product-chasm-diagnostic/
3
Use it as a slash command in Claude Code.
/product-chasm-diagnostic
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip product-chasm-diagnostic-agent-skill-*.skill -d ~/.claude/skills/product-chasm-diagnostic/
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/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip product-chasm-diagnostic-cursor-*.skill -d ~/.cursor/skills/product-chasm-diagnostic/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/product-chasm-diagnostic/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip product-chasm-diagnostic-geminicli-*.skill -d ~/.gemini/skills/product-chasm-diagnostic/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/product-chasm-diagnostic/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip product-chasm-diagnostic-codexcli-*.skill -d ~/.codex/skills/product-chasm-diagnostic/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/product-chasm-diagnostic/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/download
2
Place it in your agent platform's skills directory.
cp product-chasm-diagnostic.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/8f65b501-9f1b-4029-88f4-d0dec76fe9e7/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과 실제 코드 일치 여부:**\n * 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`, `env_vars: []`로 매우 제한적인 권한을 선언했습니다.\n * `main.py` 코드를 검토한 결과, `requests`, `os`, `subprocess` 등 네트워크, 파일 시스템, 외부 프로세스 실행과 관련된 모듈을 전혀 사용하지 않습니다. 또한 환경 변수에 접근하는 코드도 없습니다. 선언된 권한과 실제 코드가 완벽하

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review