channel_message

Send one-way messages to specific channels or sessions for notifications.

3|1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill channel-message-yuexps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel_message
Source: https://github.com/yuexps/QwenPaw-FNOS/tree/main/app/server/src/qwenpaw/agents/skills/channel_message-zh
Command: npx skills add https://github.com/yuexps/QwenPaw-FNOS --skill channel-message-yuexps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables proactive, unidirectional communication by sending messages to specific channels or sessions, facilitating timely notifications and alerts.

Core Features & Use Cases

  • Targeted Notifications: Send alerts, reminders, or updates to the correct user sessions or channels when needed.
  • Session Lookup: Query existing sessions to identify active channels or user interactions.
  • Use Case: When a task completes or a system event occurs, use this Skill to notify the relevant user or channel promptly.

Quick Start

Query available sessions with qwenpaw chats list, then send a message using qwenpaw channels send specifying the target user and session information.

Frequently Asked Questions about channel_message

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

FAQPage Schema
How do I send one-way notifications and alerts to a specific user session?

To send one-way notifications, query available channels using chats list, then dispatch messages with precise target identifiers via channels send to ensure timely delivery to the specific user session.

What is the best way to proactively push messages to active channels without waiting for a reply?

Pushing messages proactively requires querying existing sessions to identify active channels, then dispatching unidirectional alerts to those targets, which supports administrative workflows depending on one-way communication.

Can I use this to send targeted reminders when a background task completes?

Yes, you can send targeted reminders when a task completes by looking up the relevant session and dispatching a one-way message to notify the specific channel or user promptly.

How does session lookup work for dispatching messages to the correct channel?

Session lookup works by querying existing channels and user interactions to identify active targets, ensuring you dispatch messages with precise target identifiers for accurate and relevant delivery.

Do I need to query existing sessions before sending a message to a channel?

Yes, you need to query existing sessions first to identify active channels and retrieve the precise target identifiers required to successfully dispatch your one-way message.

Why use one-way messages instead of standard channel communication for system alerts?

Use one-way messages for system alerts because they provide a unidirectional communication method that ensures timely notifications are dispatched without waiting for or handling user replies.