channel_message

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

34.3k|3.0k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/agentscope-ai/QwenPaw --skill channel-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel_message
Source: https://github.com/agentscope-ai/QwenPaw/tree/main/src/qwenpaw/agents/skills/channel_message
Command: npx skills add https://github.com/agentscope-ai/QwenPaw --skill channel-message

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactively delivering one-way messages to a user, session, or channel is essential when updates must be sent without waiting for a reply, ensuring timely communication and event-driven notification.

Core Features & Use Cases

  • Proactive channel messaging: send notifications like task updates, reminders, or alerts to the right channel or session.
  • Session verification: query available sessions to identify the correct target before sending.
  • One-way delivery: ensures messages are delivered without awaiting user responses, preserving UX flow.

Quick Start

Query the target session with qwenpaw chats list, then push a message with qwenpaw channels send to the desired channel and user.

Frequently Asked Questions about channel_message

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

FAQPage Schema
How do I proactively push notifications to a channel without waiting for a reply?

To send one-way messages proactively, first query available sessions to identify the correct target, then push the notification directly to that channel. This ensures notifications like task updates or reminders are delivered without awaiting user responses.

What is proactive channel messaging used for?

Proactive channel messaging delivers one-way updates and notifications to users or sessions without awaiting replies. It is commonly applied to event-driven scenarios like task completion alerts, scheduled reminders, or status updates to ensure timely communication.

How do I verify a target session before sending a proactive message?

You can verify a target session by querying the session listing to check available candidates. When multiple valid sessions exist, the system automatically applies the message to the most recently active session to ensure accurate delivery.

Does proactive messaging handle user replies after sending a notification?

No, proactive messaging does not perform any reply handling. It enforces required parameters and pre-send checks to ensure strict one-way delivery, preserving the user experience flow without monitoring or processing subsequent user responses.

Can I send task completion alerts to multiple active sessions simultaneously?

The system validates the target session via session listing and uses the most recently active session when multiple candidates exist. It focuses on accurate one-way delivery to the identified target rather than broadcasting to multiple sessions simultaneously.