← Back to Skills

chaos-sim

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

Chaos engineering simulator: analyze topology weak points, generate failure scenarios, tune resilience policies, and plan game days.

# chaos-engineering # reliability # sre # resilience

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 0 Checksum (SHA256) 810ee5942ff62622d7654ed8204b38643b8aedf028108a6e9211ccf2002e54d4

⚡ AGENT INFO USK v3

Capabilities
topology_weak_point_analysis chaos_scenario_generation resilience_policy_tuning game_day_plan_authoring
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=OpenClaw GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=ClaudeCode GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=Cursor GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=GeminiCLI GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=CodexCLI GET /v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/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 chaos-sim
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install chaos-sim --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download
2
Place it in the Claude Code commands directory.
unzip chaos-sim.skill -d ~/.claude/commands/chaos-sim/
3
Use it as a slash command in Claude Code.
/chaos-sim
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip chaos-sim-agent-skill-*.skill -d ~/.claude/skills/chaos-sim/
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/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip chaos-sim-cursor-*.skill -d ~/.cursor/skills/chaos-sim/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/chaos-sim/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip chaos-sim-geminicli-*.skill -d ~/.gemini/skills/chaos-sim/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/chaos-sim/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip chaos-sim-codexcli-*.skill -d ~/.codex/skills/chaos-sim/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/chaos-sim/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/download
2
Place it in your agent platform's skills directory.
cp chaos-sim.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/e6ff4013-5685-4a45-a240-8381b9b2e22a/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` 코드 스니펫은 `json` 및 `sys` 모듈만을 사용하며, 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행과 관련된 어떠한 코드도 포함하고 있지 않습니다. 이는 선언된 권한과 실제 코드가 완벽하게 일치함을 보여줍니다. 2. **악의적 목적**: 코드에는 시스템 파괴, 데이터 탈취, 난독화 등 악의적인 목적을 가진 코드가 발견되지 않았습니다. `SCENARIOS` 딕셔너리는 카오스 엔지니어링 시뮬레이션에 필요한 정적 데이터를 정의하는 것으로 보이며, 이는 스킬의 목적과 부합합니다. 3. **외부 통신**: `network: false` 권한 선언과 코드 내용에 비추어 볼 때, 선언되지 않은 외부 통신은 없는 것으로 판단됩니다. 4. **사용자 데이터 수집/전송**: 스킬의 목적은 시뮬레이션이며, 입력 스키마는 시뮬레이션 관련 파라미터들로 구성되어 있습니다. 코드 스니펫에서 사용자 데이터를 무단으로 수집하거나 전송하는 로직은 발견되지 않았습니다. 5. **코드 품질**: 제공된 코드는 스킬의 설명('Chaos engineering simulator')과 일치하는 시뮬레이션 시나리오 데이터를 정의하고 있습니다. `stdin_stdout` 인터페이스와 `json` 사용은 AI 에이전트 스킬의 일반적인 상호작용 방식에 부합하며, `requirements`에 외부 패키지가 없는 점도 보안 측면에서 긍정적입니다. 정적 분석 결과 또한 '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-17 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review