← Back to Skills

budget-planner

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

Budget creation, scenario modeling, sensitivity analysis, and priority-based allocation

# budget # planning # fpa # scenario # sensitivity # allocation # finance

Basic Info

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

⚡ AGENT INFO USK v3

Capabilities
budget-generation scenario-modeling sensitivity-analysis priority-allocation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=OpenClaw GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=ClaudeCode GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=Cursor GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=GeminiCLI GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=CodexCLI GET /v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/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 budget-planner
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install budget-planner --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download
2
Place it in the Claude Code commands directory.
unzip budget-planner.skill -d ~/.claude/commands/budget-planner/
3
Use it as a slash command in Claude Code.
/budget-planner
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip budget-planner-agent-skill-*.skill -d ~/.claude/skills/budget-planner/
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/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip budget-planner-cursor-*.skill -d ~/.cursor/skills/budget-planner/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/budget-planner/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip budget-planner-geminicli-*.skill -d ~/.gemini/skills/budget-planner/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/budget-planner/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip budget-planner-codexcli-*.skill -d ~/.codex/skills/budget-planner/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/budget-planner/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/download
2
Place it in your agent platform's skills directory.
cp budget-planner.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/16d868fc-688f-4a31-8ae5-0db7009df51c/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)과 실제 코드가 일치하는가?** * 메타데이터에서 `permissions`는 `network: false`, `filesystem: false`, `subprocess: false`로 선언되었습니다. * `main.py` 코드를 분석한 결과, `socket`, `urllib`, `requests` 등 네트워크 관련 모듈, `os`, `pathlib` 등 파일 시스템 관련 모듈, `subprocess` 등 외부 프로세스 실행 관련 모듈을 import하거나 사용하는 흔적이 전혀 없습니다. 이는 선언된 권한과 완벽하게 일치합니다. 2. **악의적 목적의 코드가 있는가? (데이터 탈취, 시스템 파괴, 난독화 등)** * 코드 내용은 예산 계획과 관련된 지식 기반(Knowledge base) 데이터를 정의하고, 표준 입출력을 통해 데이터를 처리하는 것으로 보입니다. `eval()`, `exec()`와 같은 위험한 함수 사용이나 시스템 명령 실행 시도, 데이터 탈취를 위한 외부 통신 시도 등 악의적인 목적의 코드는 발견되지 않았습니다. * 코드 가독성이 높아 난독화의 징후도 없습니다. 3. **선언되지 않은 외부 통신이 있는가?** * 코드 내에서 네트워크 관련 모듈 사용이나 외부 통신을 시도하는 부분이 전혀 없습니다. 선언된 `network: false`와 일치합니다. 4. **사용자 데이터를 무단으로 수집하거나 전송하는가?** * 스킬은 `stdin_stdout` 패턴을 통해 표준 입력으로 데이터를 받아 처리하고, 결과를 표준 출력으로 반환합니다. 사용자 데이터를 영구적으로 저장하거나 외부로 전송하는 기능은 포함되어 있지 않습니다. 모든 처리는 인메모리에서 이루어지며, 실행 종료 시 데이터는 소멸됩니다. 5. **코드 품질이 스킬의 목적과 일치하는가?** * 스킬의 목적은 '예산 생성, 시나리오 모델링, 민감도 분석, 우선순위 기반 할당'입니다. `main.py`는 `REVENUE_BUILD_METHODS`, `COST_DRIVER_LIBRARY`, `SCENARIO_MATRIX` 등 관련 지식 기반 데이터를 상세하게 정의하고 있어, 스킬의 목적을 달성하기 위한 기반을 잘 갖추고 있습니다. 코드 구조는 명확하고, `sys` 및 `json` 모듈을 활용한 CLI 인터페이스 구현 방식도 적절합니다. 코드 품질은 스킬의 목적과 일치하며, 향후 기능 확장을 위한 기반도 잘 마련되어 있습니다. 정적 분석 결과 또한 '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-18 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review