web-scraper

web-scraper is a skill for Codex from northseadl/norix-skills. It costs 61 tokens per session (1,479 once invoked), scanned C, original, no licence file.

A web-scraping tool that can load ordinary pages and JavaScript-driven sites, including single-page applications that build their content in the browser.

In plain words
What is it for?
Use it to discover pages, fetch many pages, click or otherwise interact with web content, run JavaScript, and read OpenAPI descriptions.
Why use it?
It helps when basic page fetching cannot see rendered content or interact with a page.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to discover pages, fetch many pages, click or otherwise interact with web content, run JavaScript, and read OpenAPI descriptions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/northseadl/norix-skills/web-scraper
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 northseadl/norix-skills --skill web-scraper
Clone the repo
git clone --depth 1 https://github.com/northseadl/norix-skills

Made for: 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-scraper

README.md
[![agentmods](https://agentmods.dev/badge/skills/northseadl/norix-skills/web-scraper/github.svg)](https://agentmods.dev/skills/northseadl/norix-skills/web-scraper)
Your own site
<a href="https://agentmods.dev/skills/northseadl/norix-skills/web-scraper"><img src="https://agentmods.dev/badge/skills/northseadl/norix-skills/web-scraper/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-scraper

Your own site · 80×15
<a href="https://agentmods.dev/skills/northseadl/norix-skills/web-scraper"><img src="https://agentmods.dev/badge/skills/northseadl/norix-skills/web-scraper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00061 $0.01479
Opus 5 $0.00030 $0.00740
Sonnet 5 $0.00012 $0.00296
Haiku 4.5 $0.00006 $0.00148

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

Security

Grade C, and why

web-scraper scanned grade C with 2 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/engine.py, scripts/scrape_cli.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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- **uv**: `curl -LsSf https://astral.sh/uv/install.sh | sh`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **uv**: `curl -LsSf https://astral.sh/uv/install.sh | sh`
web-scraper/SKILL.md · 154 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

7 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. 10d ago First seen · 154 lines · 61 tokens per session scan C 6472ef6758d2

Subscribe to this mod's changes

web-scraper is a skill published in the GitHub repository northseadl/norix-skills (6 stars, last pushed 5mo ago), with no licence file. It adds 61 tokens to every session and 1,479 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). 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

browser-control

Use the local browser-connector CLI to inspect and operate the user's current Chrome tabs through the Browser Connector extension and Native Host. Use when the user asks to list open browser pages, read a current page, capture a screenshot, or perform controlled browser interactions from NextClaw.

Peiiii/nextclaw · 58 tokens

agent-browser

Use Agent Browser for real browser navigation, dynamic pages, and web interaction; also use it as a distinct browser-based path when websearch is unavailable or fails.

Peiiii/nextclaw · 35 tokens

bb-browser

Use when the user wants browser-backed web data access, authenticated fetches, website adapters, or safe browser automation through a local bb-browser installation.

Peiiii/nextclaw · 32 tokens

opencli

Use when the user wants to use websites, browser login sessions, Electron apps, or external CLIs through a local OpenCLI setup, especially when setup guidance, readiness checks, and safe task execution are needed.

Peiiii/nextclaw · 45 tokens

tauri-mcp-cli

Use the Tauri MCP CLI to start and recover driver sessions, automate Tauri webviews, capture UI state, debug IPC, and work with mobile or remote devices. Use whenever an agent needs to operate a Tauri v2 app from terminal commands.

hypothesi/mcp-server-tauri · 57 tokens

browser-automation

A browser-automation workflow that detects the terminal environment and chooses a browser control tool. It supports opening pages, taking snapshots, clicking, filling fields, and other checks.

Insajin/autopus-adk · 34 tokens