hermes-telegram-setup
Configure Telegram bot messaging channel for Hermes Agent, especially useful when behind Chinese firewall with SOCKS proxy
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Configure Telegram bot messaging channel for Hermes Agent, especially useful when behind Chinese firewall with SOCKS proxy
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-telegram-setup |
| description | Configure Telegram bot messaging channel for Hermes Agent, especially useful when behind Chinese firewall with SOCKS proxy |
| triggers | ["configure telegram","setup telegram on hermes","telegram bot hermes agent","hermes telegram behind firewall"] |
/newbot → copy token (format: 123456789:ABC...)# Set bot token
hermes config set TELEGRAM_BOT_TOKEN "your_token_here"
# Set allowed user (your User ID)
hermes config set TELEGRAM_ALLOWED_USERS your_user_id
# Approvals must be auto (not manual) or messages get blocked
# Check: grep "approvals" ~/.hermes/config.yaml → mode: auto
uv pip install httpx[socks] --python ~/.hermes/hermes-agent/venv/bin/python
hermes gateway restart
tail -20 ~/.hermes/logs/gateway.log
# Look for: [Telegram] Connected to Telegram (polling mode)
When sending photos/files via curl to Telegram API, you MUST use the proxy:
HTTP_PROXY=socks5://127.0.0.1:7897 HTTPS_PROXY=socks5://127.0.0.1:7897 \
curl -s --max-time 60 -X POST \
"https://api.telegram.org/bot<TOKEN>/sendPhoto" \
-F "chat_id=your_user_id" \
-F "photo=@/path/to/image.png"
curl still times out: Your VPN's SOCKS proxy port may differ — check with:
networksetup -getsocksfirewallproxy Wi-Fi
# Returns: Server: 127.0.0.1, Port: XXXX
Telegram connect fails repeatedly: Check ~/.hermes/logs/gateway.log — if you see NetworkError: httpx.ConnectError, the SOCKS package is missing (see Step 3)
Messages not replied to: Check approvals.mode in config — must be auto, not manual
WhatsApp bridge crashes constantly: Known issue with WhatsApp Bridge (Baileys). Use Telegram instead — it's more stable behind Chinese firewall.
~/.hermes/config.yaml (NOT openclaw.json)~/.hermes/.env (NOT in config.yaml).env and config.yaml, not a separate setup wizard