πŸ›‘οΈ
Automation

Web Unblocker

by oxylabs

Web Unblocker is an Automation skill for Claude Code, published by oxylabs in agent-skills.

635 stars1 forkson oxylabs/agent-skillsAdded 2026/08/24+26% in starsRepository updated 2026/08/21
agent-skillagent-skillsai-agentai-agentsclaude-codeclaude-skillsproxyvideo-dataweb-scrapingweb-unblocking
Install in seconds
Install Web Unblocker
Copy Web Unblocker 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/oxylabs/agent-skills/tree/main/skills/web-unblocker ~/.claude/skills/web-unblocker

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/oxylabs/agent-skills.git

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

In this catalog

Source file
skills/web-unblocker/SKILL.md in oxylabs/agent-skills
Installs to
~/.claude/skills/web-unblocker
Collection
One of 5 skills cataloged from this repository
Category
Automation β€” 1523 skills

What Web Unblocker does

Web Unblocker bypasses anti-bot protections with an AI-powered proxy that handles fingerprinting, JavaScript rendering, and retries. Use it to scrape protected sites, access blocked content, or when regular proxies fail.

Web Unblocker is cataloged under Automation on DirSkills. Web Unblocker comes from a repository tagged agent-skill, agent-skills, ai-agent, ai-agents and claude-code.

Documentation

README

Oxylabs Web Unblocker

AI-powered proxy solution that automatically manages fingerprinting, headers, retries, and JavaScript rendering.

Endpoint

https://unblock.oxylabs.io:60000

Authentication

HTTP Basic Auth via proxy credentials:

curl -k -x "https://unblock.oxylabs.io:60000" \
  -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \
  "https://example.com"

Quick Start

Basic request:

curl -k -x "https://unblock.oxylabs.io:60000" \
  -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \
  "https://ip.oxylabs.io/headers"

With JavaScript rendering:

curl -k -x "https://unblock.oxylabs.io:60000" \
  -U "$OXYLABS_USERNAME:$OXYLABS_PASSWORD" \
  -H "x-oxylabs-render: html" \
  "https://example.com/spa-page"

Headers

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

Frequently asked about Web Unblocker

  • What else does oxylabs publish alongside Web Unblocker?

    Web Unblocker is one of 5 skills that DirSkills catalogs from oxylabs/agent-skills, the repository it ships in. Its siblings there include Headless Browser, Oxylabs Proxies and Video Data. Each one is a separate skill with its own page in this directory, installs the same way Web Unblocker does, and is maintained by oxylabs in that same repository. The rest of the collection is listed on the oxylabs/agent-skills page.

  • How does Web Unblocker compare to other Automation skills?

    Web Unblocker ranks #1139 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 Web Unblocker against them. Open each page to compare what they document and how they install.