channel_message

Send one-way messages to a validated user channel or session.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need to push one-way messages to users, sessions, or channels without waiting for a reply, this skill provides a reliable way to notify and inform.

Core Features & Use Cases

  • Proactive notifications: alert users about task status, reminders, or updates.
  • Targeted channel delivery: send messages to a specific channel and session after session discovery.
  • Clear separation from interactive chats: used only for one-way messaging, not for two-way conversations.

Quick Start

Query the target session with qwenpaw chats list and then push the notification using qwenpaw channels send.

Frequently Asked Questions about channel_message

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

FAQPage Schema
How do I send a one-way notification to a specific chat session?

To send a one-way notification, you must first list sessions using qwenpaw chats list, then execute qwenpaw channels send with the agent-id, channel, target-user, target-session, and text to deliver the message.

What is one-way channel messaging used for in chat workflows?

One-way channel messaging is used for proactive notifications, alerts, and status updates where no reply is expected. It enables reliable information delivery to users or sessions without initiating a two-way conversation.

Can I use this skill for two-way conversations with users?

No, you cannot use this skill for two-way conversations. It is strictly designed to push one-way messages to channels and sessions, ensuring a clear separation from interactive chat workflows.

What parameters are required to push a message to a target channel?

Pushing a message requires validating the destination and passing five parameters to qwenpaw channels send: agent-id, channel, target-user, target-session, and the text of your notification.

How do I find the target session before sending a proactive alert?

You must query available target sessions by running the qwenpaw chats list command first. This validates the destination and retrieves the exact target-session identifier needed for the messaging command.

What is the best way to push task status updates to users without waiting for a reply?

The best way to push task status updates without waiting for a reply is using one-way channel delivery. This approach validates the target session and sends proactive notifications directly without expecting a response.