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.
git clone --depth 1 https://github.com/VKirill/claude-lane-stacknpx agentmods add skills/vkirill/claude-lane-stack/proxy6Wrote 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.
[](https://agentmods.dev/skills/vkirill/claude-lane-stack/proxy6)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
getproxyresults, organising it viadescrtags, rotating per request / per worker - Pre-flighting purchases with
getprice+getcount+ balance check before callingbuy(money safety) - Setting up
ipauthIP 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_idenvelopes - Debugging proxy6 error responses —
error_id100 (auth), 105 (IP not allowed), 300 (insufficient stock), 400 (no money), 410 (zero price), 429 (rate limited) - Picking the right proxy
versionfor 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 beforedate_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 (
httpxfor Python,nodejsfor 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-botand the MTProto client docs
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- CHANGELOG.md 1.9 KB
- references/error-codes.md 4.3 KB
- references/eval-cases.md 5.9 KB
- references/integration-node.md 11 KB
- references/integration-python.md 11 KB
- references/ipauth-strategy.md 4.5 KB
- references/methods.md 9.3 KB
- references/pool-management.md 4.8 KB
- references/proxy-versions.md 3.4 KB
- references/purchase-and-billing.md 5.7 KB
- references/rate-limit-and-retry.md 6.5 KB
- references/recommended-defaults.md 5.7 KB
- references/REFERENCE.md 2.9 KB
- references/setup.md 4.1 KB
- references/troubleshooting.md 9.8 KB
- references/wrong-vs-right.md 9.6 KB
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.
- 4d ago First seen · 198 lines · 221 tokens per session scan A bb8cfabb2de8
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.
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.
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.
afc:consult
Expert consultation — backend, infra, PM, design, marketing, legal, or tech guidance.
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…
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.
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…