Raon OS
AI-powered startup companion for Korean founders. Evaluate business plans, match government funding programs (TIPS/DeepTech/Global TIPS), connect with 3,972+ TIPS-selected startups, get investor recommendations, and integrate with Kakao i OpenBuilder. Features Agentic RAG (HyDE, Multi-Query, CRAG), structured extraction, and Track B financial matching.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lifeissea/zero-to-one-startupRaon OS — Startup Companion (v0.7.10)
설치 요구사항
- Python 3.9+ (macOS 기본 내장, 별도 설치 불필요)
- Node.js 18+ (
npx @yeomyeonggeori/raon-os실행용) - LLM API 키 (아래 중 하나, 우선순위 순):
| 환경변수 | 설명 | 비고 |
|---|---|---|
OPENROUTER_API_KEY | 1순위 — OpenClaw 지원 모든 모델 | 추천 |
GEMINI_API_KEY | 2순위 — Google Gemini + 임베딩 | |
ANTHROPIC_API_KEY | 3순위 — Claude | |
OPENAI_API_KEY | 4순위 — GPT + 임베딩 | |
| Ollama 로컬 | 자동 감지 (키 없을 때) | 선택 — raon.sh install-model |
- 벡터 검색:
GEMINI_API_KEY또는OPENAI_API_KEY있으면 자동 활성화. 없으면 BM25 키워드 검색으로 동작.
빠른 시작
# 1. OpenClaw 설치
npm install -g openclaw
# 2. 스킬 설치
openclaw skill install @yeomyeonggeori/raon-os
# 3. API 키 설정 (권장: OpenRouter)
echo "OPENROUTER_API_KEY=sk-or-..." >> ~/.openclaw/.env
chmod 600 ~/.openclaw/.env # 보안: 소유자만 읽기/쓰기
# 4. 모델 override (선택) — 기본은 프로바이더별 최적 모델 자동 선택
echo "RAON_MODEL=anthropic/claude-opus-4-5" >> ~/.openclaw/.env
# 5. 연결 테스트
python3 scripts/raon_llm.py --detect
LLM 설정 (raon_llm.py)
모든 API 키는 ~/.openclaw/.env 에 저장 (환경변수 우선):
# ~/.openclaw/.env 예시
OPENROUTER_API_KEY=sk-or-v1-xxxx # 1순위 (추천)
GEMINI_API_KEY=AIzaSy-xxxx # 2순위 + 임베딩
ANTHROPIC_API_KEY=sk-ant-xxxx # 3순위
OPENAI_API_KEY=sk-xxxx # 4순위 + 임베딩
RAON_MODEL=google/gemini-2.5-flash # 모델 강제 지정 (선택)
RAON_LLM_PROVIDER=openrouter # 프로바이더 강제 지정 (선택)
스타트업 파운더를 위한 AI 동료. 아이디어를 사업으로 만드는 전 과정을 지원한다.
기능
1. biz-plan — 사업계획서 평가
사업계획서(PDF/텍스트)를 분석하여 점수 + 개선안을 제공한다.
# PDF 평가
{baseDir}/scripts/raon.sh biz-plan evaluate --file /path/to/plan.pdf
# 텍스트 평가
{baseDir}/scripts/raon.sh biz-plan evaluate --text "사업 아이디어 설명..."
# JSON 형식 출력
{baseDir}/scripts/raon.sh biz-plan evaluate --file /path/to/plan.pdf --json
# 결과를 파일로 저장
{baseDir}/scripts/raon.sh biz-plan evaluate --file /path/to/plan.pdf --output result.md
# 두 사업계획서 비교 분석
{baseDir}/scripts/raon.sh biz-plan evaluate --file plan_a.pdf --file plan_b.pdf
# 개선안 생성
{baseDir}/scripts/raon.sh biz-plan improve --file /path/to/plan.pdf
# 평가 히스토리 조회
{baseDir}/scripts/raon.sh history
평가 항목:
- 문제 정의 및 솔루션 적합성
- 시장 규모 및 경쟁 분석
- 비즈니스 모델 타당성
- 팀 역량
- 재무 계획
- 기술 차별성
출력: 100점 만점 종합 점수 + 항목별 점수 + 구체적 개선 제안
2. gov-funding — 정부 지원사업 매칭
스타트업 프로필 기반으로 적합한 정부 지원사업을 추천한다.
# 매칭 (사업계획서 기반)
{baseDir}/scripts/raon.sh gov-funding match --file /path/to/plan.pdf
# 매칭 (키워드 기반)
{baseDir}/scripts/raon.sh gov-funding match --industry "AI/SaaS" --stage "early" --region "서울"
# 지원사업 상세 정보
{baseDir}/scripts/raon.sh gov-funding info --program "TIPS"
# 지원서 초안 생성
{baseDir}/scripts/raon.sh gov-funding draft --program "TIPS" --file /path/to/plan.pdf
# 지원 준비 체크리스트
{baseDir}/scripts/raon.sh gov-funding checklist --program "TIPS" --file /path/to/plan.pdf
지원 프로그램: TIPS, K-Startup 그랜드챌린지, 창업성장기술개발, 예비창업패키지, 초기창업패키지 등
3. investor-match — 투자자 매칭 (추후 연동)
스타트업 단계/산업에 맞는 투자자를 추천한다.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lifeissea-zero-to-one-startup": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
the-soul-sims
[Coming Soon] A social simulation world where AI agents with unique SOUL.md personalities interact, debate, trade, and build relationships. Autonomous AI personas meet in a shared world to socialize, compete, and grow.
sims
[Coming Soon] A social simulation world where AI agents with unique SOUL.md personalities interact, debate, trade, and build relationships. Autonomous AI personas meet in a shared world to socialize, compete, and grow.
soul-sims
[Coming Soon] A social simulation world where AI agents with unique SOUL.md personalities interact, debate, trade, and build relationships. Think Sims meets Generative Agents — powered by OpenClaw.
startup-0to1
Alias for raon-os — AI-powered startup companion for Korean founders. Install the main package for full functionality.
the-agent-sims
[Coming Soon] A social simulation world where AI agents with unique SOUL.md personalities interact, debate, trade, and build relationships. Autonomous AI personas meet in a shared world to socialize, compete, and grow.