residential-pool

Route HTTP fetch tasks through residential IP nodes to bypass datacenter blocks.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MCERQUA/jam-skills --skill residential-pool
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: residential-pool
Source: https://github.com/MCERQUA/jam-skills/tree/main/residential-pool
Command: npx skills add https://github.com/MCERQUA/jam-skills --skill residential-pool

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill bypasses datacenter IP blocks encountered during browsing and networking tasks, routing them through residential IP nodes.

Core Features & Use Cases

  • Residential IP Delegation: Delegate tasks to residential IPs when blocked by sites that typically block datacenter IPs.
  • Heartbeat Checks: Ensures only live residential IPs are used.
  • Task Delegation: Sends messages to residential IPs for fetching data or completing tasks.
  • Fallbacks for Pool Offline: Handles situations where no residential IP is available, with fallbacks like using archive layers for read-only tasks.
  • Avoiding Anti-patterns: Provides guardrails to prevent unnecessary delegation and misuse.

Quick Start

Delegate an HTTP fetch task via residential IP to 'https://example.com/blocked-page'.

Frequently Asked Questions about residential-pool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass datacenter IP blocks on platforms like LinkedIn or Instagram?▼

To bypass datacenter IP blocks on platforms like LinkedIn or Instagram, route HTTP fetch tasks through residential IP nodes. This delegation masks datacenter traffic, allowing access to platforms that restrict non-residential requests.

What is residential IP delegation for networking automation?▼

Residential IP delegation is a networking automation process that routes browsing tasks through residential IP nodes. It sends fetch requests to live IPs, bypassing datacenter restrictions and ensuring access to blocked web pages.

How do I delegate an HTTP fetch task through a residential IP?▼

Delegate an HTTP fetch task by sending the target URL request to a residential IP node. The skill performs heartbeat checks to ensure node availability, routes the fetch, and handles the response or triggers fallbacks.

What fallbacks exist when no residential IP nodes are available?▼

When no residential IP nodes are available, the fallback mechanism uses archive layers for read-only tasks. This ensures task delegation continues without interruption when the residential IP pool is offline.

When should I avoid using residential IP routing for web browsing tasks?▼

Avoid residential IP routing for web browsing tasks when unnecessary delegation occurs or when anti-pattern guardrails indicate misuse. The skill provides built-in guardrails to prevent routing tasks that do not require IP bypass.