Skip to content

Repository files navigation

EveryProxy — Traffic-billed proxy ordering with controlled credential delivery

EveryInfra H2 shared-base mark

简体中文 · 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.

What you can do

  • 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.

Quick start

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-plugin

For 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.

How the workflow works

  1. Read GET /api/v1/proxy/catalog for package size, kind, region and supported sticky-session options.
  2. Confirm the package, region and spending before POST /api/v1/proxy/order.
  3. Inspect GET /api/v1/proxy/order/{order_id} without a delivery flag when only status is requested.
  4. Use ?deliver=1 only when credential delivery and the corresponding charge are intended.
  5. Protect the one-time password and report order state without printing credentials. Do not automatically create a replacement order after a refund.

What a useful result contains

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.

When to use this skill

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.

Limits and safety

  • 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.

Frequently asked questions

Is a status check the same as delivery?

No. Keep the status request free of deliver=1 when credentials and settlement are not intended.

Can I retrieve the same password later?

The skill treats the password as one-time delivery. Choose an approved secret destination before requesting it; do not rely on logs as storage.

Does a refund authorize another order?

No. A replacement can create another charge and requires its own authority.

Validate and contribute

python3 scripts/validate.py

This 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.

About

EveryProxy traffic-billed proxy skill for Codex and Claude Code. Inspect REST packages, manage order status and control approved one-time credential delivery.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages