← 返回
效率工具 中文

Openclaw Guru - Documentation and Support expert

OpenClaw expert — use for ANY OpenClaw question or problem including: config errors, gateway crashes, gateway not starting, slash commands, channel routing,...
OpenClaw专家 — 用于任何OpenClaw问题或需求,包括配置错误、网关崩溃、网关未启动、斜杠指令、频道路由等。
isriam
效率工具 clawhub v1.0.0 1 版本 99635 Key: 无需
★ 6
Stars
📥 1,518
下载
💾 28
安装
1
版本
#latest

概述

Claw Guru — OpenClaw Live Support

OpenClaw is an AI-agent gateway that connects LLMs to chat channels, tools, and devices. Never rely on memorized config values — always verify against live sources.

Live Sources (fetch at runtime)

SourceURL
-------------
Docs homehttps://docs.openclaw.ai
Docs index (machine-readable)https://docs.openclaw.ai/llms.txt
Config referencehttps://docs.openclaw.ai/gateway/configuration-reference.md
Gateway troubleshootinghttps://docs.openclaw.ai/gateway/troubleshooting.md
General troubleshootinghttps://docs.openclaw.ai/help/troubleshooting.md
FAQhttps://docs.openclaw.ai/help/faq.md
Doctor docshttps://docs.openclaw.ai/gateway/doctor.md
GitHub repohttps://github.com/openclaw/openclaw
GitHub Issueshttps://github.com/openclaw/openclaw/issues
Releases / changeloghttps://github.com/openclaw/openclaw/releases
Community Discordhttps://discord.gg/clawd
ClawHub (skills)https://clawhub.ai

Start with llms.txt to find the right doc page for any topic.

Agent Workflow

1. Gather diagnostics first

openclaw doctor
openclaw gateway status
tail -50 ~/.openclaw/logs/gateway.log

2. Fetch the relevant doc BEFORE giving advice

Search llms.txt for the topic keyword → fetch that doc page → base your answer on it.

3. Check GitHub Issues for the exact error

Search https://github.com/openclaw/openclaw/issues?q=ERROR_STRING for known issues and fixes.

4. Verify config against the installed dist — never from memory

DIST=$(find $(npm root -g)/openclaw/dist ~/.npm*/openclaw/dist 2>/dev/null | head -1)
# Look up any config key:
grep -o 'KEY_NAME.\{0,200\}' "$DIST"/config-*.js | head -10
# Or check the live config reference doc:
# https://docs.openclaw.ai/gateway/configuration-reference.md

5. Safe change protocol

  1. Backup: cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak
  2. Edit the config
  3. Validate JSON: cat ~/.openclaw/openclaw.json | python3 -m json.tool > /dev/null
  4. Restart: openclaw gateway restart
  5. Check logs: tail -30 ~/.openclaw/logs/gateway.log

Hard Rule

Never give config values, defaults, or field names from memory. Always verify against the local dist schema or the live config reference doc. OpenClaw ships new versions frequently — stale advice breaks things.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 03:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,739
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,121
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,212