tfx-hub

Manage the tfx-hub message bus with start, stop, and status commands.

7|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tellang/triflux --skill tfx-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tfx-hub
Source: https://github.com/tellang/triflux/tree/main/skills/tfx-hub
Command: npx skills add https://github.com/tellang/triflux --skill tfx-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill manages the real-time message hub between CLI agents (Codex/Gemini/Claude), handling both specific commands and general tasks within the hub's domain.

Core Features & Use Cases

  • Command Handling: Directly executes start, stop, and status commands for the tfx-hub.
  • Open Task Routing: For any other input, it interprets the request as a general task related to the hub, bridge, or message bus and routes it accordingly.
  • Use Case: You can start the hub with /tfx-hub start, check its status with /tfx-hub status, or ask it to analyze the bridge with /tfx-hub 브릿지 분석해.

Quick Start

Start the tfx-hub by typing /tfx-hub start.

Frequently Asked Questions about tfx-hub

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

FAQPage Schema
How do I manage a real-time message bus for CLI agent communication?

You can manage a real-time message bus for CLI agent communication by executing command-line operations like start, stop, and status to control the hub and route general tasks directly to its domain context.

How does an MCP message bus route open tasks between CLI agents?

An MCP message bus routes open tasks by interpreting any non-command input as a general task related to the hub or bridge, directing the request through its domain context to facilitate real-time agent communication.

How do I start and check the status of an MCP message bus?

To start an MCP message bus, issue the start command via the CLI interface, and check its operational status by issuing the status command to view the current hub state.

Can I route free-form text requests through an MCP and REST bridge?

Yes, you can route free-form text requests through an MCP and REST bridge, as the system interprets unrecognized inputs as general tasks and routes them to the hub's domain context using Node.js and bash scripts.

Does the agent communication message bus require specific dependencies to operate?

The agent communication message bus operates without specific external dependencies, utilizing built-in bash scripts and Node.js to handle command execution and message routing through the MCP and REST bridge.

Why is my message bus command not routing tasks to the domain context?

Your message bus command may not route tasks to the domain context if the input matches reserved commands like start, stop, or status, as only free-form inputs are interpreted as general tasks for routing.