by Intrvrt6
# Add to your Claude Code skills
git clone https://github.com/Intrvrt6/IRENX-aiIRENX-ai is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Intrvrt6. It has 1 GitHub star.
IRENX-ai's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Intrvrt6/IRENX-ai" and add it to your Claude Code skills directory (see the Installation section above).
IRENX-ai is primarily written in TypeScript. It is open-source under Intrvrt6 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh IRENX-ai against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
A self-hosted AI intelligence gateway built for precision, control, and elegant simplicity.
IRENX is intentionally simple on the surface and disciplined underneath. One gateway. One routing layer. Controlled integrations. Fail-fast CI. Regression gates before
main.
IRENX PRIME AI is a self-hosted AI gateway and intelligence terminal combining:
main.Black. Gold. Quiet. Precise.
The repository intentionally favors a premium, minimal visual identity instead of a crowded dashboard aesthetic.
Client
│
▼
Public API / OpenAI-compatible Gateway
│
▼
IRENX Core Router V2
│
▼
OmniRoute
│
├── GPT
├── Claude
├── Gemini
├── Qwen
├── DeepSeek
└── other providers
Optional integrations
├── Dify
├── MCP
└── Rust/WASM edge canary
The TypeScript/Bun gateway remains the production authority. The Rust/WASM worker is a controlled canary, not an automatic replacement.
Promotion requires the relevant quality and runtime checks to pass.
IRENX-ai/
├── index.html # PRIME terminal UI
├── api/ # public API + AI gateway
│ └── v1/ # OpenAI-compatible surface
├── src/omniroute/ # Core routing intelligence
├── mcp/ # MCP integration surface
├── worker/ # Cloudflare TypeScript worker
├── rust/ # Rust/WASM edge canary
├── docs/ # architecture + operations
│ └── assets/ # premium repository showcase graphics
├── .github/workflows/ # CI / governance / regression gates
├── Dockerfile # self-hosted image
├── docker-compose.yml # production compose stack
├── Caddyfile # HTTPS reverse proxy
├── wrangler.toml # Cloudflare configuration
└── deploy.sh # deployment + health checks
IRENX treats CI as a merge boundary, not a notification system.
PR / PUSH
│
├─ source / governance validation
├─ formatting
├─ lint / Clippy
├─ regression tests
├─ WASM build
├─ worker-build validation
└─ Wrangler dry-run
│
▼
ALL PASS
│
▼
eligible for main
The principle is strict:
If a required check fails, downstream verification stops and the change is not production-ready.
This prevents a formatting or compilation regression from being hidden behind later checks.
| Endpoint | Purpose |
|---|---|
GET /api/health |
Market + AI gateway health |
GET /api/ai/health |
AI Core Router observability |
GET /api/ai/route?prompt=... |
Route-selection dry run |
POST /api/ai |
Task-aware AI request |
GET /api/v1/models |
OpenAI-compatible model catalog |
POST /api/v1/chat/completions |
OpenAI-compatible chat gateway |
GET /api/market?symbol=XAUUSD |
Normalized latest quote |
WS /api/ws |
Browser WebSocket stream |
Supported market symbols currently include XAUUSD, EURUSD, GBPUSD, USDJPY, and NAS100.
IRENX adds an application-level policy layer in front of OmniRoute without duplicating OmniRoute's provider registry.
IRENX_AI_BUDGET_USD=2
IRENX_AI_MAX_REQUESTS=0
IRENX_AI_MAX_TOKENS=0
IRENX_INPUT_USD_PER_1M=3
IRENX_OUTPUT_USD_PER_1M=15
IRENX_EST_OUTPUT_TOKENS=1200
0 means unlimited for request/token quotas.
VS Code / Copilot Chat
│
▼
OmniCopilot
│
▼
https://ai.irenx.com/api/v1
│
▼
IRENX Core Router
│
▼
OmniRoute
By default, IRENX_COPILOT_RESPECT_MODEL=0, allowing IRENX to classify the workload and select a route family. Set it to 1 to respect the model selected by the client.
IRENX provides a server-side Dify bridge:
GET /api/dify/healthPOST /api/dify/workflows/runPOST /api/dify/chat-messagesDify remains an external/self-hosted application engine.
IRENX is designed for a normal Linux VPS/server using Docker and Caddy.
80/tcp and 443/tcpai.irenx.com → server IPcp .env.example .env
At minimum:
OMNIROUTE_BASE_URL=http://127.0.0.1:20128
OMNIROUTE_API_KEY=...
TWELVEDATA_API_KEY=...
For Dify:
DIFY_BASE_URL=http://dify-api:5001
DIFY_API_KEY=...
Never commit .env, credentials, API keys, or provider secrets.
bash deploy.sh
or:
docker compose up -d --build
curl -fsS https://ai.irenx.com/api/health
curl -fsS https://ai.irenx.com/api/ai/health
IRENX follows a controlled architecture boundary:
LESS NOISE.
MORE SIGNAL.
SIMPLE INTERFACE.
SERIOUS ENGINEERING.
FAST FAILURE.
SAFE PROMOTION.
ONE GATEWAY.
FULL CONTROL.
Precision over noise. Control over complexity.