sc-vpn
Installation
SKILL.md
SC-VPN Gateway
Internal VPN service for the Starchild platform. Provides exit nodes in 18 fixed countries — accessible only from within the Starchild internal network. No credentials or setup needed.
⚠️ When to Use
SC-VPN is a last resort, not a default. Most agent HTTP traffic already goes through sc-proxy (the platform's transparent billing proxy for paid APIs). Setting a global VPN proxy will break sc-proxy routing.
Use SC-VPN only when:
- A specific request is geo-blocked or returns a region error
- You need to appear from a specific country for a particular API call
- A target website/API refuses connections from the default exit
Always use per-request proxy (pass proxies= to requests.get() or -x to curl). Never set global HTTP_PROXY / HTTPS_PROXY environment variables