TopRank Skills

Home / Claw Skills / Git / GitHub / Openclaw Self Healing Elvatis
Official OpenClaw rules 54%

Openclaw Self Healing Elvatis

 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 Elvatis 技能。 若已安装,则直接安装 Openclaw Self Healing Elvatis 技能。

Overview

Skill Key
homeofe/openclaw-self-healing-elvatis
Author
homeofe
Source Repo
openclaw/skills
Version
-
Source Path
skills/homeofe/openclaw-self-healing-elvatis
Latest Commit SHA
06f084743304e705de582b0a147001abb6a868cc

Extracted Content

SKILL.md excerpt

---
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).

**Version:** 0.2.10

README excerpt

# openclaw-self-healing-elvatis

**Current version: `0.2.10`**

OpenClaw plugin that improves resilience by automatically fixing reversible failures.

## What it heals

- **Model outage** — Detect rate limit / quota / auth-scope failures, put model into cooldown, patch pinned session to a safe fallback
- **WhatsApp disconnect** — If WhatsApp appears disconnected repeatedly: restart the gateway (streak threshold + minimum restart interval guard)
- **Cron failures** — If a cron job fails repeatedly: disable it + create a GitHub issue
- **Plugin crashes** — If a plugin reports `status=error` or `status=crash`: auto-disable + GitHub issue

## Changelog

### v0.2.10 — 2026-03-08
Docs fix: README and STATUS.md version headers were stuck at 0.2.8 after v0.2.9 bump; SKILL.md missing version footer; add universal release-rule to CONVENTIONS.md.

### v0.2.9 — 2026-03-07
**Fix: Plugin health monitoring JSON parsing**
Extract JSON from stdout before parsing — channels subprocess output includes
non-JSON log lines (e.g. `[INFO] ...`) before the JSON payload, causing parse
failures in plugin health checks.

### v0.2.8 — 2026-03-07
**Fix: Infinite gateway restart loop**
`lastRestartAt` and `disconnectStreak` are now saved to disk **before** calling
`openclaw gateway restart`. Previously they were saved after, but systemd kills
the process during restart — state was never persisted, the rate-limit guard was
bypassed on every boot, causing an infinite restart loop when used alongside
any plugin that triggers a config-driven gateway restart (e.g. `openclaw-cli-bridge-elvatis`).

### v0.2.7 — 2026-03-07
Fix `runCommandWithTimeout` call signature + field name.

### v0.2.6 — 2026-03-02
Status snapshot file, startup config validation, integration tests.

### v0.2.5 and earlier
Model failover, WhatsApp reconnect, cron failure, dry-run mode, active recovery probing, config hot-reload.

## Install

From ClawHub:

```bash
clawhub install openclaw-self-healing-elvatis
```

For local developm...

Related Claw Skills