web-ai-router

web-ai-router is a skill for Claude Code, Codex from Syysean/web-ai-skills. It costs 71 tokens per session (1,069 once invoked), scanned A, original, MIT.

A routing guide for sending a task to one of several online AI assistants, including Gemini, Grok, DeepSeek, Claude, and ChatGPT. It chooses a service based on the kind of task and whether sign-in is needed.

In plain words
What is it for?
Use it to delegate current-events research, mathematics, code analysis, writing, general questions, or creative work to the listed AI services.
Why use it?
It removes the need to decide which AI service fits a task or to send the request to each one manually. It is only intended for requests that name a specific AI assistant or ask for an external AI.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to delegate current-events research, mathematics, code analysis, writing, general questions, or creative work to the listed AI services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/syysean/web-ai-skills/web-ai-router
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Syysean/web-ai-skills --skill web-ai-router
Clone the repo
git clone --depth 1 https://github.com/Syysean/web-ai-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for web-ai-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/syysean/web-ai-skills/web-ai-router/github.svg)](https://agentmods.dev/skills/syysean/web-ai-skills/web-ai-router)
Your own site
<a href="https://agentmods.dev/skills/syysean/web-ai-skills/web-ai-router"><img src="https://agentmods.dev/badge/skills/syysean/web-ai-skills/web-ai-router/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for web-ai-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/syysean/web-ai-skills/web-ai-router"><img src="https://agentmods.dev/badge/skills/syysean/web-ai-skills/web-ai-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01069
Opus 5 $0.00036 $0.00535
Sonnet 5 $0.00014 $0.00214
Haiku 4.5 $0.00007 $0.00107

Measured 12d ago against content hash 00183dc100ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

web-ai-router scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

web-ai-router/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Web AI Router

Select the best available web AI for a task and delegate to the appropriate worker.


Available Workers

Worker URL Login Required Best For
gemini-worker gemini.google.com ❌ No General QA, summarization, translation, current events (has Google Search)
grok-worker grok.com ✅ Yes Real-time web search, breaking news, current events, X/Twitter context
deepseek-worker chat.deepseek.com ✅ Yes Deep reasoning, math, code analysis, complex multi-step problems
claude-worker claude.ai ✅ Yes Writing, analysis, coding, nuanced long-form tasks
chatgpt-worker chatgpt.com ✅ Yes General QA, writing, coding, creative tasks

See worker-contract.md for the shared output schema.


Routing Logic

Step 1 — Identify task type

Read the user's request and classify:

Task Best Worker Reason
Current news, real-time events grok-worker Live web search
Math, code, logic, deep analysis deepseek-worker Strong reasoning
Writing, editing, long-form tasks claude-worker Nuanced language
Creative tasks, general coding chatgpt-worker Broad capability
General QA, translation, summary gemini-worker Fast, no login needed
Ambiguous or mixed gemini-worker Default fallback

Step 2 — Check worker availability

Before routing, verify the target worker is accessible:

  • gemini-worker: always available (no login required)
  • grok-worker: requires Grok session in Chrome profile
  • deepseek-worker: requires DeepSeek session in Chrome profile
  • claude-worker: requires Claude session in Chrome profile
  • chatgpt-worker: requires ChatGPT session in Chrome profile

If the preferred worker is unavailable (login required but session lost), fall back to gemini-worker and note the fallback in the output.

Step 3 — Route to worker

Load and execute the appropriate worker skill:

[skill] gemini-worker   → for general tasks
[skill] grok-worker     → for real-time search tasks
[skill] deepseek-worker → for reasoning/analysis tasks
[skill] claude-worker   → for writing/long-form tasks
[skill] chatgpt-worker  → for creative/general tasks

Read the full file on GitHub · 122 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 122 lines · 71 tokens per session scan A 00183dc100ce

Subscribe to this mod's changes

web-ai-router is a skill published in the GitHub repository Syysean/web-ai-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 71 tokens to every session and 1,069 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.