← 返回
未分类 中文

OpenClaw Guide

Guide for OpenClaw setup, config, commands, routing, and troubleshooting. Use when the user asks how OpenClaw works, how to configure it, why a channel or ag...
OpenClaw 设置、配置、命令、路由及故障排除指南。当用户询问 OpenClaw 如何工作、如何配置、为何频道或代理出现问题时使用。
zurbrick zurbrick 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 425
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw Guide

Use this skill for OpenClaw-specific guidance, not general coding or generic Linux/macOS support.

Scope

Good fits:

  • OpenClaw config questions
  • gateway restarts / health / logs
  • channel routing issues (Telegram, Discord, iMessage, etc.)
  • session / agent / cron behavior questions
  • “why is OpenClaw doing X?” troubleshooting

Do not use this skill for:

  • general shell/debug work unrelated to OpenClaw
  • building new features unless the request is specifically about OpenClaw behavior
  • security review of third-party code (use a review/audit flow instead)

Default workflow

  1. Clarify the lane

Identify whether the request is about:

  • docs / usage
  • config / schema
  • runtime health
  • channel routing
  • skill structure
  • cron behavior
  1. Check local docs first

Prefer local docs before web docs:

  • /Users/donzurbrick/.openclaw/workspace/docs
  • /Users/donzurbrick/.openclaw/workspace/AGENTS.md
  • /Users/donzurbrick/.openclaw/workspace/TOOLS.md
  • /Users/donzurbrick/.openclaw/workspace/MEMORY.md
  1. Inspect only the relevant config subtree

Before answering config-field questions or making config changes, inspect the targeted schema subtree.

Examples:

  • channels.telegram
  • agents.defaults
  • gateway.auth
  • commands
  1. Prefer the smallest explanation or change
    • answer with the specific field/path involved
    • avoid dumping unrelated config
    • prefer a minimal patch over a broad rewrite
  1. Verify after mutation

If a restart or config change happens:

  • run the pre-restart validator if relevant
  • verify after restart
  • report pass/fail/warn cleanly

Troubleshooting sequence

For runtime issues, use this order:

  1. Determine whether the issue is ingress, routing, authorization, model/provider, or delivery
  2. Check the most specific evidence source available
  3. Avoid guessing from stale sessions when live config/logs can answer it
  4. Separate:
    • what is verified
    • what is inferred
    • what still needs a test

Skill structure rule

When asked to extend OpenClaw behavior, prefer:

  1. existing tools
  2. a skill with supporting files
  3. retrieval/progressive disclosure
  4. a specialist sub-agent
  5. a new first-class tool

Do not recommend a new primitive unless the Tool Addition Gate is satisfied.

Supporting references

Read these only if relevant:

  • references/triage-checklist.md — quick diagnostic flow for common OpenClaw failures
  • references/skill-design-notes.md — how to decide between skill vs tool vs subagent

Output style

  • Lead with the diagnosis or answer
  • Name the exact config path / command / failure mode
  • Distinguish verified facts from best guesses
  • Keep it tight unless the issue is architectural

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 12:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Battle-Tested Agent

zurbrick
19个生产级强化模式,面向AI智能体——记忆、验证、歧义处理、压缩容错、委托、基于证明的交接、失效工作线程...
★ 0 📥 952
it-ops-security

1password

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

OpenClaw Backup

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