channel_message

Send one-way messages to users, sessions, or channels via qwenpaw channels send.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you need to proactively send a one-way message to a user, session, or channel, use this skill. Typically used when a user explicitly requests sending to a specific channel or session, or when proactive notifications are needed. First query sessions with qwenpaw chats list, then push the message with qwenpaw channels send.

Core Features & Use Cases

  • One-way channel messaging: push messages to channels or sessions without waiting for a reply.
  • Session discovery: identify the target session by querying chats list, including user_id and session_id.
  • Proactive notifications: deliver reminders, alerts, or status updates to users or channels.
  • Simple integration: straightforward two-step workflow (lookup, then send) with mandatory parameters.

Quick Start

Query available sessions with qwenpaw chats list, then push the message with 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 proactive notifications to a specific channel or session?

To send proactive notifications, query available sessions with qwenpaw chats list, then push the message with qwenpaw channels send using mandatory parameters: --agent-id, --channel, --target-user, --target-session, and --text.

What is one-way channel messaging and when do I need it?

One-way channel messaging pushes messages to users, sessions, or channels without waiting for a reply, and is needed when delivering proactive reminders, alerts, or status updates across conversations.

How do I find the target session ID before sending a message to a channel?

To find the target session ID before sending a message, query sessions using qwenpaw chats list, which returns user_id and session_id details needed for the qwenpaw channels send command.

What parameters are required for qwenpaw channels send?

The qwenpaw channels send command requires five mandatory parameters: --agent-id, --channel, --target-user, --target-session, and --text to successfully push one-way messages to channels.

Can I use channel messaging for automated alerts across multiple conversations?

Yes, you can use channel messaging for automated notifications across conversations by applying the qwenpaw channels send command after querying sessions with qwenpaw chats list.

Why does my channel message fail to send without a target session?

Your channel message fails to send because --target-session is a mandatory parameter; you must first query qwenpaw chats list to identify the correct target session before sending.