manage-channels

Maps messaging platforms to agent groups and session modes in NanoClaw via SQLite database updates.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill manage-channels-vincentchong123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-channels
Source: https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy/tree/main/.claude/skills/manage-channels
Command: npx skills add https://github.com/VincentChong123/nanoclaw-v2-agy-api-proxy --skill manage-channels-vincentchong123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tsx.

What problem does it solve?

This skill resolves the complexity of mapping messaging platforms to specific AI agent groups while maintaining strict security and operational isolation.

Core Features & Use Cases

  • Channel Wiring: Connects messaging platforms like Telegram or Discord to specific agent groups with defined session modes.
  • Isolation Management: Implements granular control over agent-channel relationships, ensuring data privacy and logical separation between different user groups or platforms.
  • Use Case: When deploying a new support channel, use this skill to wire the channel to an existing agent group or create a new isolated agent instance to handle the incoming traffic.

Quick Start

Use the manage-channels skill to list the current database state and wire a new messaging channel to an existing agent group.

Frequently Asked Questions about manage-channels

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

FAQPage Schema
How do I map messaging platforms to specific agent groups for multi-tenant communication?

To map messaging platforms to agent groups, you configure agent-channel connectivity by linking platform IDs to defined session modes. This ensures secure, multi-tenant communication and strict operational isolation between different user groups.

How do I isolate messaging channels within an agent ecosystem?

Channel isolation is managed by implementing granular control over agent-channel relationships. This logical separation ensures data privacy by preventing cross-talk between different platforms or user groups wired to the same agent ecosystem.

Can I connect Telegram or Discord channels to an existing agent group?

Yes, you can wire messaging platforms like Telegram or Discord to specific agent groups. The configuration maps the platform-specific IDs to your existing agents while maintaining the defined session modes for secure traffic handling.

What do I need to configure agent-channel connectivity and session modes?

You need direct access to the local SQLite database and the setup utility scripts. These tools allow you to perform atomic configuration updates required to map platform IDs to agent groups successfully.

Why do I need to isolate agent traffic when deploying a new support channel?

Isolating agent traffic when deploying a new support channel ensures strict data privacy and logical separation. It prevents overlapping session modes or data leaks between different user groups interacting with the agent ecosystem.

What are the limitations of managing channel isolation directly in the SQLite database?

Managing channel isolation requires direct SQLite database access and utility scripts for atomic updates. Limitations include the need for manual configuration mapping and the requirement to strictly enforce session modes to prevent breaking multi-tenant data privacy.