·api-fetcher
</>

api-fetcher

Obtenga datos de las API REST/GraphQL de forma segura.

21Instalaciones·0Tendencia·@famaoai-creator

Instalación

$npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher

Cómo instalar api-fetcher

Instala rápidamente el skill de IA api-fetcher en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher
  3. Verificar instalación: Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

Fuente: famaoai-creator/gemini-skills.

SKILL.md

Ver original

| Flag | Alias | Type | Required | Description |

| --url | -u | string | Yes | Target URL | | --method | -m | string | No | HTTP method (default: GET) | | --headers | -H | string | No | JSON string of request headers | | --body | -b | string | No | JSON string of request body | | --out | -o | string | No | Output file path |

| Invalid headers: Unexpected token | Malformed JSON in --headers | Ensure valid JSON: --headers '{"Authorization":"Bearer token"}' | | Invalid request body: Unexpected token | Malformed JSON in --body | Validate JSON before passing | | ECONNREFUSED | Target server is down or unreachable | Check URL and network connectivity |

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-26
Actualizado
2026-03-10

Browse more skills from famaoai-creator/gemini-skills

Respuestas rápidas

¿Qué es api-fetcher?

Obtenga datos de las API REST/GraphQL de forma segura. Fuente: famaoai-creator/gemini-skills.

¿Cómo instalo api-fetcher?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

¿Dónde está el repositorio de origen?

https://github.com/famaoai-creator/gemini-skills