← All skills
Tencent SkillHub Β· AI

Delx Ops Guardian

Automatically detects, assesses, and safely mitigates incidents in OpenClaw production agents, providing detailed reports and verified recovery.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automatically detects, assesses, and safely mitigates incidents in OpenClaw production agents, providing detailed reports and verified recovery.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Delx Ops Guardian

Use this skill when handling incidents, degraded automations, or gateway/memory instability in production.

Aliases

emergency_recovery handle_incident cron_guard memory_guard gateway_guard

Scope (strict)

This skill is runbook-only and must operate under least privilege. Allowed read sources: OpenClaw cron state (openclaw cron list --json) Service health/status (systemctl is-active <service>) Recent logs for incident window (journalctl -u <service> --since ... --no-pager) Workspace incident artifacts (/root/.openclaw/workspace/docs/ops/, /root/.openclaw/workspace/memory/) Allowed remediation actions (safe set): Retry a failed job once when failure is transient. Controlled restart of the impacted service only (openclaw-gateway, openclaw, or explicitly named target from incident evidence). Disable/enable only the directly impacted cron job when loop-failing. Add/adjust guardrails in runbook/config docs (non-secret, reversible). Disallowed actions: No credential rotation/deletion. No firewall/network policy mutations. No package installs/upgrades during incident handling. No bulk cron rewrites unrelated to the incident. No edits to unrelated services/components.

Approval policy (human-in-the-loop)

Require explicit human approval before: Restarting any production service more than once. Editing cron schedules/timezones. Disabling a job for more than one cycle. Any action with user-visible impact beyond the failing component.

Core workflow

Detect and classify severity (info, degraded, critical). Collect evidence first (status, logs, last run, error streak). Propose smallest remediation from allowed set. Execute only approved/safe remediation. Verify stabilization window (at least one successful cycle). Publish concise incident report.

Safety rules

Never hide persistent failures as success. Never expose secrets/tokens in logs or reports. Prefer reversible actions and document rollback path. Keep blast radius minimal and explicitly stated.

Output contract

Always include: Incident id/time window Root signal and blast radius Actions executed (and approvals) Evidence (status, key metric, short log excerpt) Final state (resolved, degraded, open) Next check time

Example intents

"Gateway is flapping, recover safely." "Cron timed out, stabilize and prove fix." "Memory guard firing repeatedly, root-cause and patch."

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc