One-click install
npx skills add https://github.com/agentscope-ai/HiClaw --skill communication-agentscope-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: communication
Source: https://github.com/agentscope-ai/HiClaw/tree/main/manager/agent/team-leader-agent/skills/communication
Command: npx skills add https://github.com/agentscope-ai/HiClaw --skill communication-agentscope-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents missed context, wrong recipients, and unsafe cross-room messaging by enforcing a single routing and formatting policy for all Leader communication.

Core Features & Use Cases

  • Routing Gate: Determines whether to reply in the current room or send cross-room based on target room vs current room, with a hard rule against sending back into the current room via the message tool.
  • Team-Visible Task Notifications: Sends task assignments to the team room (not worker private rooms) with the Worker’s full Matrix ID as a visible @mention for accountability and visibility.
  • Requester Report Delivery: Routes mandatory requester updates (Manager/Team Admin) to the correct target room and ensures the requester matches recorded project metadata before reporting, summarizing outcomes without leaking internal coordination logs.
  • Language Consistency: Ensures all human-facing message text uses the response language selected by AGENTS.md, including headings, labels, and table headers.

Quick Start

Use communication to send a cross-room task assignment to the appropriate room and requester, addressing the Worker with their full Matrix ID and including only actionable outcomes.

Frequently Asked Questions about communication

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

FAQPage Schema
How do I route cross-room task assignments in Matrix without sending messages back into the current room?

Matrix cross-room task assignment routing requires a routing gate that compares the target room against the current room, preventing message-tool misuse back into the same room. Assignments are sent to the team room with the worker's full Matrix ID as a visible mention.

How does requester reporting work for multi-room collaboration workflows?

Requester reporting for multi-room collaboration routes mandatory updates to the correct target room, verifying the requester against project metadata. It delivers summarized outcomes to the Manager or Team Admin without leaking internal coordination logs.

What is the best way to ensure team visibility and accountability for worker task assignments?

Team visibility for task assignments is ensured by routing notifications to the team room instead of private rooms, using the worker's full Matrix ID as a visible @mention. This enforces accountability across the collaboration workflow.

Can I enforce language consistency for message routing and formatting in agent communication?

Language consistency in agent communication is enforced by applying the response language selected in configuration files. This guarantees all human-facing message text, including headings, labels, and table headers, matches the specified language.

Does the communication skill handle blocker and revision messages differently from status updates?

Blocker, revision, and status completion messages all follow a single routing and formatting policy. The skill enforces routing rules for current versus cross-room replies to ensure correct delivery and visibility across all leader-to-worker notifications.