proxy6

proxy6 is a skill for Claude Code from VKirill/claude-lane-stack. It costs 221 tokens per session (3,690 once invoked), scanned A, original, MIT.

A guide for using the proxy6.net REST API to buy, renew, delete, organise, and rotate proxy servers. A proxy server relays requests through another network address, often for scraping or separating workers.

In plain words
What is it for?
Use it to build and rotate proxy pools, set IP access rules, check prices and balances before buying, and handle documented API errors.
Why use it?
It helps avoid unsafe purchases, blocked requests, authentication mistakes, and rate-limit failures when managing proxy pools.

Skill for Claude Code

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

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is Source of truth: [STACK_VERSIONS.md](../../STACK_VERSIONS.md) — verified 2026-08-24.

Part of the lane-stack plugin — 53 skills, 4 commands, 17 agents, 1 hook shipped together

Good fit Use it to build and rotate proxy pools, set IP access rules, check prices and balances before buying, and handle documented API errors.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/VKirill/claude-lane-stack
agentmods
npx agentmods add skills/vkirill/claude-lane-stack/proxy6

Made for: Claude Code.

Or install lane-stack, the plugin that ships this one along with the rest of its 53 skills, 4 commands, 17 agents, 1 hook.

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 proxy6

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vkirill/claude-lane-stack/proxy6"><img src="https://agentmods.dev/badge/skills/vkirill/claude-lane-stack/proxy6.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,690 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00221 $0.03690
Opus 5 $0.00111 $0.01845
Sonnet 5 $0.00044 $0.00738
Haiku 4.5 $0.00022 $0.00369

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

Security

Grade A, and why

proxy6 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 4d ago.

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.

plugins/lane-stack/skills/proxy6/SKILL.md · 198 lines

How it starts

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

🎯 Version Requirements (August 2026)

Primary pins:

  • proxy6 API: docs-only (stable REST, no version path)
  • Python: 3.14.x
  • Node.js: 24.x (Active LTS)

Source of truth: STACK_VERSIONS.md — verified 2026-08-24

Usage

Loaded automatically when its description matches the active task. Read only the section you need, then follow the link to the relevant reference file for full detail.

Use this skill when

  • Buying / prolonging / deleting proxies through the proxy6.net REST API — calls to buy, prolong, delete
  • Building a proxy pool from getproxy results, organising it via descr tags, rotating per request / per worker
  • Pre-flighting purchases with getprice + getcount + balance check before calling buy (money safety)
  • Setting up ipauth IP allowlist for production scrapers — full-replace semantics, dev/prod separation
  • Implementing a rate-limit-safe client (≤ 3 req/s) with retry/backoff on 429 / error_id envelopes
  • Debugging proxy6 error responses — error_id 100 (auth), 105 (IP not allowed), 300 (insufficient stock), 400 (no money), 410 (zero price), 429 (rate limited)
  • Picking the right proxy version for the workload — 3 (IPv4 Shared), 4 (IPv4), 5 (MTproto), 6 (IPv6) — and the right country
  • Building a scheduled-cleanup job for expired proxies (state=expired) and a renewal job before date_end

Do not use this skill when

  • Task uses a different proxy provider — Mobileproxy / Webshare / Brightdata / Oxylabs / Smartproxy / iProxy / ProxyEmpire — they have different APIs
  • Task is actually using a proxy in HTTP code after acquisition — that belongs to the HTTP-client skill (httpx for Python, nodejs for Node)
  • Task is in-browser CORS proxying or local proxy server (mitmproxy / squid / nginx forward proxy) — different domain
  • Task is Telegram MTProto client configuration without proxy6 (mtproto auth, session strings) — use telegram-bot and the MTProto client docs

Read the full file on GitHub · 198 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. 4d ago First seen · 198 lines · 221 tokens per session scan A bb8cfabb2de8

Subscribe to this mod's changes

proxy6 is a skill published in the GitHub repository VKirill/claude-lane-stack (115 stars, last pushed today), licensed MIT. It adds 221 tokens to every session and 3,690 once invoked, about $0.0011 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-05.

Related

Other skills, from other repositories

event-driven-architecture

Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.

travisjneuman/.claude · 50 tokens

edge-computing

Edge computing with Cloudflare Workers, Deno Deploy, Bun, Vercel Edge Functions, AWS Lambda@Edge, and edge databases (Turso, D1, DynamoDB Global Tables). Use when building low-latency edge applications, edge-side rendering, or globally distributed compute.

travisjneuman/.claude · 63 tokens

afc:consult

Expert consultation — backend, infra, PM, design, marketing, legal, or tech guidance.

jhlee0409/all-for-claudecode · 23 tokens

build-teaql-app

Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…

teaql/teaql-agent-kit · 112 tokens

moai-platform-deployment

Deployment and hosting platform specialist covering Vercel, Railway, and Convex. Use when deploying applications, configuring edge functions, setting up continuous deployment, or managing serverless infrastructure.

modu-ai/moai-adk · 42 tokens

analyzing-cloud-storage-access-patterns

Detect abnormal access patterns in AWS S3, GCS, and Azure Blob Storage by analyzing CloudTrail Data Events, GCS audit logs, and Azure Storage Analytics. Identifies after-hours bulk downloads, access from new IP addresses, unusual API calls (GetObject spikes), and potential data exfiltration using statistical baselines…

xalgorix/xalgorix · 79 tokens