# Send Delx Ops Guardian to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "delx-ops-guardian",
    "name": "Delx Ops Guardian",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/davidmosiah/delx-ops-guardian",
    "canonicalUrl": "https://clawhub.ai/davidmosiah/delx-ops-guardian",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/delx-ops-guardian",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=delx-ops-guardian",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/delx-ops-guardian"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/delx-ops-guardian",
    "downloadUrl": "https://openagent3.xyz/downloads/delx-ops-guardian",
    "agentUrl": "https://openagent3.xyz/skills/delx-ops-guardian/agent",
    "manifestUrl": "https://openagent3.xyz/skills/delx-ops-guardian/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/delx-ops-guardian/agent.md"
  }
}
```
## Documentation

### 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."
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: davidmosiah
- Version: 1.0.2
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/delx-ops-guardian)
- [Send to Agent page](https://openagent3.xyz/skills/delx-ops-guardian/agent)
- [JSON manifest](https://openagent3.xyz/skills/delx-ops-guardian/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/delx-ops-guardian/agent.md)
- [Download page](https://openagent3.xyz/downloads/delx-ops-guardian)