Routes API requests through the user's residential proxy to bypass cloud IP blocks. TWO use cases - (1) Runtime fallback when direct curl/fetch fails with 403/blocked errors, use fetch.py for quick retry. (2) Template for building new skills that need proxy routing, copy proxy_helper.py into the new skill.
$npx -y skills add abra5umente/api-proxy --skill skillInstalls into the current project.
Run `npx skills use "https://github.com/abra5umente/api-proxy" --skill "abra5umente/api-proxy/skill"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/abra5umente/api-proxy" that are relevant to the current task. Run `npx skills add "https://github.com/abra5umente/api-proxy"` and select the relevant skills, then follow their instructions.