Agent Plugins Marketplace
← All plugins

aigate

v6.0.0

Self-hosted AI platform behind one OpenAI-compatible endpoint — inference routing across cloud and local providers, MCP tool use, browser automation, image/speech/transcription, object storage, agentic code execution, web search, email and Telegram gateways, and a web UI.

CodexClaude Code1 Skill

By psyb0tLicense: WTFPL15 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install aigate for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aigate@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/psyb0t/aigate

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .agents/.

Plugin files

.agents/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/aigate/SKILL.md

Included Skills1

aigateskills/aigate/SKILL.md

Self-hosted AI platform — one `docker-compose up`, one OpenAI-compatible endpoint at http://localhost:4000. Bundles inference (Groq/Cerebras/OpenRouter/HuggingFace/Mistral/Cohere/Ollama/vLLM/llama.cpp/claudebox/pibox-zai/Anthropic/OpenAI), MCP tool use, a stealth browser cluster, image generation (FLUX/DALL-E/SD), speech synthesis (Kokoro/Qwen3-TTS/Chatterbox/OpenAI TTS), transcription (Whisper/Parakeet), S3-compatible object storage, agentic code execution (Claude Code + pi-coding-agent + sandboxed piston), web search (SearXNG), an email gateway (mailbox), a Telegram client (Telethon), time-series forecasting + tabular ML (predictalot), audio/video production (audiolla/flickies), an async job queue (proxq), and a web UI (LibreChat) — all reachable through one bearer token and automatic per-model fallback routing. Use when the user wants a one-command self-hosted OpenAI-compatible stack that aggregates many providers/tools behind a single endpoint instead of wiring each service up individually.

Plugin manifests2

.agents/.codex-plugin/plugin.json
{
  "name": "aigate",
  "version": "6.0.0",
  "description": "Self-hosted AI platform behind one OpenAI-compatible endpoint — inference routing across cloud and local providers, MCP tool use, browser automation, image/speech/transcription, object storage, agentic code execution, web search, email and Telegram gateways, and a web UI.",
  "author": {
    "name": "psyb0t",
    "url": "https://github.com/psyb0t"
  },
  "homepage": "https://github.com/psyb0t/aigate",
  "repository": "https://github.com/psyb0t/aigate",
  "license": "WTFPL",
  "keywords": [
    "openai-compatible",
    "llm-gateway",
    "self-hosted",
    "docker-compose",
    "mcp",
    "inference-routing",
    "browser-automation"
  ],
  "skills": "./skills/"
}
.agents/.claude-plugin/plugin.json
{
  "name": "aigate",
  "description": "Self-hosted AI platform behind one OpenAI-compatible endpoint — inference routing across cloud and local providers, MCP tool use, browser automation, image/speech/transcription, object storage, agentic code execution, web search, email and Telegram gateways, and a web UI.",
  "author": {
    "name": "psyb0t",
    "url": "https://github.com/psyb0t"
  },
  "homepage": "https://github.com/psyb0t/aigate",
  "license": "WTFPL",
  "keywords": [
    "openai-compatible",
    "llm-gateway",
    "self-hosted",
    "docker-compose",
    "mcp",
    "inference-routing",
    "browser-automation"
  ],
  "userConfig": {
    "aigate_url": {
      "type": "string",
      "title": "aigate URL",
      "description": "Base URL of your running aigate gateway, e.g. http://localhost:4000, or wherever it's deployed.",
      "required": true
    },
    "aigate_token": {
      "type": "string",
      "title": "aigate token",
      "description": "Bearer token sent as Authorization: Bearer <token> on requests — the AIGATE_TOKEN set in aigate's .env (or a per-service override token).",
      "sensitive": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[aigate on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aigate)