简体中文 · Setup · Workflow · Prompts · Capability reference · API documentation
EveryProxy is a standalone EveryInfra agent skill for traffic-billed proxy ordering through REST. It separates package selection, order-status checks and approved credential delivery, with one-time passwords kept out of shared logs.
A proxy order status check must not accidentally become a purchase or a credential delivery. EveryProxy makes that distinction explicit: inspect the catalog, approve the package and region, check an order without delivery, then release credentials only when delivery and its charge are intended.
Use it to manage a proxy resource for an authorized workflow. The product is billed by traffic, not connection minutes. This skill manages the order boundary; it is not a browser or a guarantee of access to a target site.
- Inspect available traffic packages, regions and supported session options.
- Review an order’s state without triggering credential delivery.
- Deliver a one-time proxy password only to an explicitly approved secret destination.
This is a standalone, one-skill REST workflow package, not a new API service. It requires a compatible agent host and the configured access described in setup. Local package validation does not establish live API availability.
Install the source repository in Codex after reviewing its contents. These commands add a GitHub-backed repository catalog, not an official marketplace endorsement:
codex plugin marketplace add everyinfra/everyproxy-plugin
codex plugin add everyproxy@everyproxy-pluginFor a local checkout, replace the first command's source with .. Setup also covers Claude Code and the separate service connection.
Configure access once, then ask:
Inspect current traffic packages for my authorized workflow and explain the billing unit. Do not place an order.
This initial prompt is scoped to inspection or preparation. Review any paid operation or external side effect before proceeding. Claude Code instructions and Cursor packaging boundaries are in setup.
- Read GET /api/v1/proxy/catalog for package size, kind, region and supported sticky-session options.
- Confirm the package, region and spending before POST /api/v1/proxy/order.
- Inspect GET /api/v1/proxy/order/{order_id} without a delivery flag when only status is requested.
- Use ?deliver=1 only when credential delivery and the corresponding charge are intended.
- Protect the one-time password and report order state without printing credentials. Do not automatically create a replacement order after a refund.
A catalog comparison, an order-status report or an approved secret delivery. A successful status response is not proof that credentials have been delivered or that a target website is reachable.
EveryProxy manages traffic packages and credential delivery. EverySearch retrieves web content through its own contract. Choosing a proxy does not by itself implement search, crawling or a browser session.
- REST-only; no claim of a native proxy MCP tool or automatic browser configuration.
- Traffic billing must not be presented as per-minute rental.
- No shared-log passwords, automatic paid replacement orders or guaranteed target access.
The package contains one skill and does not grant permissions or register a duplicate MCP connection. Never put credentials in prompts, checked-in files, screenshots or shared logs. Discovery, API execution, billing and a final external result are separate states. See security.
No. Keep the status request free of deliver=1 when credentials and settlement are not intended.
The skill treats the password as one-time delivery. Choose an approved secret destination before requesting it; do not rely on logs as storage.
No. A replacement can create another charge and requires its own authority.
python3 scripts/validate.pyThis offline check validates packaging, local documentation links, the single-skill boundary, metadata and fixtures. It does not send messages, allocate resources or verify a production account. Contribution guidance and the release checklist describe the remaining checks.
Source publication, tagged releases, official marketplace acceptance and live service verification are separate milestones. Maintained by EveryInfra. Licensed under Apache-2.0.