Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

openclaw-diagnosticsOpenClaw diagnostics 搜索

Agent Skill

openclaw-diagnostics 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,023

周安装

506

GitHub Stars

1

下载量

4,210
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-diagnostics(OpenClaw diagnostics 搜索)
来源仓库:https://github.com/cooperun/openclaw-diagnostics
安装命令:
openclaw skills install openclaw-diagnostics
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-diagnostics

简介

使用日志和内置知识库对 OpenClaw 配置、通道、组消息、cron 作业和身份验证问题进行诊断和故障排除。

SKILL.md

name
openclaw-diagnostics
description
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.

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

~/.openclaw/workspace/skills/openclaw-diagnostics/scripts/get-diagnostic-info.sh

2. Run Basic Checks

~/.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:

{
  "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:

TopicSlugs
Group Messages008888be, 0bfb808e
Pairing919c126f
Message Routinga99b0ed8
Automation Troubleshootinga632126a
Auth Monitoring87e3285b
Cron Jobsb239629c
Channels Overview6569d3b4
WhatsAppd09047a0
Telegramd423ce29
Feishu90a33c43

Updating Knowledge Base

The knowledge base can be updated to get the latest OpenClaw documentation.

Requirements: Network connection (no LLM needed)

Check for updates:

cd ~/.openclaw/workspace/skills/openclaw-diagnostics
npx tsx scripts/update-knowledge-base.ts --check

Update to latest:

cd ~/.openclaw/workspace/skills/openclaw-diagnostics
npx tsx scripts/update-knowledge-base.ts

Force update:

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?

  1. Check config:

- ackReactionScope: group-mentions means only reply to @ messages - groupPolicy: open allows all groups, allowlist requires whitelist

  1. ⚠️ 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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.92%
按下载量换算3,407

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills