·api-fetcher
</>

api-fetcher

Fetch data from REST/GraphQL APIs securely.

21Installs·0Trend·@famaoai-creator

Installation

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

How to Install api-fetcher

Quickly install api-fetcher AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: famaoai-creator/gemini-skills.

SKILL.md

View raw

| 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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/famaoai-creator/gemini-skills --skill api-fetcher
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from famaoai-creator/gemini-skills

Quick answers

What is api-fetcher?

Fetch data from REST/GraphQL APIs securely. Source: famaoai-creator/gemini-skills.

How do I install api-fetcher?

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

Where is the source repository?

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