Messaging Guide

Route messages, files, and images to humans across Feishu, Telegram, WeCom, WeChat, and web channels.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rocky2431/hiveclaw --skill messaging-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Messaging Guide
Source: https://github.com/rocky2431/hiveclaw/tree/main/backend/app/templates/system_skills/messaging-guide
Command: npx skills add https://github.com/rocky2431/hiveclaw --skill messaging-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delivering messages, files, and images to humans across channels while selecting the correct tool to avoid cross-channel mistakes and miscommunication.

Core Features & Use Cases

  • Decision-tree routing across Feishu, Telegram, WeCom, WeChat, and web to the appropriate channel tool.
  • Supports tools such as send_channel_message, send_web_message, send_channel_file, upload_image, and time-aware utilities like get_current_time.
  • Use cases include agent-to-human notifications, file handoff, and cross-channel coordination.

Quick Start

Route a message to the current requester via the active channel using the appropriate tool.

Frequently Asked Questions about Messaging Guide

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

FAQPage Schema
How do I route messages to humans across multiple channels like Feishu and WeCom?

Cross-channel message routing directs messages, files, and images to humans by using a decision tree to select the correct delivery tool for the active channel. This prevents cross-channel mistakes and ensures notifications reach the right platform.

What is the best way to automate cross-channel file delivery and image uploads?

Automating cross-channel file delivery uses routing logic to choose between tools like send_channel_file and upload_image based on the active environment. This ensures files and images are handed off correctly to humans across Feishu, Telegram, WeChat, and web.

Can I use time-aware decisions to schedule agent-to-human notifications across channels?

Yes, time-aware decisions support agent-to-human notifications by using the get_current_time utility. This allows the routing logic to factor in timing when delegating messages or files across Feishu, WeCom, Telegram, WeChat, and web platforms.

Does cross-channel message routing work with both web and messaging platforms simultaneously?

Yes, cross-channel message routing works with web and messaging platforms simultaneously by applying a decision tree across all available channels. The agent decides between using send_web_message or channel-specific tools to deliver messages to the current requester.

Why does my agent send messages to the wrong channel in a multi-channel environment?

Messages go to the wrong channel when an agent lacks decision-tree routing to select the correct tool. By applying cross-channel routing logic, the agent evaluates the active channel and uses the appropriate message or file delivery tool to avoid miscommunication.

How to set up cross-channel coordination for agent-to-human message handoff?

Setting up cross-channel coordination involves configuring the agent to route messages, files, and images using available tools like send_channel_message. The agent identifies the active channel and delegates the delivery correctly across Feishu, WeChat, WeCom, Telegram, and web.