Overview
- Skill Key
- homeofe/openclaw-self-healing-homeofe
- Author
- homeofe
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/homeofe/openclaw-self-healing-homeofe
- Latest Commit SHA
- 3a4ef12ee1d989e178cbcfaa6ce4dff6125a5fd5
name: openclaw self healing elvatis description: OpenClaw plugin that applies guardrails and auto fixes reversible failures rate limits, disconnects, stuck session pins .
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Openclaw Self Healing Homeofe 技能。 若已安装,则直接安装 Openclaw Self Healing Homeofe 技能。
--- name: openclaw-self-healing-elvatis description: OpenClaw plugin that applies guardrails and auto-fixes reversible failures (rate limits, disconnects, stuck session pins). --- # openclaw-self-healing-elvatis Self-healing extension for OpenClaw. ## What it does - Detects common reversible failures (rate limits, auth errors, stuck session model pins) - Applies guardrails (e.g. avoid breaking config) - Can auto-recover WhatsApp disconnects (when enabled) ## Install ```bash clawhub install openclaw-self-healing-elvatis ``` ## Notes Keep repository content public-safe (no private identifiers).
# openclaw-self-healing-elvatis
OpenClaw plugin that improves resilience by automatically fixing reversible failures.
## What it can heal (v0.2)
Implemented now:
- Model outage healing
- Detect rate limit / quota / auth-scope failures
- Put the affected model into cooldown
- Patch pinned session model overrides to a safe fallback (prevents endless `API rate limit reached` loops)
- WhatsApp disconnect healing
- If WhatsApp appears disconnected repeatedly: restart the gateway
- Guardrails: streak threshold + minimum restart interval
- Cron failure healing (optional)
- If a cron job fails repeatedly: disable it
- Create a GitHub issue with last error context (rate limited)
Not implemented yet (next):
- Plugin install error rollback (disable plugin) based on structured plugin status
- Waiting for `openclaw plugins list --json` or an equivalent stable API
## Install
From ClawHub:
```bash
clawhub install openclaw-self-healing-elvatis
```
For local development:
```bash
openclaw plugins install -l ~/.openclaw/workspace/openclaw-self-healing-elvatis
openclaw gateway restart
```
## Config
```json
{
"plugins": {
"entries": {
"openclaw-self-healing": {
"enabled": true,
"config": {
"modelOrder": [
"anthropic/claude-opus-4-6",
"openai-codex/gpt-5.2",
"google-gemini-cli/gemini-2.5-flash"
],
"cooldownMinutes": 300,
"autoFix": {
"patchSessionPins": true,
"disableFailingPlugins": false,
"disableFailingCrons": false
}
}
}
}
}
}
```
## Notes
Infrastructure changes remain ask-first.
## Critical Guardrail: openclaw.json validation
This plugin treats `~/.openclaw/openclaw.json` as a boot-critical file.
Before any self-heal action that could restart the gateway or change cron/plugin state, it verifies:
- the config file exists
- it is valid JSON
If the config is invalid, the plugin will...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.