channel_message

Send one-way messages to a session identified via copaw chats list.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Jacksonhuf/AxiMate --skill channel-message-jacksonhuf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: channel_message
Source: https://github.com/Jacksonhuf/AxiMate/tree/main/integrations/ripple/copaw/src/copaw/agents/skills/channel_message
Command: npx skills add https://github.com/Jacksonhuf/AxiMate --skill channel-message-jacksonhuf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactively sending one-way messages to users, sessions, or channels can be challenging without proper session discovery and messaging APIs. This skill automates the process by first identifying the right target via copaw chats list, then delivering the notification via copaw channels send.

Core Features & Use Cases

  • Proactive one-way messaging to a specific channel or session after confirming the target.
  • Session discovery through copaw chats list followed by precise message delivery with copaw channels send.
  • Use cases include task completion alerts, reminders, status updates, or asynchronous results pushed back to an existing conversation.

Quick Start

Identify the target session with copaw chats list, then push a message to that session using copaw 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 proactively push a message to a specific channel session?

To proactively push a message to a channel session, you first identify the target session via copaw chats list, then deliver the notification using copaw channels send with parameters like agent-id, channel, target-user, target-session, and text.

What is proactive one-way messaging used for?

Proactive one-way messaging is used for task completion alerts, reminders, status updates, and asynchronous results pushed to existing conversations without requiring a user reply.

Do I need to query sessions before sending a channel notification?

Yes, you must query sessions using copaw chats list before performing copaw channels send to ensure correct parameter usage and precise message delivery to the target.

What parameters are required for copaw channels send?

The copaw channels send command requires correct parameter usage including agent-id, channel, target-user, target-session, and text to successfully deliver notifications.

Can I send asynchronous task updates to an existing conversation?

Yes, you can push asynchronous results back to an existing conversation by automating proactive one-way messaging after discovering the right target session.

Are proactive channel messages limited to non-replies?

Yes, this skill enforces scenarios that require non-replies, specifically handling proactive one-way notifications like task completion alerts and reminders instead of conversational responses.