← 返回
未分类 中文

OpenClaw Urgent Care

Diagnose and recover from common OpenClaw failures — gateway offline, tools locked, provider errors, routing issues, and more. Use when OpenClaw stops respon...
诊断并恢复常见的 OpenClaw 故障——网关离线、工具锁定、提供商错误、路由问题等。OpenClaw 停止响应时使用。
scsays scsays 来源
未分类 clawhub v0.1.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 342
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw Urgent Care

When your OpenClaw setup breaks, use this skill to diagnose what happened and get the

shortest safe path to recovery.

When to use this skill

Use when:

  • OpenClaw went silent after an update
  • The gateway is unreachable or keeps crashing
  • Your agent can see messages but can't do anything
  • Commands that used to run automatically are now blocked
  • A Discord channel is routing to the wrong agent
  • Scheduled jobs stopped running
  • A plugin or skill failed to install
  • You want to verify your setup is healthy before making changes

Do NOT use for:

  • Initial OpenClaw installation (use the official docs at openclaw.ai)
  • Multi-agent architecture design
  • Skill development or publishing

Common Failure Modes

1. Gateway Offline

Symptoms: Agent stopped responding. Dashboard unreachable. Discord bot silent.

Quick fix:

openclaw gateway restart

If that doesn't work after an update:

openclaw gateway install
openclaw status

2. Agent Can See Messages But Can't Do Anything (v2026.3.2)

Symptom: Agent responds but can't run tools, execute commands, or take actions.

Cause: The v2026.3.2 update defaulted tools.profile to messages — restricting the agent to message-only mode.

Fix:

  1. Open ~/.openclaw/openclaw.json
  2. Find or add: "tools": { "profile": "full" }
  3. Run: openclaw gateway restart

> ⚠️ full grants full tool access. Review your security posture before applying.


3. Provider / Billing / Auth Failure

Symptoms: Gateway is up. Agent is silent. Session logs show disabled:billing, usage limits, or authentication_error.

This is NOT a gateway problem. The gateway is fine — the model provider is blocking calls.

For disabled:billing (Anthropic cached penalty):

  1. Find: ~/.openclaw/agents//agent/auth-profiles.json
  2. Remove the usageStats.anthropic:default entry
  3. Restart: openclaw gateway restart

For usage cap:

  • Raise the limit in your provider dashboard, or temporarily switch models.

For auth error:

  • Verify and rotate your API key in ~/.openclaw/openclaw.json.

4. Wrong Agent Handling a Channel (Routing / Binding)

Symptom: Discord messages go to the default agent instead of the intended one.

Fix: Check ~/.openclaw/openclaw.jsonbindings. Every non-default Discord account needs an explicit binding:

{
  "agentId": "your-agent-name",
  "match": {
    "channel": "discord",
    "accountId": "your-account-id"
  }
}

Then: openclaw gateway restart


5. Channel Connected But Messages Don't Flow

Symptom: Channel shows connected/ready. Agent doesn't respond.

Common causes: @mention required, pairing not approved, allowlist blocking, missing OAuth scope.

Check:

openclaw channels status --probe
openclaw logs --follow

Look for: allowlist blocked, pairing pending, permission denied, missing scope.


6. Commands Require Unexpected Approval (Post-Update)

Symptom: Commands that ran automatically are now waiting for approval or timing out.

Cause: A recent update tightened exec approval defaults.

Check:

openclaw config get | grep -A10 exec

Review ask, security, and host settings. Update to match your intended defaults, then restart.


7. Scheduled Jobs Not Running

Symptom: Morning briefing didn't arrive. Cron jobs silent.

Check:

openclaw cron status
openclaw cron list

Common causes: scheduler disabled after update, wrong delivery accountId, quiet hours active.


8. Plugin / Skill Won't Load

Symptom: A skill fails after an update or fresh install.

Check:

openclaw skills list --failed
openclaw logs --follow

Common causes: missing runtime dependency, package shape changed, security scan blocked install.


9. Gateway Installed But Not Staying Up

Symptom: Service shows as loaded but keeps crashing. Dashboard unreachable. Restart loop.

Check:

openclaw gateway status
openclaw logs --follow
openclaw doctor
lsof -i :18789

Common causes: port 18789 conflict, auth/bind config error, startup config mismatch.


Automated Recovery Tool

The full OpenClaw Urgent Care product automates all of the above:

  • Runs preflight, collection, classification, and AI explanation in one command
  • Covers all 11 failure modes with confidence scoring and evidence
  • Safe auto-fix for gateway restart and tools.profile lockout
  • Works completely offline — local model only, no cloud API needed
  • Writes a full markdown recovery report
# Install once
bash /path/to/openclaw-urgent-care/install.sh

# Then run from anywhere
urgentcare

Available at Claw Mart: shopclawmart.com → Search "OpenClaw Urgent Care"

One-time purchase · All future updates included


Triage Checklist (copy-paste for fast debugging)

# Step 1 — Is the gateway up?
openclaw status

# Step 2 — Any errors in recent sessions?
openclaw logs --follow

# Step 3 — Is config valid?
openclaw config validate

# Step 4 — Gateway restart (safe to run anytime)
openclaw gateway restart

# Step 5 — If still broken after an update
openclaw gateway install
openclaw doctor

Built by Andre Bradford / S.C. Says Poetry LLC

Full product: shopclawmart.com → OpenClaw Urgent Care

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-07 10:06 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,652
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,093
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,808