Skip to content

fix: use correct CLI flags for Hermes/OpenClaw webhook polling#56

Merged
matthiastjong merged 1 commit intomainfrom
fix/hermes-webhook-polling-flags
Apr 11, 2026
Merged

fix: use correct CLI flags for Hermes/OpenClaw webhook polling#56
matthiastjong merged 1 commit intomainfrom
fix/hermes-webhook-polling-flags

Conversation

@matthiastjong
Copy link
Copy Markdown
Owner

Summary

  • Hermes: Fixed install script to use correct hermes cron create flags (--deliver telegram:<chatId> instead of non-existent --announce --channel --to). Added --skill shellgate for proper skill scoping.
  • Silent markers: Suppress idle "No events" Telegram spam using platform-native markers: [SILENT] (Hermes) and NO_REPLY (OpenClaw).

Test plan

  • Hermes install script tested on Mac Mini via SSH — cron job created, polling works, events processed and ACK'd correctly
  • Telegram delivery verified — events with handling instructions delivered to chat, silent suppression works for empty polls
  • OpenClaw install script updated with correct NO_REPLY marker (not yet re-installed)

🤖 Generated with Claude Code

Hermes install script used OpenClaw-style flags (--announce --channel --to,
--no-deliver) which don't exist on `hermes cron create`. Fixed to use
`--deliver telegram:<chatId>` and added `--skill shellgate`.

Also suppress idle "No events" Telegram spam by using platform-native
silent markers: [SILENT] for Hermes, NO_REPLY for OpenClaw.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@matthiastjong matthiastjong merged commit 1f814ce into main Apr 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant