← Back to Skills

pricing-simulator

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

Pricing strategy simulator with elasticity estimation, scenario modeling, tier design, and competitive positioning

# pricing # elasticity # van-westendorp # tiers # competitive # simulation
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 17 Checksum (SHA256) 37f40a98d5fdcd2975ec67c5a096a941caf0f8f38059cdd0b83c60871a2c9af4

⚡ AGENT INFO USK v3

Capabilities
price-elasticity-estimation van-westendorp-psm scenario-simulation tier-design competitive-positioning
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=OpenClaw GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=ClaudeCode GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=Cursor GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=GeminiCLI GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=CodexCLI GET /v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/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 pricing-simulator
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install pricing-simulator --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download
2
Place it in the Claude Code commands directory.
unzip pricing-simulator.skill -d ~/.claude/commands/pricing-simulator/
3
Use it as a slash command in Claude Code.
/pricing-simulator
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip pricing-simulator-agent-skill-*.skill -d ~/.claude/skills/pricing-simulator/
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/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip pricing-simulator-cursor-*.skill -d ~/.cursor/skills/pricing-simulator/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/pricing-simulator/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip pricing-simulator-geminicli-*.skill -d ~/.gemini/skills/pricing-simulator/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/pricing-simulator/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip pricing-simulator-codexcli-*.skill -d ~/.codex/skills/pricing-simulator/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/pricing-simulator/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/download
2
Place it in your agent platform's skills directory.
cp pricing-simulator.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/60e6652c-b348-4e32-b49a-b7569ed2fbba/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. **권한 일치 여부**: 스킬 메타데이터에 'network: false', 'filesystem: false', 'subprocess: false'로 명확하게 선언되어 있으며, 제공된 'main.py' 코드 스니펫은 이 권한 선언을 완벽하게 준수합니다. 표준 라이브러리(sys, json, math, statistics)만을 사용하며, 외부 통신, 파일 시스템 접근 또는 서브프로세스 실행을 시도하는 코드가 발견되지 않았습니다. 정적 분석 결과('red_flags_found: []', 'forbidden_exec_files_found: []') 또한 이를 뒷받침합니다. 2. **악의적 코드 부재**: 코드 스니펫에서 데이터 탈취, 시스템 파괴, 또는 난독화와 같은 악의적인 목적의 코드는 발견되지 않았습니다. 코드는 명확하고 가독성이 높으며, 스킬의 설명과 일치하는 기능 구현에 집중하고 있습니다. 정적 분석 결과('obfuscation_warnings: []')도 난독화 경고가 없음을 확인했습니다. 3. **외부 통신 및 데이터 수집**: 'network: false' 권한으로 인해 외부 통신이 불가능하며, 코드에서도 외부 통신을 시도하는 부분이 없습니다. 사용자 데이터는 'stdin_stdout' 패턴을 통해 입력받아 처리하며, 외부로 무단 전송하거나 영구적으로 저장할 수 있는 메커니즘이 없습니다. 4. **코드 품질**: 코드 스니펫은 잘 구조화되어 있으며, 상수 정의, 헬퍼 함수 등이 스킬의 목적에 부합하게 작성되어 있습니다. JSON 형식의 일관된 출력 방식은 인터페이스 정의와 잘 일치합니다. 외부 패키지 의존성이 없어(requirements.packages: []) 보안 위험이 낮습니다. 종합적으로 판단할 때, 이 스킬은 선언된 보안 기준을 모두 충족하며 안전하다고 판단됩니다.

Version History

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

Reviews & Ratings

e
2026-04-17

e

✍️ Write a Review