🌐
AutomationJavaScript

9Router Web Fetch

by decolua

9Router Web Fetch is an Automation skill for Claude Code, published by decolua in 9router.

25.4K stars4.5K forkson decolua/9routerAdded 2026/08/14Repository updated 2026/08/05
ai-agentsai-gatewayanthropicchatgptclaudeclaude-codeclinecodexcopilotcursordeepseekfree-aigeminigemini-clillmllm-gatewayopenaiopenai-proxyqwentoken-saver
Install in seconds
Install 9Router Web Fetch
Copy 9Router Web Fetch into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/decolua/9router/tree/master/skills/9router-web-fetch ~/.claude/skills/9router-web-fetch

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/decolua/9router.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/9router-web-fetch/SKILL.md in decolua/9router
Installs to
~/.claude/skills/9router-web-fetch
Collection
One of 9 skills cataloged from this repository
Category
Automation1523 skills

What 9Router Web Fetch does

9Router Web Fetch fetches a URL and returns markdown, text, or HTML via the 9Router API using providers like Firecrawl, Jina Reader, Tavily Extract, and Exa Contents. Use it when you need to scrape a webpage, extract article content, or convert a URL to markdown.

9Router Web Fetch is cataloged under Automation on DirSkills. 9Router Web Fetch comes from a repository tagged ai-agents, ai-gateway, anthropic, chatgpt and claude.

Documentation

README

9Router — Web Fetch

Requires NINEROUTER_URL (and NINEROUTER_KEY if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup.

Discover

curl $NINEROUTER_URL/v1/models/web | jq '.data[] | select(.kind=="webFetch") | .id'
# Per-provider params
curl "$NINEROUTER_URL/v1/models/info?id=firecrawl/fetch"

IDs end in /fetch (e.g. firecrawl/fetch, jina/fetch). fetch-combo chains providers with auto-fallback.

Endpoint

POST $NINEROUTER_URL/v1/web/fetch

This is the opening of the README. Read the full README on GitHub.

Commands 9Router Web Fetch provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /fetch

Frequently asked about 9Router Web Fetch

  • What else does decolua publish alongside 9Router Web Fetch?

    9Router Web Fetch is one of 9 skills that DirSkills catalogs from decolua/9router, the repository it ships in. Its siblings there include 9Router, 9Router Chat and 9Router Embeddings. Each one is a separate skill with its own page in this directory, installs the same way 9Router Web Fetch does, and is maintained by decolua in that same repository. The rest of the collection is listed on the decolua/9router page.

  • How does 9Router Web Fetch compare to other Automation skills?

    9Router Web Fetch ranks #113 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of 9Router Web Fetch against them. Open each page to compare what they document and how they install.

More from decolua/9router

9Router Web Fetch is one of 9 skills cataloged on DirSkills from decolua/9router.

See all 9 skills
🔀
2w ago

9Router

9Router is an AI gateway that exposes an OpenAI-compatible REST API for chat, image generation, text-to-speech, embeddings, web search, and web fetch. Use it when you need AI capabilities without writing provider-specific boilerplate, with automatic fallback across providers.
AI Engineering
25.4K4.5K
💬
2w ago

9Router Chat

9Router Chat calls LLMs through the 9Router gateway using OpenAI or Anthropic-compatible APIs with streaming and auto-fallback model combos. Use it to ask an LLM, generate code, summarize text, or run prompts.
AI Engineering
25.4K4.5K
🧬
2w ago

9Router Embeddings

9Router Embeddings generates vector embeddings via the 9Router /v1/embeddings endpoint using OpenAI, Gemini, Mistral, Voyage, Nvidia, or GitHub embedding models. Use it for RAG, semantic search, similarity, or embedding text.
AI Engineering
25.4K4.5K
🎨
2w ago

9Router Image

9Router Image generates images through the 9Router API using models like OpenAI, Gemini Imagen, DALL-E, FLUX, MiniMax, SDWebUI, ComfyUI, and Codex. Use it when you need to create, draw, or render an image from a text prompt.
AI Engineering
25.4K4.5K
🎙️
2w ago

9Router Speech-to-Text

9Router Speech-to-Text transcribes audio files to text via the 9Router API using Whisper, Groq, Gemini, Deepgram, AssemblyAI, NVIDIA, or HuggingFace models. Use it to convert speech to text or get subtitles from audio files.
AI Engineering
25.4K4.5K
🗣️
2w ago

9Router TTS

9Router TTS converts text to speech via the 9Router API, supporting multiple providers such as OpenAI, ElevenLabs, and Edge TTS. Use it when you need to generate audio, voiceover, narration, or read text aloud.
AI Engineering
25.4K4.5K