ll-chat-channel-unbind

Unbind chat groups from channels with admin authorization and audit logs.

9|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/Katsumitec/Human_First --skill ll-chat-channel-unbind
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ll-chat-channel-unbind
Source: https://github.com/Katsumitec/Human_First/tree/main/projects/ll-ai-first/skills-scripts/ll-bot-skills/ll-chat-channel-unbind
Command: npx skills add https://github.com/Katsumitec/Human_First --skill ll-chat-channel-unbind

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of unbinding chat groups from specific channels in a system, ensuring operational control and compliance when discontinuing notifications or channel associations.

Core Features & Use Cases

  • Admin-Managed Unbinding: Facilitates the removal of chat groups from channels upon operational requests (e.g., channel decommissioning, user attrition).
  • Auditable Actions: Records unbind reasons and timestamps for compliance and auditing purposes.
  • Use Case: When an admin needs to decommission a marketing channel and stop notifications to a specific user group, this Skill allows the admin to securely unbind the chat group from the channel.

Quick Start

Use the ll-chat-channel-unbind skill to remove the binding between chat group 'chat_id' and channel 'chnlId' with an admin token.

Frequently Asked Questions about ll-chat-channel-unbind

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

FAQPage Schema
How do I unbind a chat group from a specific channel via API?

Unbinding a chat group from a channel requires admin privileges and exact matching of a unique identifier tuple. This skill automates modifying backend binding states through API integration for secure channel decommissioning.

Do I need admin approval to remove channel bindings for chat notifications?

Removing channel bindings for chat notifications requires admin approval to ensure compliance. This skill validates admin authorization before executing atomic updates to discontinue channel associations and stop notifications.

What happens to audit logs when decommissioning a marketing channel and unbinding users?

When unbinding users during channel decommissioning, audit logs automatically record unbind reasons and timestamps. This ensures compliance and maintains an auditable trail of all binding state modifications.

Why does channel unbinding fail when the chat group and channel identifiers do not match exactly?

Channel unbinding fails without exact matching because the system requires a unique identifier tuple for atomic API updates. This precaution prevents accidental unbinding of incorrect chat groups during operational requests.

Can I use a script to automate chat channel unbinding for multiple groups?

You can use scripts to automate chat channel unbinding across multiple groups. The skill processes operational requests via backend APIs, requiring admin privileges and exact tuple matching for each atomic update.