agent-channeltalk

Installation
SKILL.md

Agent Channel

A TypeScript CLI tool that enables AI agents and humans to interact with Channel Talk workspaces through a simple command interface. Features zero-config credential extraction from the Channel Talk desktop app (with browser fallback) and multi-workspace support.

Key Concepts

Before diving in, a few things about Channel Talk's terminology:

  • Channel = workspace (not a chat channel like Slack). The API calls it a "channel," but it means your entire workspace.
  • UserChats = 1:1 conversations with end users (customers).
  • Groups = team inbox channels (similar to Slack channels). Referenced by ID.
  • DirectChats = direct messages between managers.
  • Managers = human agents on your team.
  • Bots = automated agents in the workspace.
  • Messages use a blocks format: [{ type: "text", value: "..." }]. The CLI handles this automatically when you pass plain text.

Quick Start

Related skills
Installs
6
GitHub Stars
105
First Seen
Mar 19, 2026