Message Hub Skill

Community

Centralize and secure all skill communication.

AuthorPixnBits
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill acts as the sole intermediary for all communication within the SeedClaw agent swarm, preventing direct skill-to-skill interaction and enforcing a secure, auditable communication channel.

Core Features & Use Cases

  • Centralized Routing: Manages all message traffic between skills and the SeedClaw core.
  • Sender Validation: Ensures messages originate from authenticated skills.
  • Schema Enforcement: Validates incoming messages against a defined JSON structure.
  • Immutable Auditing: Logs every transaction for a transparent audit trail.
  • Network Isolation: Enforces strict network policies, blocking all outbound internet access and direct inter-container communication.
  • Use Case: When the 'coder' skill needs to send a generated code snippet to the 'llm-caller' skill, it sends the message to the 'message-hub', which then validates and forwards it, ensuring all communication adheres to the platform's security protocols.

Quick Start

Instruct the message hub skill to route a JSON message containing a 'task' payload from 'user-agent' to 'llm-caller'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Message Hub Skill
Download link: https://github.com/PixnBits/SeedClaw/archive/main.zip#message-hub-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.