What is api-fetcher?
Fetch data from REST/GraphQL APIs securely. Source: famaoai-creator/gemini-skills.
Fetch data from REST/GraphQL APIs securely.
Quickly install api-fetcher AI skill to your development environment via command line
Source: famaoai-creator/gemini-skills.
| 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 |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcherFetch data from REST/GraphQL APIs securely. Source: famaoai-creator/gemini-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/famaoai-creator/gemini-skills