Simianarmy
Tools for keeping your cloud operating in top form. Chaos Monkey is a resiliency tool that helps app chaos-testing, java. Use when you need chaos-testing capabilities. Triggers on: chaos-testing.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/chaos-testingWhat This Skill Does
The Simianarmy skill, powered by the industry-standard Netflix SimianArmy framework, provides a robust command-line interface for chaos-testing within your cloud environments. Its primary component, Chaos Monkey, is designed to enhance application resiliency by intentionally and randomly terminating cloud instances. By simulating unexpected failures, it forces your infrastructure and software architecture to handle outages gracefully, ensuring that your systems remain operational even when individual components fail unexpectedly. This skill simplifies the process of integrating resiliency testing directly into your deployment pipelines or manual administration workflows.
Installation
To add the Simianarmy capability to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/bytesagain/chaos-testing
Once the installation completes, the chaos-testing namespace becomes available to your AI agent, allowing you to trigger chaos experiments immediately through natural language or direct shell commands.
Use Cases
This skill is essential for teams adopting Site Reliability Engineering (SRE) practices. Use it when you need to validate that your auto-scaling groups function correctly, confirm that your load balancers properly route traffic away from failing nodes, and ensure that your application state recovery mechanisms trigger as expected. It is particularly valuable during pre-production stress tests or scheduled maintenance windows where you need to verify system robustness before a major release.
Example Prompts
- "OpenClaw, run the chaos-testing command to initiate a simulated instance failure and let me know the status."
- "I need to verify our cloud resiliency; please run a full chaos-testing cycle and save the logs to output.txt."
- "Show me the help menu for chaos-testing so I can understand the available configuration options for the next test run."
Tips & Limitations
Always use this skill with extreme caution. Never run Chaos Monkey in a production environment unless you have verified that your monitoring and automated recovery systems are fully operational and prepared to handle the load. Start by testing in an isolated staging environment to avoid service degradation. Note that Simianarmy relies on your configured cloud credentials and permissions; ensure that your agent has the necessary IAM roles to modify instance states before running commands. Redirecting logs to a file is highly recommended to maintain a history of test runs, as the output to stdout can be extensive during complex testing scenarios.
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-bytesagain-chaos-testing": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.