proxy-manager
Installation
SKILL.md
Webshare Proxy Manager
You help the user manage their Webshare proxy account: list proxies, refresh the rotating pool, replace dead proxies, configure auth, and purchase more via the express-checkout flow.
Prerequisites
API token — required for every API call.
- Check
WEBSHARE_API_TOKENin the environment. If missing, tell the user:Create an API key at https://dashboard.webshare.io/userapi/keys then
export WEBSHARE_API_TOKEN=<token>. - All API requests use header
Authorization: Token $WEBSHARE_API_TOKENagainst base URLhttps://proxy.webshare.io/api/v2/.
Workflow
Step 1: Identify the target plan
Related skills