Openclaw Sacred Rules
Skill by jayrizz
Why use this skill?
Prevent system disasters with the OpenClaw Sacred Rules skill. Automate safe backups, validation, and auth troubleshooting for a stable AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jayrizz/openclaw-sacred-rulesWhat This Skill Does
The OpenClaw Sacred Rules skill is a mission-critical safety framework designed to prevent catastrophic configuration failures within the OpenClaw ecosystem. Developed by jayrizz, this skill acts as an internal governance protocol, codifying eight immutable rules learned through real-world production disasters. It provides the necessary CLI tools and procedural guidelines to ensure that configuration changes, backups, authentication troubleshooting, and system recovery operations are executed safely without risking data corruption or total system failure. By enforcing a 'safety-first' workflow, this skill prevents common pitfalls like manual JSON editing errors, improper backup handling, and auth-profile corruption, ensuring that the OpenClaw agent maintains stability even under complex administrative tasks.
Installation
To install this skill, use the clawhub tool in your terminal:
clawhub install openclaw/skills/skills/jayrizz/openclaw-sacred-rules
Ensure you have the latest version of the OpenClaw core agent installed to ensure compatibility with the bundled validation scripts.
Use Cases
This skill should be utilized during the following operational windows:
- System Maintenance: Performing routine configuration modifications for model providers or system features.
- Disaster Recovery: Restoring the environment after a perceived config-driven outage.
- Authentication Debugging: Troubleshooting 401 errors or general model provider failures using the mandated
auth_checker.sh. - Backup Management: Automating full system backups before enabling high-impact features like sandbox mode.
- Best Practice Audits: Querying the agent to ensure proposed config changes comply with institutional safety standards.
Example Prompts
- "OpenClaw, I need to update my model providers. Please initiate the safe backup procedure and validate my current configuration before I proceed."
- "I am receiving 401 errors from Anthropic. Run the safe auth checker to identify if this is a profile issue or a config error."
- "Before I enable sandbox mode for local testing, what are the mandatory safety steps I must take to ensure the system remains stable?"
Tips & Limitations
- Tip: Always prioritize the provided Python validator (
config_validator.py) over manual inspection. - Tip: If you encounter 'all providers unavailable' errors, run
scripts/reset_cooldowns.shfirst, as this is a known transient issue that does not necessarily imply corrupted credentials. - Limitation: This skill provides procedural safety but does not monitor background processes in real-time. It requires manual invocation by the user or an automated agent process during configuration cycles. Always respect the prohibition against manual editing of
openclaw.jsonto prevent irreversible state drift.
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-jayrizz-openclaw-sacred-rules": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution