hermes-whatsapp-troubleshooting
Hermes Agent WhatsApp integration troubleshooting — common issues and fixes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Hermes Agent WhatsApp integration troubleshooting — common issues and fixes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
🧠 ontology-clawra v5.1 - Local Ontology Reasoning & Learning Engine **USE THIS SKILL WHENEVER** you need structured reasoning, knowledge graph management, logical inference, or learning from interactions. This is your go-to tool for: - Building and querying ontology knowledge graphs (concepts, entities, relationships) - Performing confidence-based reasoning with evidence tracking - Recording insights and patterns from completed tasks - Local memory search and knowledge retrieval **Key Use Cases:** - Before making complex decisions: "Let me use ontology-clawra to reason about this" - After completing tasks: "Record this learning to ontology-clawra" - Building domain expertise: "Create concepts for [domain] in ontology-clawra" - Analyzing patterns: "Query ontology-clawra for similar past cases" **Core Capabilities:** ✅ Local ontology storage in `~/.openclaw/skills/ontology-clawra/memory/` ✅ Confidence calculation (CONFIRMED/ASSUMED/SPECULATIVE) ✅ Learning from user confirmations ✅ Local memory search (no ne
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Git push to HTTPS remote using token authentication — avoids SSH setup, works in CI/automated environments.
从 GitHub 历史中彻底清除敏感文件的完整流程 — 使用 git filter-repo + force push,适用于清理意外提交的个人文件、工作文件等
清理 GitHub 历史和 ClawHub 中意外泄露的个人/工作文件
Configure WhatsApp and Telegram messaging platforms on Hermes Agent
| name | hermes-whatsapp-troubleshooting |
| description | Hermes Agent WhatsApp integration troubleshooting — common issues and fixes |
当你遇到 Hermes Agent WhatsApp 配置完成但不回复消息时使用。
症状: Gateway 显示 connected,但 "Channel directory built: 0 target(s)",消息无回复。
原因: approvals.mode: manual 要求所有消息手动审批,直接丢弃。
解决:
# 编辑 ~/.hermes/config.yaml
approvals:
mode: auto # 从 manual 改为 auto
hermes gateway restart
症状: 自发自收没有回应。 原因: WhatsApp 不把自发自收的消息路由给 bot。 解决: 让别人给你发消息,或用另一个 WhatsApp 账号测试。
症状: WhatsApp connected 但 channel count 为 0。
原因: approvals 阻挡,或 allowed_users 未配置。
解决: 确认 whatsapp.allowed_users 包含你的手机号(国际格式,无+号):
whatsapp:
allowed_users:
- "8613912345678"
症状: 日志显示 "[Whatsapp] Disconnected" 然后立即重连。 原因: 正常现象,只要最终显示 "whatsapp connected" 即可。
hermes gateway status 确认服务运行tail ~/.hermes/logs/gateway.log 确认 "whatsapp connected"Channel directory built: N target(s) N > 0