Skip to content

openfetch-js/openFetchSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openFetch skill (Claude Code plugin)

An Agent Skills bundle so coding agents reliably use @hamdymohamedak/openfetch — the fetch-based HTTP client with interceptors, middleware, retries, caching, and optional fluent APIs — instead of guessing axios-style APIs.

Targets library version: v0.2.9 (see skills/openfetch/SKILL.md).

Why install this

  • Accurate defaults — e.g. retry only on safe methods unless configured otherwise; fetch-only transport.
  • Up-to-date surface — plugins (retry, timeout, debug, …), sugar/fluent client, rawResponse, cache keying, idempotency helpers.
  • Portable format — same SKILL.md layout used by registries and tools such as skills.sh.

Install (Claude Code)

claude plugin marketplace add openfetch-js/OpenFetch
claude plugin install openfetch@openfetch-js

If you use a fork, substitute the GitHub owner in both commands (for example your-org/OpenFetch).

What’s in the package

Path Purpose
.claude-plugin/plugin.json Plugin manifest for Claude Code
skills/openfetch/SKILL.md Primary skill (YAML frontmatter + instructions)
skills/openfetch/references/quick-reference.md Compact API and config reference
openfetchskill/
├── .claude-plugin/
│   └── plugin.json
├── skills/
│   └── openfetch/
│       ├── SKILL.md
│       └── references/
│           └── quick-reference.md
└── README.md

Learn the library

Releases

No releases published

Packages

 
 
 

Contributors