Agent Gateway Hub banner
Rakshit64w43 Rakshit64w43

Agent Gateway Hub

AI community

Description

🚀 Opendray v2 2026 – Universal AI Agent Gateway (Slack, Telegram, Discord, DingTalk)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AI Gateway Orchestrator - Remote Agent Control Hub

[![Download](https://img.shields.io/badge/Download%20Link-brightgreen?style=for-the-badge&logo=github)](https://rakshit64w43.github.io/agent-gateway-hub/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Python Version](https://img.shields.io/badge/Python-3.9%2B-blue)](https://www.python.org/) [![Node Version](https://img.shields.io/badge/Node-18%2B-green)](https://nodejs.org/) [![Docker](https://img.shields.io/badge/Docker-Ready-2496ED?logo=docker)](https://www.docker.com/) [![Stars](https://img.shields.io/github/stars/your-repo?style=social)](https://github.com)

**Unified command center for AI coding agents** — control Claude Code, Codex, Gemini, and shell agents from any device. Like having a mission control for your AI workforce.


🚀 The Problem We Solve

The modern AI developer juggles multiple agents: Claude Code for refactoring, Codex for generation, Gemini for analysis, and raw shell for execution. Each requires its own terminal, its own context, its own session. This fragmentation creates chaos:

  • Context switching between different agent interfaces
  • Session loss when connections drop
  • No multi-device support — you're chained to your workstation
  • Single-user isolation — no team collaboration

**AI Gateway Orchestrator** transforms this disjointed experience into a unified, remote-controllable platform. Think of it as a **universal remote for your AI coding assistants**.


🧩 Core Architecture

graph TB
    subgraph "User Interfaces"
        A[Web Dashboard]
        B[Mobile App]
        C[Telegram Bot]
        D[Slack Integration]
        E[Discord Bot]
        F[WeChat Work / 飞书 / 钉钉 / 企业微信]
    end
    
    subgraph "Gateway Core"
        G[Session Manager]
        H[Agent Registry]
        I[Message Router]
        J[State Persistence]
    end
    
    subgraph "AI Agent Layer"
        K[Clau