pablolira-1982
- 27 skills
- 0 followers
- 13 hours ago last updated
- ▌ Omniroute · pablolira-1982Entry point for OmniRoute — local/remote AI gateway with OpenAI-compatible REST for chat, image, TTS, STT, embeddings, web search, web fetch, MCP, A2A. Use when the user mentions OmniRoute, OMNIROUTE_URL, or wants AI without writing provider boilerplate. This skill covers setup + indexes capability skills; fetch the relevant capability SKILL.md from the URLs below when needed.
- ▌ Omniroute A2a · pablolira-1982OmniRoute exposes an A2A (Agent-to-Agent) JSON-RPC 2.0 server with 5 skills (smart-routing, quota-management, provider-discovery, cost-analysis, health-report). Use when the user wants OmniRoute to act as an agent peer in an A2A network or multi-agent pipeline.
- ▌ Omniroute CLI · pablolira-1982Entry point for the OmniRoute CLI (omniroute binary) — install, global flags, output formats, environment variables, and index of CLI capability skills. Use when the user wants to control OmniRoute from the terminal, automate workflows, or integrate with CI/CD.
- ▌ Omniroute MCP · pablolira-1982OmniRoute exposes a built-in MCP (Model Context Protocol) server with 37 tools (chat, embeddings, memory CRUD, skills, providers, routing, audit) over SSE/stdio/HTTP transports. Use when the user wants to add OmniRoute as an MCP server in Claude Desktop, Cursor, Cline, or any MCP-compatible client.
- ▌ Omniroute Stt · pablolira-1982Speech-to-text via OmniRoute using OpenAI /v1/audio/transcriptions format with auto-fallback across Whisper, AssemblyAI, Deepgram, Azure STT. Use when the user wants transcription of audio files or real-time speech recognition.
- ▌ Omniroute Tts · pablolira-1982Text-to-speech via OmniRoute using OpenAI /v1/audio/speech format with auto-fallback across OpenAI TTS, ElevenLabs, Azure Neural, Google Cloud TTS. Use when the user wants spoken audio output from text.
- ▌ Omniroute Chat · pablolira-1982Chat / code generation via OmniRoute using OpenAI /v1/chat/completions or Anthropic /v1/messages format with SSE streaming, auto-fallback combos, RTK token saver, and 207+ providers. Use when the user wants to ask an LLM, generate code, summarize text, or run prompts through OmniRoute.
- ▌ Omniroute Image · pablolira-1982Image generation via OmniRoute using OpenAI /v1/images/generations format with auto-fallback across DALL-E, Stable Diffusion, Flux, Imagen providers. Use when the user wants to generate, edit, or vary images.
- ▌ Omniroute Routing · pablolira-1982Create and configure OmniRoute routing combos, choose from 14 strategies (priority, weighted, auto, round-robin, cost-optimized, etc.), activate Auto-combo 9-factor scoring, and set up fallback chains. Use when the user wants to configure multi-provider routing, load balancing, or cost-optimized model selection.
- ▌ Review Prs Cx · pablolira-1982Analyze open Pull Requests from the project's GitHub repository, generate a critical report, and optionally implement approved changes
- ▌ Omniroute CLI Eval · pablolira-1982Run and manage OmniRoute eval suites from the CLI — create suites, run benchmarks, watch live results, view scorecards, and compare model performance. Use when the user wants to benchmark models, validate quality regressions, or automate LLM evals in CI.
- ▌ Omniroute CLI Admin · pablolira-1982Manage the OmniRoute server lifecycle via CLI — start/stop/restart, non-interactive setup, diagnostics (omniroute doctor), backup/restore, autostart, and tunnel management. Use when the user wants to operate the OmniRoute server, automate provisioning, or troubleshoot the runtime.
- ▌ Omniroute CLI Cloud · pablolira-1982Control OmniRoute cloud agents (OpenAI Codex, Devin, Jules) from the CLI — create tasks, track status, approve plans, send messages, and manage sources. Use when the user wants to automate cloud coding agent workflows via the terminal.
- ▌ Omniroute Web Fetch · pablolira-1982Fetch a URL and convert to clean markdown via OmniRoute proxying Jina Reader, Firecrawl, raw HTML strip. Use when the user wants to ingest a webpage as markdown for context in an LLM conversation.
- ▌
- ▌ Version Bump Cx · pablolira-1982Bump version, auto-generate CHANGELOG from git commits, update all versioned files, and refresh root + docs/ documentation to reflect the current project state
- ▌ Omniroute Embeddings · pablolira-1982Embeddings via OmniRoute using OpenAI /v1/embeddings format with auto-fallback across text-embedding-3-large, Voyage, Cohere, Gemini embeddings, Jina. Use when the user needs vector embeddings for RAG, similarity search, or clustering.
- ▌ Omniroute Monitoring · pablolira-1982Monitor OmniRoute system health, provider circuit breakers, per-provider latency (p50/p95/p99), quota usage, and set budget guards. Use when the user wants to check if the system is healthy, debug slow providers, manage spend limits, or set up oncall-style monitoring.
- ▌ Omniroute Web Search · pablolira-1982Web search via OmniRoute proxying Tavily, Brave Search, SerpAPI, Exa with auto-fallback. Use when the user wants live web search results, current news, or facts that may be beyond the LLM training cutoff.
- ▌ Omniroute Compression · pablolira-1982Configure OmniRoute token compression to save 60–90% of context tokens. Covers RTK (command/tool output), Caveman (prose), stacked mode (both), and the MCP accessibility-tree filter (browser snapshots). Use when the user wants to reduce costs, fit long sessions into context windows, or speed up AI responses.
- ▌ Resolve Issues Cx · pablolira-1982Fetch all open GitHub issues, analyze bugs, resolve what's possible, triage the rest, wait for user validation, then commit and release
- ▌ Omniroute CLI Providers · pablolira-1982Manage OmniRoute provider connections, API keys, and routing combos via CLI — add/list/test/remove providers, rotate keys, run OAuth flows, list models, and create/switch combos. Use when the user wants to configure providers, manage credentials, or set up routing from the terminal.
- ▌ Deploy Vps Local Cx · pablolira-1982Deploy the latest OmniRoute code to the Local VPS (192.168.0.15)
- ▌ Generate Release Cx · pablolira-1982Create a new release, bump version up to the .10 patch threshold, update changelog, and manage Pull Requests
- ▌ Implement Features Cx · pablolira-1982Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
- ▌ Review Discussions Cx · pablolira-1982Read all open GitHub Discussions, summarize them, respond to pending ones, and create issues from actionable feature requests
- ▌ Capture Release Evidences Cx · pablolira-1982Automatically run a browser-automation agent to visually validate all new UI features from the current release and capture evidence WebP recordings of the changes.