What problem does it solve?
This Skill connects a self-hosted Hermes agent to Slack without exposing a public webhook endpoint, while enforcing a hard allowlist so only approved users can talk to the bot.
Core Features & Use Cases
- Secure Slack Wiring: Configures Slack Socket Mode with the required bot and app tokens for a remote Hermes deployment on a VPS.
- Access Control: Refuses to enable Slack until valid Slack Member IDs are provided, reducing the risk of workspace-wide token abuse.
- Reliable Operations: Handles secret storage, gateway reloads, connection verification, and rollback-safe updates in an idempotent workflow.
- Use Case: An operator wants Hermes to answer Slack DMs and post in selected channels, but only for a small approved group of users.
Quick Start
Ask the AI to connect your remote Hermes VPS to Slack using Socket Mode, your bot token, app token, allowlisted Slack member IDs, and SSH access details.