Instalación
Instalación
Sección titulada «Instalación»HydraSkill ofrece SDKs oficiales para Python, Node.js y Go. Elige tu lenguaje:
pip install hydraskillRequiere Python 3.8+. Compatible con requests, httpx, aiohttp y playwright.
Node.js
Sección titulada «Node.js»npm install hydraskillRequiere Node.js 18+. Funciona con axios, fetch, puppeteer y playwright.
go get github.com/hydraskill/go-sdkRequiere Go 1.21+.
CLI (opcional)
Sección titulada «CLI (opcional)»Para pruebas y depuración rápidas:
npx hydraskill initEsto crea un archivo de configuración .hydraskill.yml y valida tu API key.
Obtén tu API key
Sección titulada «Obtén tu API key»- Crea una cuenta (hay un nivel gratuito disponible)
- Ve a Dashboard → API Keys
- Haz clic en Create Key
- Copia la clave — solo se muestra una vez
export HYDRASKILL_API_KEY="sk-your-key-here"Verifica la instalación
Sección titulada «Verifica la instalación»from hydraskill import ProxyClient
client = ProxyClient() # lee HYDRASKILL_API_KEY del entornostatus = client.health_check()print(status) # {'status': 'ok', 'latency_ms': 45}Próximos pasos
Sección titulada «Próximos pasos»→ Guía de inicio rápido — haz tu primera petición de proxy