AI Summaryes-fetch-api is a lightweight, middleware-based HTTP client wrapper for JavaScript/TypeScript projects that simplifies API requests with composable request handling. Developers building JavaScript applications will benefit from streamlined HTTP request management and best practices.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "es-fetch-api" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (12 files) mkdir -p .claude/skills/es-fetch-api && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/SKILL.md "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_ar.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_ar.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_cn.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_cn.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_de.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_de.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_en.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_en.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_es.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_es.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_fr.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_fr.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_it.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_it.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_ja.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_ja.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_ko.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_ko.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_ru.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_ru.txt" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/es-fetch-api/description_tw.txt "https://raw.githubusercontent.com/NeverSight/skills_feed/main/data/skills-md/lchrennew/es-fetch-api/es-fetch-api/description_tw.txt" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Use this skill when the user's input contains keywords like "es-fetch-api", "fetch wrapper", "http client", "api request", "/use fetch" or when they need to make HTTP requests in a JavaScript/TypeScript project. This skill provides installation guides, usage examples, and best practices.
Overview
es-fetch-api is a lightweight, middleware-based wrapper around the native fetch API. It allows you to compose requests using a chain of middlewares for handling query parameters, request bodies, headers, and more.
es-fetch-api
This skill provides instructions and examples for using the es-fetch-api library.
Installation
To use es-fetch-api in a project, first install it via npm: `bash npm install es-fetch-api `
1. Initialize API Client
Use getApi to create an API client instance with a base URL. `javascript import { getApi } from 'es-fetch-api'; const api = getApi('https://api.example.com'); `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster