Skip to main content

switchailocal

Acts as a unified proxy for AI agents, enabling seamless routing of model requests and access to various CLI subscriptions.

Install this skill

or
0/100

Security score

The switchailocal skill was audited on Jun 13, 2026 and we found 45 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running"
medium line 126

Curl to non-GitHub URL

SourceSKILL.md
126curl -s http://localhost:18080/v1/models | head -c 200
medium line 182

Curl to non-GitHub URL

SourceSKILL.md
182curl http://localhost:18080/v1/chat/completions \
medium line 191

Curl to non-GitHub URL

SourceSKILL.md
191curl http://localhost:18080/v1/chat/completions \
medium line 221

Curl to non-GitHub URL

SourceSKILL.md
221curl http://localhost:18080/v0/management/autoroute/status
medium line 224

Curl to non-GitHub URL

SourceSKILL.md
224curl http://localhost:18080/v0/management/autoroute/journal
medium line 235

Curl to non-GitHub URL

SourceSKILL.md
235curl http://localhost:18080/v1/chat/completions \
medium line 287

Curl to non-GitHub URL

SourceSKILL.md
287curl --location 'http://localhost:18080/v1/images/generations' \
medium line 319

Curl to non-GitHub URL

SourceSKILL.md
319curl --location 'http://localhost:18080/openai/v1/images/generations' \
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl http://localhost:18080/v1/audio/speech \
medium line 353

Curl to non-GitHub URL

SourceSKILL.md
353curl http://localhost:18080/v1/audio/speech \
medium line 395

Curl to non-GitHub URL

SourceSKILL.md
395curl http://localhost:18080/v1/music/lyrics \
medium line 411

Curl to non-GitHub URL

SourceSKILL.md
411curl http://localhost:18080/v1/music/generations \
medium line 424

Curl to non-GitHub URL

SourceSKILL.md
424curl -N http://localhost:18080/v1/music/generations \
medium line 437

Curl to non-GitHub URL

SourceSKILL.md
437curl http://localhost:18080/v1/music/generations \
medium line 457

Curl to non-GitHub URL

SourceSKILL.md
457curl http://localhost:18080/v1/audio/transcriptions \
medium line 472

Curl to non-GitHub URL

SourceSKILL.md
472curl http://localhost:18080/v1/chat/completions \
low line 60

Access to hidden dotfiles in home directory

SourceSKILL.md
60source ~/.zshrc 2>/dev/null || source ~/.bashrc 2>/dev/null # Reload PATH
medium line 420

Base64 decode operation

SourceSKILL.md
420Returns `{data: {audio: <base64>, format, size_bytes, duration_ms, sample_rate, channels, bitrate}, model, trace_id}`. The adapter decodes MiniMax's hex-encoded audio server-side and hands base64 to c
low line 3

External URL reference

SourceSKILL.md
3description: Unified LLM proxy for AI agents. Route all model requests through http://localhost:18080/v1. Provides FREE access to Gemini CLI, Claude CLI, Codex, and Vibe via your existing subscription
low line 25

External URL reference

SourceSKILL.md
25Unified LLM proxy and intelligent router for AI agents. Always use `http://localhost:18080/v1` as your base URL.
low line 74

External URL reference

SourceSKILL.md
74curl -s http://localhost:11434/api/tags 2>/dev/null && echo "✅ Ollama running"
low line 98

External URL reference

SourceSKILL.md
98base-url: "http://localhost:11434"
low line 126

External URL reference

SourceSKILL.md
126curl -s http://localhost:18080/v1/models | head -c 200
low line 182

External URL reference

SourceSKILL.md
182curl http://localhost:18080/v1/chat/completions \
low line 191

External URL reference

SourceSKILL.md
191curl http://localhost:18080/v1/chat/completions \
low line 205

External URL reference

SourceSKILL.md
205> For deep architecture details, see the local `docs-site/intelligent-systems/` or the online [docs-site](https://ail.traylinx.com/intelligent-systems/cortex-router).
low line 213

External URL reference

SourceSKILL.md
213http://localhost:18080/management
low line 221

External URL reference

SourceSKILL.md
221curl http://localhost:18080/v0/management/autoroute/status
low line 224

External URL reference

SourceSKILL.md
224curl http://localhost:18080/v0/management/autoroute/journal
low line 235

External URL reference

SourceSKILL.md
235curl http://localhost:18080/v1/chat/completions \
low line 244

External URL reference

SourceSKILL.md
244client = OpenAI(base_url="http://localhost:18080/v1", api_key="sk-test-123")
low line 254

External URL reference

SourceSKILL.md
254const client = new OpenAI({ baseURL: 'http://localhost:18080/v1', apiKey: 'sk-test-123' });
low line 287

External URL reference

SourceSKILL.md
287curl --location 'http://localhost:18080/v1/images/generations' \
low line 319

External URL reference

SourceSKILL.md
319curl --location 'http://localhost:18080/openai/v1/images/generations' \
low line 339

External URL reference

SourceSKILL.md
339curl http://localhost:18080/v1/audio/speech \
low line 353

External URL reference

SourceSKILL.md
353curl http://localhost:18080/v1/audio/speech \
low line 395

External URL reference

SourceSKILL.md
395curl http://localhost:18080/v1/music/lyrics \
low line 411

External URL reference

SourceSKILL.md
411curl http://localhost:18080/v1/music/generations \
low line 424

External URL reference

SourceSKILL.md
424curl -N http://localhost:18080/v1/music/generations \
low line 437

External URL reference

SourceSKILL.md
437curl http://localhost:18080/v1/music/generations \
low line 442

External URL reference

SourceSKILL.md
442"audio_url": "https://example.com/reference.mp3"
low line 457

External URL reference

SourceSKILL.md
457curl http://localhost:18080/v1/audio/transcriptions \
low line 472

External URL reference

SourceSKILL.md
472curl http://localhost:18080/v1/chat/completions \
low line 532

External URL reference

SourceSKILL.md
532For full human-readable documentation: [ail.traylinx.com](https://ail.traylinx.com)
Scanned on Jun 13, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
traylinx/switchAILocal