manage-channels

Map platform-specific messaging IDs to agent groups and configure session persistence.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/tharunramagiri/bookoraaagent --skill manage-channels-tharunramagiri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-channels
Source: https://github.com/tharunramagiri/bookoraaagent/tree/main/.claude/skills/manage-channels
Command: npx skills add https://github.com/tharunramagiri/bookoraaagent --skill manage-channels-tharunramagiri

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx, and includes scripts (resource) components.

What problem does it solve?

This skill resolves the complexity of managing multi-channel messaging integrations and agent isolation, ensuring that your AI assistant is correctly wired to the right communication platforms without security or context leakage.

Core Features & Use Cases

  • Channel Wiring: Connects messaging platforms like Telegram, Discord, or WhatsApp to specific agent groups.
  • Isolation Management: Implements granular control over session modes, ensuring that conversations remain private or shared based on your specific requirements.
  • Use Case: When adding a new team communication channel, use this skill to define whether the agent should treat it as a separate isolated workspace or share memory with an existing agent group.

Quick Start

Use the manage-channels skill to wire a new Telegram group to an existing agent group by following the interactive setup prompts.

Frequently Asked Questions about manage-channels

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

FAQPage Schema
How do I configure messaging channels for AI agent groups?

Configuring messaging channels for AI agent groups involves mapping platform-specific IDs to internal agents and defining session persistence policies. This requires database access to the central v2.db and running setup scripts to register messaging group entities.

How does agent isolation work when wiring Discord or Telegram groups?

Agent isolation works by implementing granular control over session modes, ensuring conversations remain private or shared based on your requirements. You define whether the agent treats a new channel as a separate isolated workspace or shares memory with an existing group.

Can I use scripts to map platform-specific IDs to internal agent groups?

Yes, you can use scripts to map platform-specific IDs to internal agent groups. The skill facilitates this mapping process through interactive setup prompts to correctly wire communication platforms like Telegram, Discord, or WhatsApp to your agents.

Do I need database access to set up multi-channel messaging integrations?

Yes, you need database access to the central v2.db to set up multi-channel messaging integrations. This access is required to execute setup scripts that register messaging group entities and define session persistence policies.

What is the best way to prevent context leakage across multiple messaging platforms?

The best way to prevent context leakage across multiple messaging platforms is to implement granular isolation management. This ensures your AI assistant is correctly wired to the right communication platforms without security or context leakage between separate workspaces.

When should I not use shared memory for agent messaging channels?

You should not use shared memory for agent messaging channels when adding a new team communication channel that requires strict privacy. In this case, define the agent as a separate isolated workspace to prevent context leakage between distinct groups.