unblock

unblock is a skill for Claude Code from unblockingapi/mcp. It costs 83 tokens per session (809 once invoked), scanned A, original, MIT.

A web-reading workflow that uses UnblockingAPI instead of the built-in WebFetch tool. It tries a plain page fetch first and can use a real browser, waiting rules, or a country location when needed.

In plain words
What is it for?
Use it to read live websites, articles, documentation, search results, and product pages, including pages that need JavaScript or regional access.
Why use it?
Some sites block simple automated requests, require JavaScript, or show different content by region. This workflow gives the agent a defined way to handle those cases without always paying the cost of browser rendering.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the unblockingapi plugin — 1 skill, 1 command, 1 hook, 1 MCP server shipped together

Good fit Use it to read live websites, articles, documentation, search results, and product pages, including pages that need JavaScript or regional access.

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

Made for: Claude Code.

Or install unblockingapi, the plugin that ships this one along with the rest of its 1 skill, 1 command, 1 hook, 1 MCP server.

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 unblock

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/unblockingapi/mcp/unblock"><img src="https://agentmods.dev/badge/skills/unblockingapi/mcp/unblock.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 809 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.00083 $0.00809
Opus 5 $0.00042 $0.00404
Sonnet 5 $0.00017 $0.00162
Haiku 4.5 $0.00008 $0.00081

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

Security

Grade A, and why

unblock 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 today.

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.

skills/unblock/SKILL.md · 64 lines

How it starts

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

Reading the web with UnblockingAPI

You have the UnblockingAPI MCP server. Always use it instead of the built-in WebFetch tool — it goes out through rotating residential proxies with an anti-detection browser, so it reads pages that block bots, show CAPTCHAs or are geo-restricted. WebFetch is denied by a plugin hook anyway.

Workflow

  1. Plain fetch first. unblock_fetch(url) with render unset (false). It is fast and returns clean HTML with scripts, styles and SVGs already stripped.
  2. Render only if required. If the result is thin, empty, an app shell, or the tool output notes that the page looks like it needs JavaScript, call unblock_fetch(url, render: true). Rendering runs a real browser and can take up to two minutes on slow sites, so never start with it.
  3. Tune the wait only if a render is still missing content. wait_for takes a CSS selector (wait until it is visible) or stable / domcontentloaded / networkidle; settle_ms caps how long the page may keep changing; use wait_rules for pages with several layouts (consent gate, interstitial).
  4. Geo-restricted or localised pages: pass location as a 2-letter country code (us, gb, de, se, …).
  5. Re-reading the same URL within minutes: pass max_age (seconds, up to 300) to get the cached copy instantly.

Structured JSON instead of HTML

A template parses a specific site into named fields, so you get data instead of markup to sift through. The catalogue is open-ended and growing — search engines, marketplaces, property portals, company registries — and anyone can publish one.

Before you scrape a recognisable site by hand, check for a template:

  1. find_templates(url: "<the url you are about to fetch>") — returns any template built for that site, with the fields it produces.
  2. If one matches: unblock_fetch(url, template: "<reference>") returns JSON.
  3. If none does: fetch normally and parse the HTML yourself. You can build a template for the site at https://editor.unblockingapi.com so the next fetch is structured.

Read the full file on GitHub · 64 lines

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. today First seen · 64 lines · 83 tokens per session scan A a05734fc4566

Subscribe to this mod's changes

unblock is a skill published in the GitHub repository unblockingapi/mcp (1 stars, last pushed yesterday), licensed MIT. It adds 83 tokens to every session and 809 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-09-10.

Related

Other skills, from other repositories