Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add Aladeen12541/claude-ip-rotator/plugin install ip-rotatorWrote 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/commands/aladeen12541/claude-ip-rotator/ip-rotator)<a href="https://agentmods.dev/commands/aladeen12541/claude-ip-rotator/ip-rotator"><img src="https://agentmods.dev/badge/commands/aladeen12541/claude-ip-rotator/ip-rotator/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/commands/aladeen12541/claude-ip-rotator/ip-rotator"><img src="https://agentmods.dev/badge/commands/aladeen12541/claude-ip-rotator/ip-rotator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00105 | $0.00424 |
| Opus 5 | $0.00053 | $0.00212 |
| Sonnet 5 | $0.00021 | $0.00085 |
| Haiku 4.5 | $0.00011 | $0.00042 |
Grade A, and why
ip-rotator scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: Single switch for AWS API Gateway IP rotation. 'on' starts gateway + MITM proxy, routes ALL tools (nuclei, httpx, ffuf, curl) through rotating AWS IPs. 'off' stops everything. Usage: /ip-rotator on target.co What it actually says
/ip-rotator
Single switch — routes ALL HTTP/HTTPS traffic through rotating AWS IPs.
The bundled script is at ${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py.
Commands
/ip-rotator on target.com # Start everything (gateway + proxy + env)
/ip-rotator off # Stop everything
/ip-rotator status # Show state
What Claude Does When Activated
# 1. Start in background
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py" on https://target.com &
# 2. Wait for startup (~15s), source env
source ~/.config/ip-rotator/env.sh
# 3. All tools now auto-route through rotator — no flags needed:
nuclei -u https://target.com -t cves/
httpx -l hosts.txt
curl -k https://target.com/path
# 4. When done:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py" off
unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY ROTATOR_ACTIVE
Auto-Trigger
Activate when:
- Target returns 403/429 after prior testing
- Connection timeouts to previously-reachable target
- User mentions: "blocked", "rate limited", "waf", "rotate ip"
Cost
Free tier = 10M requests/month. Typical session: $0.
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.
- 10d ago First seen · 49 lines · 0 tokens per session scan A d4381c20c30a
ip-rotator is a command published in the GitHub repository Aladeen12541/claude-ip-rotator (3 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 424 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
autopilot
Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo].
bypass-403
Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF fingerprint, vendor-specific). Wraps byp4xx when installed; otherwise runs a built-in matrix of 38+ techniques. Usage: /bypass-403 | /bypass-403 -l.
validate
Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate.
token-scan
Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP lock bypass, authority retention, bonding curve exploits, fake renounce, sandwich amplification). Manual 8-class grep audit (with an optional automated scanner if present). Usage: /token-scan [--chain solana].
memory-gc
Inspect or rotate hunt-memory JSONL files (audit.jsonl, patterns.jsonl, journal.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.
secrets-hunt
Hunt leaked credentials in a filesystem path, git history, JS bundles from a recon run, or an entire GitHub org. Wraps trufflehog (verifies live keys against issuer APIs), noseyparker (fast on huge histories), and gitleaks (default rule pack). Falls back to a regex grep if no scanner is installed. Usage: /secrets-hunt…