Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Gateway universal para APIs. Conecta cualquier API REST/GraphQL con configuración simple. Gestiona autenticación, rate limiting y caching.
Gateway universal para APIs. Conecta cualquier API REST/GraphQL con configuración simple. Gestiona autenticación, rate limiting y caching.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Conecta el bot a cualquier API externa con configuración mínima. Un solo lugar para gestionar todas tus integraciones.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │ Bot │ ──► │ API │ ──► │ APIs │ │ (Comando) │ │ Gateway │ │ Externas │ └─────────────┘ └─────────────┘ └─────────────┘ │ ┌──────┴──────┐ │ • Auth │ │ • Cache │ │ • Rate Limit│ │ • Retry │ └─────────────┘
# Agregar nueva API api add weather --base:https://api.openweathermap.org/data/2.5 --auth:query:appid:$WEATHER_API_KEY # Agregar endpoint api endpoint weather current --path:/weather --params:q,units # Listar APIs configuradas api list
# Llamar endpoint api call weather current --q:"Mexico City" --units:metric # Llamada directa con URL api get https://api.example.com/data # POST con body api post https://api.example.com/create --body:'{"name":"test"}'
# Ver estadísticas api stats weather # Ver logs api logs --last:10 # Probar conexión api test weather
# apis/weather.yaml name: weather base_url: https://api.openweathermap.org/data/2.5 auth: type: query param: appid value: ${WEATHER_API_KEY} endpoints: current: path: /weather method: GET params: - q: string # ciudad - units: metric|imperial cache: 10m forecast: path: /forecast method: GET params: - q: string - cnt: number # días
Usuario: clima en "Ciudad de México" Bot: 🌤️ Clima actual en Ciudad de México: 🌡️ Temperatura: 22°C 💧 Humedad: 45% 💨 Viento: 12 km/h 🌅 Sensación térmica: 24°C
TipoEjemploAPI Key (Header)Authorization: Bearer xxxAPI Key (Query)?api_key=xxxBasic Authusername:passwordOAuth 2.0Token refresh automáticoCustomHeaders personalizados
endpoints: data: cache: 15m # Cache de 15 minutos
rate_limit: requests: 100 period: 1h
retry: attempts: 3 backoff: exponential
APIConfiguraciónOpenWeatherWEATHER_API_KEYGitHubGITHUB_TOKENSlackSLACK_TOKENNotionNOTION_API_KEYDiscordDISCORD_TOKEN
proactive-triggers: Llamar APIs en automatizaciones daily-digest: Obtener datos de múltiples APIs multi-agent: Los agentes pueden usar APIs configuradas
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.