← all publishers

pablolira-1982

@pablolira-1982 source repo

27 published skills

  1. Omniroute · pablolira-1982
    Entry 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.
    0
    installs
  2. Omniroute A2a · pablolira-1982
    OmniRoute 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.
    0
    installs
  3. Omniroute CLI · pablolira-1982
    Entry 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.
    0
    installs
  4. Omniroute MCP · pablolira-1982
    OmniRoute 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.
    0
    installs
  5. Omniroute Stt · pablolira-1982
    Speech-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.
    0
    installs
  6. Omniroute Tts · pablolira-1982
    Text-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.
    0
    installs
  7. Omniroute Chat · pablolira-1982
    Chat / 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.
    0
    installs
  8. Omniroute Image · pablolira-1982
    Image 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.
    0
    installs
  9. Omniroute Routing · pablolira-1982
    Create 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.
    0
    installs
  10. Review Prs Cx · pablolira-1982
    Analyze open Pull Requests from the project's GitHub repository, generate a critical report, and optionally implement approved changes
    0
    installs
  11. Omniroute CLI Eval · pablolira-1982
    Run 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.
    0
    installs
  12. Omniroute CLI Admin · pablolira-1982
    Manage 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.
    0
    installs
  13. Omniroute CLI Cloud · pablolira-1982
    Control 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.
    0
    installs
  14. Omniroute Web Fetch · pablolira-1982
    Fetch 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.
    0
    installs
  15. Issue Triage Cx · pablolira-1982
    How to respond to GitHub issues with insufficient information
    0
    installs
  16. Version Bump Cx · pablolira-1982
    Bump version, auto-generate CHANGELOG from git commits, update all versioned files, and refresh root + docs/ documentation to reflect the current project state
    0
    installs
  17. Omniroute Embeddings · pablolira-1982
    Embeddings 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.
    0
    installs
  18. Omniroute Monitoring · pablolira-1982
    Monitor 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.
    0
    installs
  19. Omniroute Web Search · pablolira-1982
    Web 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.
    0
    installs
  20. Omniroute Compression · pablolira-1982
    Configure 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.
    0
    installs
  21. Resolve Issues Cx · pablolira-1982
    Fetch all open GitHub issues, analyze bugs, resolve what's possible, triage the rest, wait for user validation, then commit and release
    0
    installs
  22. Omniroute CLI Providers · pablolira-1982
    Manage 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.
    0
    installs
  23. Deploy Vps Local Cx · pablolira-1982
    Deploy the latest OmniRoute code to the Local VPS (192.168.0.15)
    0
    installs
  24. Generate Release Cx · pablolira-1982
    Create a new release, bump version up to the .10 patch threshold, update changelog, and manage Pull Requests
    0
    installs
  25. Implement Features Cx · pablolira-1982
    Analyze open feature request issues, implement viable ones on dedicated branches, and respond to authors
    0
    installs
  26. Review Discussions Cx · pablolira-1982
    Read all open GitHub Discussions, summarize them, respond to pending ones, and create issues from actionable feature requests
    0
    installs
  27. Capture Release Evidences Cx · pablolira-1982
    Automatically run a browser-automation agent to visually validate all new UI features from the current release and capture evidence WebP recordings of the changes.
    0
    installs