kernel-proxies

Route browser traffic through proxies for geo-location, privacy, or testing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kernel-proxies" with this command: npx skills add kernel/skills/kernel-skills-kernel-proxies

Proxies

Route browser traffic through proxies for geo-location, privacy, or testing.

When to Use

Kernel proxies enable you to route browser traffic through different types of proxy servers, providing enhanced privacy, flexibility, and bot detection avoidance. Proxies can be created once and reused across multiple browser sessions.

Prerequisites

Load the kernel-cli skill for Kernel CLI installation and authentication.

Proxy Types

  • Datacenter - Traffic routed through commercial data centers (fastest speed)

  • ISP - Traffic routed through data centers, using residential IP addresses leased from ISPs (balance between speed and detection)

  • Residential - Traffic routed through real residential IP addresses (least detectable)

  • Mobile - Traffic routed through mobile carrier networks

  • Custom - Your own proxy servers

Create Proxies

Datacenter Proxy

Create datacenter proxy

kernel proxies create --type datacenter --country US --name "US DC"

With protocol specification

kernel proxies create --type datacenter --country US --protocol https

ISP Proxy

Balance of speed and legitimacy using ISP-assigned IPs.

Create ISP proxy

kernel proxies create --type isp --country US --name "US ISP"

Residential Proxy

Real residential IP addresses with advanced targeting options.

Basic residential proxy

kernel proxies create --type residential --country US --name "US Residential"

With city targeting (requires country)

kernel proxies create --type residential --country US --city sanfrancisco --state CA

With ZIP code (US only)

kernel proxies create --type residential --country US --zip 94102

With ASN targeting

kernel proxies create --type residential --country US --asn AS15169

With OS targeting

kernel proxies create --type residential --country US --os windows

Available OS values: windows , macos , android

Mobile Proxy

Useful for bot detection avoidance since they use real mobile network IPs

Basic mobile proxy

kernel proxies create --type mobile --country US --name "US Mobile"

With carrier targeting

kernel proxies create --type mobile --country US --carrier "T-Mobile"

With city targeting (requires country)

kernel proxies create --type mobile --country US --city sanfrancisco

Custom Proxy

Use your own proxy servers.

Basic custom proxy (host and port required)

kernel proxies create
--type custom
--host proxy.example.com
--port 8080

With authentication

kernel proxies create
--type custom
--host proxy.example.com
--port 8080
--username user
--password pass
--name "My Proxy"

With HTTP protocol (default is HTTPS)

kernel proxies create
--type custom
--host proxy.example.com
--port 3128
--protocol http

Manage Proxies

List Proxies

kernel proxies list

Get Proxy Details

kernel proxies get proxy_abc123xyz

Delete Proxy

Delete with confirmation prompt

kernel proxies delete proxy_abc123xyz

Info: Deleting a proxy immediately reconfigures associated browsers to route directly to the internet.

Important Notes

  • Country requirement: --city requires --country to be specified

  • Country format: Use ISO 3166 or EU

  • Custom proxies: Both --host and --port are required

  • Protocol: Defaults to https if not specified

  • Targeting specificity: More specific targeting = fewer available IPs (may result in slower connections)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

kernel-auth

No summary provided by upstream source.

Repository SourceNeeds Review
General

kernel-computer-controls

No summary provided by upstream source.

Repository SourceNeeds Review
General

kernel-browser-management

No summary provided by upstream source.

Repository SourceNeeds Review