channel_message

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactively push messages to users, sessions, or channels using teampaw channels send.

Core Features & Use Cases

  • One-way channel messaging: Deliver notifications, alerts, or reminders to a specific channel or session without expecting a response.
  • Session-aware delivery: Before sending, the skill performs a session lookup to identify the correct recipient context.
  • Safety and control: Enforces required parameters and respects the one-way nature to avoid unintended interactions.

Quick Start

Send a proactive notification to a known channel after a completion event.

Frequently Asked Questions about channel_message

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

FAQPage Schema
How do I push one-way channel messages to a specific user session?

To push one-way channel messages, you use teampaw channels send after performing a session lookup. This proactively delivers notifications or alerts to a target user and session without expecting a reply.

What parameters are required to send a proactive notification without receiving replies?

Sending a proactive notification requires five parameters: agent-id, channel, target-user, target-session, and text. These parameters ensure safe, one-way delivery to the correct recipient context.

When do I need to use one-way messaging for alerts and reminders?

You need one-way messaging when alerts or reminders must be delivered proactively without expecting a response. This approach is ideal for completion events or notifications where user interaction is not required.

Does teampaw channels send require a session lookup before pushing messages?

Yes, teampaw channels send requires a prior session lookup. This session-aware delivery step identifies the correct recipient context before the one-way message is safely pushed.

Why does my proactive channel message delivery fail before sending?

Proactive channel message delivery fails if the five required parameters are missing or the session lookup is skipped. Enforcing agent-id, channel, target-user, target-session, and text ensures safe delivery.