Overview
- Skill Key
- cooperun/openclaw-diagnostics
- Author
- cooperun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cooperun/openclaw-diagnostics
- Latest Commit SHA
- 1a92bd5c773a808b64acbfe695e8ce5e238c03c0
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Openclaw Diagnostics 技能。 若已安装,则直接安装 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-kno...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".