What problem does it solve?
Connecting external services like Slack, Telegram, or Spotify to an agent normally requires juggling tokens, OAuth flows, and config files by hand. This Skill turns connector setup into a guided in-conversation flow that reads the connector manifest, collects only environment variable references, and verifies each connection before recording it.
Core Features & Use Cases
- Guided Channel Setup: Walks through Slack, Telegram, and Signal configuration using env var names for tokens, then verifies the channel worker config before recording the connection.
- Life Integration Connectors: Connects Notion, Home Assistant, Weather, and Trello via
connect_life_integration, and handles Spotify through a PKCE flow with loopback redirect registration.
- History Backfill with Approval: Queues historical message imports only after explicit user approval, with status tracking and pause/resume/cancel controls.
- Use Case: A user asks to connect their Slack workspace. The Skill checks setup status, starts the flow with minimal capabilities, accepts only env var names for the bot token, verifies the config, and only then tells the user to restart
hexis-channels.
Quick Start
Ask the agent to connect your Slack workspace and follow the guided setup steps it provides.