web-fetch

web-fetch is a skill for Claude Code, Codex from arch3rPro/ark-space. It costs 30 tokens per session (210 once invoked), scanned A, original, MIT.

A web-reading tool for turning supplied public URLs into readable text, page details, or links. It can choose among several web-content providers for simple or difficult pages.

In plain words
What is it for?
Use it to read a known webpage, extract its main content or metadata, follow links, and return the result in a chosen format such as JSON.
Why use it?
It saves you from opening pages manually and dealing with pages that need rendering or content extraction. It also reports which provider was used and whether a fallback was needed.

Skill for Claude CodeCodex

Part of the ark-space plugin — 18 skills, 11 agents shipped together

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.

agentmods
npx agentmods add skills/arch3rpro/ark-space/web-fetch
Any agent
npx skills add arch3rPro/ark-space --skill web-fetch
Clone the repo
git clone --depth 1 https://github.com/arch3rPro/ark-space

Made for: Claude Code, Codex.

Or install ark-space, the plugin that ships this one along with the rest of its 18 skills, 11 agents.

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-fetch

README.md
[![agentmods](https://agentmods.dev/badge/skills/arch3rpro/ark-space/web-fetch.svg)](https://agentmods.dev/skills/arch3rpro/ark-space/web-fetch)
Your own site
<a href="https://agentmods.dev/skills/arch3rpro/ark-space/web-fetch"><img src="https://agentmods.dev/badge/skills/arch3rpro/ark-space/web-fetch.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 210 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00030 $0.00210
Opus 5 $0.00015 $0.00105
Sonnet 5 $0.00006 $0.00042
Haiku 4.5 $0.00003 $0.00021

Measured 4d ago against content hash 900ad7d942ef, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

web-fetch 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/exa_contents.py, scripts/firecrawl_scrape.py, scripts/tavily_extract.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/ark-space/skills/web-fetch/SKILL.md · 22 lines

What it actually says

Web Fetch

Read supplied URL(s) through the configured provider selected by registry/web-fetch-providers.yaml. For ambiguous web intent, apply workflows/web-capability-routing.md. Accept portable controls for URLs, output format, main-content extraction, wait time, and content limits. Report the actual provider and any fallback.

  • Prefer Firecrawl for rendered or difficult pages.
  • Prefer Exa for Exa result IDs, highlights, summaries, or related content.
  • Prefer Tavily for simple URL extraction.
  • Do not silently substitute a user-requested provider.

Run

python3 <installed-arkspace-path>/scripts/arkspace.py web fetch --provider firecrawl https://example.com --output json

For setup or a failed provider check, use provider-manager; never ask users to edit provider files or expose keys.

Files

What ships with it

3 files 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. 4d ago First seen · 22 lines · 30 tokens per session scan A 900ad7d942ef

Subscribe to this mod's changes

web-fetch is a skill published in the GitHub repository arch3rPro/ark-space (2 stars, last pushed 9d ago), licensed MIT. It adds 30 tokens to every session and 210 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

skill-authoring

Author SKILL.md skills: frontmatter, validator limits, structure.

mateaix/mateclaw · 18 tokens

codex-setup

Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the commit-msg hook, copies runner scripts. The pre-push gate is opt-in via --with-push-gate. Use when setting up a new project or after updating skills.

sd0xdev/sd0x-harness · 65 tokens

debug

Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent failures, troubleshooting. Not for: known bugs (use bug-fix), GitHub issue analysis (use issue-analyze), code understanding (use code-explore). Output: debug report with probe journal + root cause + fix.

sd0xdev/sd0x-harness · 67 tokens

feature-dev

Feature development workflow. Use when: implementing features, writing code, running dev loop. Not for: understanding code (use code-explore), reviewing code (use codex-code-review). Output: implemented feature + tests + review gate.

sd0xdev/sd0x-harness · 50 tokens

doc-refactor

Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.

sd0xdev/sd0x-harness · 19 tokens

invest

First-time fork users: run the invest-setup skill first to initialize. The main flow lives in this skill (the AI agent uses the CLI/MCP to view the portfolio / run the committee / replay decision history). The Web GUI has been retired (2026-07) — every capability is exposed via CLI subcommands / MCP tools. The backend…

longsizhuo/openInvest · 261 tokens