← Back to Skills

biz-feasibility

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

Validates business model feasibility with financial projections and Go/No-Go scoring.

# business # feasibility # financial-projection # market-sizing

Basic Info

Owner 👤 chlode_master Category Registered 2026-04-16 Last Updated 2026-04-16 Latest Version 1.0.0 Packaged At 2026-04-16 Vetting Status approved Downloads 5 Checksum (SHA256) 5fbbc761c322a1464a60e437f6277d95c141a1b43c20ca222df1fd84056c54e1

⚡ AGENT INFO USK v3

Capabilities
TAM/SAM/SOM market sizing with penetration rates by maturity 3-year revenue projection with conservative/base/optimistic scenarios Break-even analysis with sensitivity and NPV calculation Go/No-Go scorecard across 8 weighted dimensions
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=OpenClaw GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=ClaudeCode GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=Cursor GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=GeminiCLI GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=CodexCLI GET /v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/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 biz-feasibility
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install biz-feasibility --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download
2
Place it in the Claude Code commands directory.
unzip biz-feasibility.skill -d ~/.claude/commands/biz-feasibility/
3
Use it as a slash command in Claude Code.
/biz-feasibility
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip biz-feasibility-agent-skill-*.skill -d ~/.claude/skills/biz-feasibility/
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/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip biz-feasibility-cursor-*.skill -d ~/.cursor/skills/biz-feasibility/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/biz-feasibility/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip biz-feasibility-geminicli-*.skill -d ~/.gemini/skills/biz-feasibility/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/biz-feasibility/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip biz-feasibility-codexcli-*.skill -d ~/.codex/skills/biz-feasibility/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/biz-feasibility/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/download
2
Place it in your agent platform's skills directory.
cp biz-feasibility.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/8199c16d-e3c1-439a-b34a-9fca387f450d/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)을 기반으로 보안 검수를 진행했습니다. 1. **선언된 permissions(network/filesystem/subprocess)과 실제 코드가 일치하는가?** * 메타데이터에 `network: false`, `filesystem: false`, `subprocess: false`로 명시되어 있습니다. * 코드 분석 결과, `json`, `sys`, `math`, `io` 등 표준 라이브러리만 사용하고 있으며, 네트워크 통신(`requests`, `socket` 등), 파일 시스템 접근(`open`, `os` 모듈의 파일 관련 함수 등), 외부 프로세스 실행(`subprocess`, `os.system` 등)을 시도하는 코드는 발견되지 않았습니다. `sys.stdout` 리다이렉션은 표준 I/O 처리이며 파일 시스템 접근으로 간주하지 않습니다. 선언된 권한을 충실히 준수합니다. 2. **악의적 목적의 코드가 있는가? (데이터 탈취, 시스템 파괴, 난독화 등)** * 코드 내용이 명확하고 가독성이 높으며, 난독화된 부분이 없습니다. * 외부 통신 및 파일 시스템 접근 권한이 없으므로 사용자 데이터 탈취나 시스템 파괴와 같은 악의적인 행위를 수행할 수 없습니다. * 정적 분석 결과에서도 'red_flags_found', 'obfuscation_warnings', 'forbidden_exec_files_found' 항목이 모두 비어 있어 악성 코드의 징후가 없음을 뒷받침합니다. 3. **선언되지 않은 외부 통신이 있는가?** * `permissions`에 `network: false`로 명시되어 있으며, 코드 내에서 외부 통신을 시도하는 어떠한 코드도 발견되지 않았습니다. 4. **사용자 데이터를 무단으로 수집하거나 전송하는가?** * 스킬은 입력 스키마에 따라 데이터를 받아 처리하고, 출력 스키마에 따라 결과를 반환합니다. 외부 통신 및 파일 시스템 접근이 불가능하므로 사용자 데이터를 무단으로 수집하거나 외부로 전송할 수 있는 메커니즘이 없습니다. 5. **코드 품질이 스킬의 목적과 일치하는가?** * 스킬의 목적(비즈니스 모델 타당성 분석)에 부합하는 로직과 데이터(PENETRATION_RATES, CHURN_BENCHMARKS 등)를 내장하고 있습니다. * 코드 구조는 명확하며, 각 기능별로 함수를 분리하여 구현될 것으로 예상됩니다 (예: `handle_tam`). * 제공된 `main.py` 코드 스니펫에서 `handle_tam` 함수의 일부가 생략되어 있으나, 이는 기능적 불완전성일 뿐 보안상의 위험을 내포하지는 않습니다. (예: `tam = avg_price * p`에서 `p` 변수가 정의되지 않은 부분). 종합적으로 판단할 때, 이 스킬 패키지는 선언된 보안 정책을 잘 준수하고 있으며, 악의적인 코드나 보안 취약점이 발견되지 않았습니다. 따라서 안전하다고 판단됩니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review