返回顶部
o

openclaw-diagnostics

OpenClaw configuration diagnostics and troubleshooting expert. Use when users encounter OpenClaw config issues, channel connection problems, group messages not responding, cron jobs not executing, authentication failures, or need help understanding OpenClaw settings. Triggers: diagnose, troubleshoot, why no reply, config problem, openclaw issue, log analysis.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
323
下载量
1
收藏
概述
安装方式
版本历史

openclaw-diagnostics

# OpenClaw Diagnostics Configuration diagnostics and troubleshooting skill for OpenClaw, powered by built-in AI without external dependencies. ## Quick Diagnostics When a user reports an OpenClaw issue: ### 1. Gather Diagnostic Info ```bash ~/.openclaw/workspace/skills/openclaw-diagnostics/scripts/get-diagnostic-info.sh ``` ### 2. Run Basic Checks ```bash ~/.openclaw/workspace/skills/openclaw-diagnostics/scripts/check-common-issues.sh ``` ### 3. Analyze Based on Issue Type Refer to `references/common-issues.md` for diagnostic rules. ## Diagnostic Workflow ``` User reports issue ↓ Gather info (config + status + logs) ↓ Run basic checks ↓ Lookup relevant docs from knowledge base ↓ Analyze and provide diagnosis ↓ Suggest fixes ``` ## Knowledge Base The skill includes a built-in knowledge base with 335 OpenClaw documentation pages. **Location:** `assets/default-snapshot.json` **Structure:** ```json { "meta": { "pageCount": 335, "snapshotDate": "...", "sizeBytes": 3240482 }, "index": [{ "slug": "...", "title": "...", "url": "...", "description": "..." }], "pages": { "slug": "markdown content..." } } ``` **To lookup a document:** 1. Read `references/knowledge-base-index.md` to find relevant slugs 2. Load `assets/default-snapshot.json` 3. Access `pages[slug]` for content **Common Document Slugs:** | Topic | Slugs | |-------|-------| | Group Messages | `008888be`, `0bfb808e` | | Pairing | `919c126f` | | Message Routing | `a99b0ed8` | | Automation Troubleshooting | `a632126a` | | Auth Monitoring | `87e3285b` | | Cron Jobs | `b239629c` | | Channels Overview | `6569d3b4` | | WhatsApp | `d09047a0` | | Telegram | `d423ce29` | | Feishu | `90a33c43` | ### Updating Knowledge Base The knowledge base can be updated to get the latest OpenClaw documentation. **Requirements:** Network connection (no LLM needed) **Check for updates:** ```bash cd ~/.openclaw/workspace/skills/openclaw-diagnostics npx tsx scripts/update-knowledge-base.ts --check ``` **Update to latest:** ```bash cd ~/.openclaw/workspace/skills/openclaw-diagnostics npx tsx scripts/update-knowledge-base.ts ``` **Force update:** ```bash npx tsx scripts/update-knowledge-base.ts --force ``` **Features:** - Version checking based on sitemap lastmod - No LLM required - lightweight and fast - Remembers previously skipped versions ## Common Issues ### Group Messages Not Responding 1. **Check basics:** - Is the bot in the group? - Did the user @ mention the bot? - Is Gateway running? 2. **Check config:** - `ackReactionScope`: `group-mentions` means only reply to @ messages - `groupPolicy`: `open` allows all groups, `allowlist` requires whitelist 3. ⚠️ **Don't misdiagnose:** `groupPolicy: "open"` is valid config, not "empty" ### DM Not Responding Check pairing status and `allowFrom` configuration. ### Cron Jobs Not Running 1. Confirm Gateway is running 2. Check cron expression 3. Check logs for trigger confirmation 4. Check mute hours settings ### Channel Connection Issues 1. Run `openclaw status` to check status 2. Check channel-specific config 3. Look for errors in logs ## Diagnosis Principles 1. **Confirm basics first** - Don't skip simple checks 2. **Check logs** - Logs usually contain the most direct error info 3. **Don't over-diagnose** - If config is valid, don't suggest "improvements" 4. **Reference docs** - Cite relevant document slugs in diagnosis ## Resources ### scripts/ - `get-diagnostic-info.sh` - Get config, status, and logs - `check-common-issues.sh` - Common issue checker - `update-knowledge-base.ts` - Update knowledge base (requires tsx) ### assets/ - `default-snapshot.json` - Built-in knowledge base (335 docs) - `update-meta.json` - Update tracking (created after first check) ### references/ - `knowledge-base-index.md` - Document index by category - `common-issues.md` - Diagnostic rules for common issues

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 openclaw-diagnostics-1776075019 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 openclaw-diagnostics-1776075019 技能

通过命令行安装

skillhub install openclaw-diagnostics-1776075019

下载 Zip 包

⬇ 下载 openclaw-diagnostics v1.0.0

文件大小: 829.77 KB | 发布时间: 2026-4-14 11:32

v1.0.0 最新 2026-4-14 11:32
Initial release - Offline OpenClaw diagnostics with built-in 335-page knowledge base, zero LLM dependency, lightweight shell scripts

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部