ax-provider-channel

Manage Slack, Discord, and Telegram message channels for an AI agent.

5|2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-channel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-provider-channel
Source: https://github.com/project-ax/ax-legacy/tree/main/.claude/skills/ax-provider-channel
Command: npx skills add https://github.com/project-ax/ax-legacy --skill ax-provider-channel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of managing and integrating various message channels for the AX AI agent, ensuring seamless communication across platforms.

Core Features & Use Cases

  • Channel Integration: Add and manage Slack, Discord, Telegram, and other channels.
  • Session Addressing: Maintain separate conversations across different scopes.
  • Message Handling: Process inbound and outbound messages efficiently.
  • Use Case: When you need to integrate multiple communication channels for your AX AI agent to handle conversations across different platforms.

Quick Start

Use the ax-provider-channel skill to integrate a new Slack channel for communication with your team.

Frequently Asked Questions about ax-provider-channel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Slack and Discord channels for an AI agent?

Channel integration for AI agents uses the ChannelProvider interface to connect Slack, Discord, and Telegram, processing inbound and outbound messages while maintaining separate conversations.

How does session addressing work across different message scopes?

Session addressing maintains separate conversations across different scopes like DMs, channels, threads, and groups, ensuring the AI agent tracks context independently for each platform's distinct communication scope.

What is the best way to handle messages across multiple platforms for an AI agent?

The best way to handle messages across multiple platforms is using a unified channel integration skill that processes inbound and outbound messages efficiently while supporting various platforms like Slack and Telegram.

Do I need to implement a specific interface to add a new messaging platform?

Yes, you need to implement the ChannelProvider interface to add a new messaging platform, which requires configuration management to define how the AI agent connects and processes messages for that specific platform.

Can I maintain separate conversations in direct messages and group threads simultaneously?

Yes, channel integration supports session addressing to maintain separate conversations simultaneously across different scopes including direct messages, channels, threads, and groups for your AI agent.