api-proxy

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.

$ 설치

git clone https://github.com/abra5umente/api-proxy /tmp/api-proxy && cp -r /tmp/api-proxy/skill ~/.claude/skills/api-proxy

// tip: Run this command in your terminal to install the skill