chat-channel-adapter

Create chat channel adapters for the Company Inbox Suite using TypeScript and Edge Functions.

Updated May 30, 2026
One-click install
npx skills add https://github.com/buitrankimlong/thongtincty --skill chat-channel-adapter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chat-channel-adapter
Source: https://github.com/buitrankimlong/thongtincty/tree/main/.claude/skills/chat-channel-adapter
Command: npx skills add https://github.com/buitrankimlong/thongtincty --skill chat-channel-adapter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, edge-functions, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of building and managing chat channel adapters for the Company Inbox Suite, allowing for seamless integration and communication across various channels.

Core Features & Use Cases

  • Channel Adapter Creation: Scaffold new chat channel adapters for Web Widget, Zalo OA, Telegram, FB Messenger, and more.
  • Edge Function Setup: Generates Edge Function receiver and sender for handling messages.
  • Settings UI Wizard: Provides a UI wizard for configuration and testing.
  • Signature Verification & Idempotency: Ensures secure and reliable message handling.
  • Use Case: Integrate a new chat channel (like Zalo OA) into the Company Inbox Suite for efficient customer communication.

Quick Start

Use the chat-channel-adapter skill to create a new chat channel adapter for Zalo OA and configure it for use with the Company Inbox Suite.

Frequently Asked Questions about chat-channel-adapter

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

FAQPage Schema
How do I integrate a new messaging platform like Zalo OA into the Company Inbox Suite?

To integrate a new messaging platform into the Company Inbox Suite, you can use a chat channel adapter to scaffold the connection, generate Edge Function receivers and senders, and configure the settings via a UI wizard for efficient customer communication.

What are chat channel adapters and how do they handle message routing?

Chat channel adapters are integrations that connect external messaging platforms to the Company Inbox Suite. They handle message routing and secure communication protocols by generating dedicated Edge Function receivers and senders for each platform.

Do I need TypeScript and Edge Functions to build a chat channel adapter?

Yes, TypeScript and Edge Functions are required dependencies for building and deploying chat channel adapters. They provide the necessary environment to automate creation, handle message routing, and ensure secure communication across various channels.

How do I ensure secure and reliable message handling for Web Widget integration?

Secure and reliable message handling for integrations like Web Widget is ensured through built-in signature verification and idempotency features within the chat channel adapter, preventing unauthorized access and duplicate message processing.

Can I configure and test chat channel adapters without writing custom code?

You can configure and test chat channel adapters using the provided Settings UI Wizard. This tool guides you through the setup process for platforms like Telegram and FB Messenger, ensuring proper integration with the Company Inbox Suite.

What is the best way to connect FB Messenger to the Company Inbox Suite?

The best way to connect FB Messenger is by using a chat channel adapter to scaffold the integration. This automates Edge Function setup for message handling and provides a UI wizard for quick configuration and testing within the Company Inbox Suite.