← Back to Skills

multicloud-cost-optimizer

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

Multi-cloud cost optimization analyzer across AWS, GCP, and Azure

# cloud # cost # finops # aws # gcp # azure # optimization

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 16 Checksum (SHA256) e2af03dfc88922d879525592f2bc8e75d86bc7420d8e3ea8f0179d8b22340e25

⚡ AGENT INFO USK v3

Capabilities
idle_resource_detection oversized_resource_detection orphaned_resource_detection reservation_simulation cross_cloud_pricing_comparison optimization_roadmap
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=OpenClaw GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=ClaudeCode GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=Cursor GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=GeminiCLI GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=CodexCLI GET /v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/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 multicloud-cost-optimizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install multicloud-cost-optimizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/874dc34c-755f-4556-812d-c87b66941116/download
2
Place it in the Claude Code commands directory.
unzip multicloud-cost-optimizer.skill -d ~/.claude/commands/multicloud-cost-optimizer/
3
Use it as a slash command in Claude Code.
/multicloud-cost-optimizer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip multicloud-cost-optimizer-agent-skill-*.skill -d ~/.claude/skills/multicloud-cost-optimizer/
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/874dc34c-755f-4556-812d-c87b66941116/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip multicloud-cost-optimizer-cursor-*.skill -d ~/.cursor/skills/multicloud-cost-optimizer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/multicloud-cost-optimizer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip multicloud-cost-optimizer-geminicli-*.skill -d ~/.gemini/skills/multicloud-cost-optimizer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/multicloud-cost-optimizer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/874dc34c-755f-4556-812d-c87b66941116/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip multicloud-cost-optimizer-codexcli-*.skill -d ~/.codex/skills/multicloud-cost-optimizer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/multicloud-cost-optimizer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/874dc34c-755f-4556-812d-c87b66941116/download
2
Place it in your agent platform's skills directory.
cp multicloud-cost-optimizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/874dc34c-755f-4556-812d-c87b66941116/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. **권한 일치 여부:** 스킬 메타데이터의 `permissions` 필드에서 `network`, `filesystem`, `subprocess` 사용이 모두 `false`로 명확히 선언되어 있습니다. 제공된 `main.py` 코드 스니펫에서는 이러한 권한을 사용하는 어떠한 시도(예: `requests`, `os.system`, 파일 입출력 등)도 발견되지 않았습니다. `sys.stdin` 및 `sys.stdout` 사용은 `stdin_stdout` 인터페이스 패턴에 부합하며 `filesystem: false` 권한을 위반하지 않습니다. 2. **악의적 코드 여부:** 제공된 코드 스니펫은 클라우드 인스턴스 가격 및 유형 매핑 데이터를 정의하고 있으며, 악의적인 목적(데이터 탈취, 시스템 파괴, 난독화 등)을 가진 코드는 발견되지 않았습니다. 정적 분석 결과 또한 `red_flags_found`, `obfuscation_warnings`, `forbidden_exec_files_found` 모두 비어 있어 악의적인 코드가 없음을 뒷받침합니다. 3. **외부 통신 여부:** `permissions.network`가 `false`로 선언되어 있으며, 코드 스니펫에서 외부 네트워크 통신을 시도하는 코드는 발견되지 않았습니다. 4. **사용자 데이터 수집/전송:** `network: false` 및 `filesystem: false` 권한으로 인해 사용자 데이터를 무단으로 외부로 전송하거나 영구적으로 저장할 수 없습니다. 코드 내용 또한 순수하게 입력된 데이터를 기반으로 계산 및 분석을 수행하는 것으로 보입니다. 5. **코드 품질 및 목적 일치:** 스킬의 목적(Multi-cloud cost optimization analyzer)과 코드 내용(클라우드 인스턴스 가격, 유형, 할인율 데이터 정의)이 일치하며, `input_schema` 및 `output_schema`에 따라 `stdin_stdout` 방식으로 데이터를 처리하는 구조로 보입니다. 코드 품질은 스킬의 목적에 부합합니다. 종합적으로, 선언된 권한과 코드 내용, 그리고 정적 분석 결과 모두에서 보안상 위험하거나 의심스러운 요소가 발견되지 않아 안전하다고 판단됩니다.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review