Hermes Progress Tail — Communication skill for Claude Code
Compact live tool and reasoning progress tails for Hermes Agent across Discord, Telegram, and other gateway platforms.
How to install Hermes Progress Tail
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open tickernelz/hermes-progress-tail and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hermes Progress Tail does
Compact live tool and reasoning progress tails for Hermes Agent across Discord, Telegram, and other gateway platforms.
Alternatives in Communication
- Pestle Analysis — PESTLE analysis across Political, Economic, Social, Tech, Legal, Environmental 7.8k ★
- Nekro Agent — NekroAgent 是一个面向多人互动场景的跨平台 Agent 框架,集 Claude Code 沙盒执行、工作区编排、长期记忆、结构化 MCP 管理与可视化控制台于一体,兼具高扩展性、多模态交互、实时状态推送和自动化 800 ★
- Hermes Bot Mode — Bot Mode for the Hermes desktop: a roster of named agents with their own chats, avatars, routines, and bot-to 650 ★
README
hermes-progress-tail

Compact Hermes gateway plugin for live progress tails.
What it does
- Shows latest tool calls, sticky todo state, delegated subagent progress, reasoning/thinking, and background jobs in compact progress bubbles.
- Updates one editable progress message instead of spamming chat.
- Keeps completed turn progress bubbles visible as history.
- Starts a fresh progress bubble for a new user turn after the prior final answer, while true interrupts keep updating the active bubble.
- Keeps running background jobs visible after the parent turn finishes.
- Falls back conservatively on no-edit platforms.
- Redacts common secrets before rendering progress.
- Suppresses conflicting Hermes built-in gateway progress/reasoning display plugin-side on owned gateway sessions.
Clarify decision checkpoints
- Normal work keeps the compact live tail unchanged.
clarifyfreezes a bounded, decision-complete checkpoint rather than an activity transcript.- Editable platforms freeze the current bubble; no-edit platforms send one checkpoint snapshot.
- A response updates that checkpoint at most once, and later activity starts a fresh progress bubble.
- Checkpoint data is runtime-only and redacted; it never includes raw chain-of-thought.
- This release adds no new configuration.
Before / after

Install
Installing or updating requires Python 3.12 or newer. During the compatibility-removal window, uninstall remains available with the previously supported Python 3.10 and 3.11 (and newer); `python3` is still required.
curl -fsSL https://raw.githubusercontent.com/tickernelz/hermes-progress-tail/v0.2.20/install.sh | bash
Restart Hermes manually after install/update:
/restart
Uninstall:
curl -fsSL https://raw.githubusercontent.com/tickernelz/hermes-progress-tail/v0.2.20/uni
Related Skills
Claude To IM
Host-agnostic bridge connecting Claude Code SDK to IM platforms (Telegram, Discord, Feishu)
ClawSwarm
A smaller, lighter-weight version of OpenClaw, natively multi-agent, compiles to Rust, and built on the Swarms
Whats New
Draft a "What's New" Discord community update across backend, frontend & infra for a time window
Board Health
Quinn subskill — detect stale PRs across monitored repos and create board features for Ava. Posts a summary to
Check Buffer
Check content buffer across both streams and optionally send a Discord notification
Claudeclaw
A reference blueprint for building persistent, multi-agent Claude Code setups with Telegram and Discord.
Related Agents
Channel Integrator
Use this agent when implementing Telegram, Slack, Discord, WhatsApp, or Matrix channel adapters.
Context Pack
Creates structured handoff briefings between agents. Packages task context, constraints, progress into compact
Task Scribe
Use to maintain Harness task state, heartbeat, dispatch ledger, evidence pointers, and compact PLAN/PROGRESS u