OpenClaw Whisperer
Ultimate diagnostic, error-fixing, and skill recommendation tool for OpenClaw.
What's New in v1.1.0
- - Complementary Skills - Discover skills that work together (10 skill relationships)
- Diagnostic Hooks - GitHub/Slack/Discord integration for error notifications (9 hook configs)
- Recovery Tracking - Track fix execution history and success rates
- Smart Scoring - Enhanced recommendations with complementary skill bonus scoring
- Rich Display - Improved CLI panels and formatting for suggestions
When to Use
Activate when user wants to:
- - Diagnose OpenClaw errors or issues
- Auto-fix common problems
- Find and recommend ClawHub skills with complementary suggestions
- Run extended health checks
- Setup OpenClaw for first time
- Update documentation and caches
- Track fix execution history
Available Tools
Error Fixer
Diagnose and auto-fix OpenClaw errors with diagnostic hooks and recovery tracking.
CODEBLOCK0
Skill Recommender
Smart ClawHub skill recommendations with complementary skill detection.
CODEBLOCK1
Enhanced Doctor
Extended diagnostic checks.
CODEBLOCK2
Self-Updater
Keep references and caches current.
CODEBLOCK3
Setup Wizard
Interactive first-time setup.
CODEBLOCK4
Reference Files
Data Files (v1.1.0)
Templates
OpenClaw Whisperer
OpenClaw的终极诊断、错误修复和技能推荐工具。
v1.1.0 新特性
- - 互补技能 - 发现可协同工作的技能(10种技能关系)
- 诊断钩子 - 集成GitHub/Slack/Discord的错误通知(9个钩子配置)
- 修复追踪 - 跟踪修复执行历史与成功率
- 智能评分 - 通过互补技能奖励评分增强推荐效果
- 丰富显示 - 改进的CLI面板和格式化建议
使用时机
当用户需要以下操作时激活:
- - 诊断OpenClaw错误或问题
- 自动修复常见问题
- 查找并推荐ClawHub技能及互补建议
- 运行扩展健康检查
- 首次设置OpenClaw
- 更新文档和缓存
- 跟踪修复执行历史
可用工具
错误修复器
通过诊断钩子和修复追踪诊断并自动修复OpenClaw错误。
bash
按错误代码诊断(如已配置则触发诊断钩子)
python3 {baseDir}/scripts/error-fixer.py --error 401
分析日志文件并给出修复建议
python3 {baseDir}/scripts/error-fixer.py --input /path/to/log
自动修复安全问题(追踪执行历史)
python3 {baseDir}/scripts/error-fixer.py --error EADDRINUSE --auto-fix
按类别列出错误及修复历史
python3 {baseDir}/scripts/error-fixer.py --category authentication
查看修复执行历史
python3 {baseDir}/scripts/error-fixer.py --show-history
测试通知钩子(GitHub/Slack/Discord)
python3 {baseDir}/scripts/error-fixer.py --test-hooks
技能推荐器
智能ClawHub技能推荐,支持互补技能检测。
bash
按渠道推荐(包含互补技能)
python3 {baseDir}/scripts/skill-recommender.py --channel whatsapp --top 5
按用例推荐(含奖励评分)
python3 {baseDir}/scripts/skill-recommender.py --use-case image generation
从配置自动检测(附带互补元数据增强)
python3 {baseDir}/scripts/skill-recommender.py --auto-detect
检查更新
python3 {baseDir}/scripts/skill-recommender.py --check-updates
查看已安装技能的互补技能
python3 {baseDir}/scripts/skill-recommender.py --complementary-for image-generator-pro
增强诊断器
扩展诊断检查。
bash
完整诊断
python3 {baseDir}/scripts/enhanced-doctor.py
深度扫描及日志分析
python3 {baseDir}/scripts/enhanced-doctor.py --deep
JSON格式输出
python3 {baseDir}/scripts/enhanced-doctor.py --json
自动更新器
保持引用和缓存最新。
bash
检查过期内容
python3 {baseDir}/scripts/self-updater.py --check
更新所有内容
python3 {baseDir}/scripts/self-updater.py --update
仅更新技能缓存
python3 {baseDir}/scripts/self-updater.py --update --skills-only
设置向导
交互式首次设置。
bash
交互式设置
python3 {baseDir}/scripts/setup-wizard.py
仅检查前置条件
python3 {baseDir}/scripts/setup-wizard.py --check-only
参考文件
数据文件 (v1.1.0)
模板