chaos-monkey-orchestrator
3
总安装量
3
周安装量
#61790
全站排名
安装命令
npx skills add https://github.com/famaoai-creator/gemini-skills --skill chaos-monkey-orchestrator
Agent 安装分布
cursor
3
claude-code
3
replit
3
mcpjam
2
openhands
2
zencoder
2
Skill 文档
Chaos Monkey Orchestrator
This skill validates system resilience by intentionally introducing controlled failures.
Capabilities
1. Chaos Injection
- Injects network latency, terminates random service pods, or fills disk space in staging environments.
- Simulates API timeouts and database master failures.
2. Resilience Validation
- Verifies that
self-healing-orchestratorandcrisis-managerrespond correctly to the injected chaos. - Adheres to the “Fire Drill” protocols defined in Modern SRE Best Practices.
Usage
- “Run a chaos drill on the staging environment: simulate a 50% network packet loss.”
- “Terminate a random pod every hour for the next 4 hours and monitor the recovery time.”
Knowledge Protocol
- This skill adheres to the
knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs. - References Modern SRE Best Practices for resilience testing and fault injection standards.