Home / runxhq / runx · skills/web-fetch/SKILL.md · GitHub

web-fetch skillA

web-fetch is agent-read markdown (skill) from runxhq/runx: Fetch and extract one public web source, optionally restrict its hosts, and return the content by digest with full provenance..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Web Fetch

Fetch one URL, prove it was allowed, extract the part the caller asked for, and
return that slice by digest with the provenance needed to trust it later.

## What this skill does

`web-fetch` retrieves a single public URL,
extracts text, metadata, or links, and seals the result so a downstream step can
cite the fetch without re-fetching. It checks the final host against the
effective host policy before and after redirects, retrieves up to `max_bytes`, and returns
the final URL, the HTTP status, a `content_digest` over the retrieved body, the
extracted slice, and a provenance block recording when it ran, every redirect
hop, and how many bytes it read. The body is referenced by digest; only the
extracted slice is inlined.

This is the primitive an agent reaches for when it has already decided which page
to read. The decision it makes easier is "can I read this page, and what did it
actually say", with the answer backed by a digest instead of a remembered
paraphrase. The calling agent decides which sources matter and synthesizes
across them; `web-fetch` retrieves exactly one source. By default it may follow
…

Read the whole file at its exact version.

How to install

Latest version
mdr add runxhq/runx/web-fetch@git:20260811.1ec1771
Exact content
mdr add runxhq/runx/web-fetch@sha256:f0a140311293d234

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_i2fjujt34qtjk64w.svg)](https://markdownregistry.com/a/art_i2fjujt34qtjk64w)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260811.1ec1771 latest2026-08-11 1ec1771 7,140 BA view · diff
git:20260723.6e5370b2026-07-23 6e5370b 6,749 BA view · diff
git:20260716.fa2dea22026-07-16 fa2dea2 6,521 BA view · diff
git:20260715.4052e082026-07-15 4052e08 6,600 BA view · diff
git:20260715.8644be92026-07-15 8644be9 6,598 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7140 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

runxhq/runx · 93 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_i2fjujt34qtjk64w
GET https://markdownregistry.com/api/v1/resolve?ref=runxhq/runx/web-fetch
GET https://markdownregistry.com/api/v1/blob/f0a140311293d2349c926b8b4f6de72753c09d85c225e5f32c0c16c770b32fbb

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from runxhq/runx

AGENTS.md agents
runxhq/runx · AGENTS.md
git:20260908.0ff743d · audit A · 93 stars
CLAUDE.md claude
runxhq/runx · CLAUDE.md
git:20260908.0ff743d · audit A · 93 stars
runx skill
runxhq/runx · SKILL.md · Governed runtime for agent skills: discover and install portable skills, run bounded skill graphs with explicit…
git:20260909.15accb0 · audit B · 93 stars
external-adapter-graph skill
runxhq/runx · examples/external-adapter-graph/SKILL.md · External-adapter front example; a graph whose step runs a governed subprocess adapter.
git:20260803.0993e04 · audit A · 93 stars
external-adapter-echo skill
runxhq/runx · examples/external-adapter-tool/SKILL.md · External-adapter sub-skill; a governed subprocess adapter that echoes its inputs.
git:20260803.0993e04 · audit A · 93 stars
github-mcp-hero skill
runxhq/runx · examples/github-mcp-hero/SKILL.md · Governed GitHub over MCP; read is admitted, out-of-scope mutation is sealed as a denial.
git:20260604.a6ec7d9 · audit A · 93 stars
github-mcp-merge-pr skill
runxhq/runx · examples/github-mcp-hero/merge-pr/SKILL.md · Merge a deterministic GitHub PR through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-read-issue skill
runxhq/runx · examples/github-mcp-hero/read-issue/SKILL.md · Read a deterministic GitHub issue through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-pr-review-note skill
runxhq/runx · examples/github-mcp-hero/review-note/SKILL.md · Add a deterministic GitHub PR review note through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
github-mcp-write-comment skill
runxhq/runx · examples/github-mcp-hero/write-comment/SKILL.md · Write a deterministic GitHub issue comment through the fixture MCP server.
git:20260723.6e5370b · audit B · 93 stars
hello-world skill
runxhq/runx · examples/hello-world/SKILL.md · Echo a first runx message through a checked-in cli-tool script.
git:20260723.6e5370b · audit B · 93 stars
loop-orchestration skill
runxhq/runx · examples/loop-orchestration/SKILL.md · Reference loop-orchestration example; a local loop host chains governed runx turns through receipts, budgets, context…
git:20260723.6e5370b · audit A · 93 stars

Every file in runxhq/runx

Other files named web-fetch

web-fetch skill
aiskillstore/marketplace · skills/0xbigboss/web-fetch/SKILL.md · Fetches web content as clean markdown by preferring markdown-native responses and falling back to selector-based HTML…
git:20260705.e9e4712 · audit A · 427 stars

Browse by kind, by grade A, or by owner.