channel_message

Send one-way messages to user sessions in specific channels.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/senthxu-a11y/LTclaw1.0 --skill channel-message-senthxu-a11y
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel_message
Source: https://github.com/senthxu-a11y/LTclaw1.0/tree/main/src/ltclaw_gy_x/agents/skills/channel_message-zh
Command: npx skills add https://github.com/senthxu-a11y/LTclaw1.0 --skill channel-message-senthxu-a11y

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of proactively delivering messages to users via specific channels, eliminating the need for manual follow-ups and ensuring timely communication.

Core Features & Use Cases

  • Proactive Notifications: Send alerts, reminders, or system updates to users in designated channels.
  • Session Management: Query and select the most recent user sessions before sending messages.
  • Use Case: For example, notify a team in a Slack channel when a report generation is complete by querying sessions and pushing a message.

Quick Start

Query the user sessions in the target channel and then send a message saying "Your report is ready."

Frequently Asked Questions about channel_message

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

FAQPage Schema
How do I send proactive notifications to users in specific channels?

To send proactive notifications, query the target user sessions via chat listing commands, then push a one-way message to the correct channel. This ensures real-time delivery of alerts and updates without expecting a response.

What's the best way to notify a team in a channel when a process completes?

The best way to notify a team is querying the most recent user sessions in the target channel and pushing a one-way message. This proactively delivers updates so you can inform users that a report or process is ready.

Do I need to retrieve session details before sending channel messages?

Yes, you need to retrieve session details using chat listing commands before sending channel messages. This ensures your targeted notifications reach the correct user sessions in real-time.

Can I use channel messaging for two-way communication with users?

No, channel messaging is designed for one-way communication only. It facilitates targeted notifications, proactive alerts, and updates without expecting responses from the recipients.

When do I need to use targeted channel messages for user communication?

You need targeted channel messages when proactively delivering alerts, reminders, or system updates to users. It eliminates manual follow-ups by pushing notifications directly to designated channels in real-time.