What problem does it solve?
This Skill provides a reusable fetch client that handles dynamic defaults, authentication, request shaping, response validation, retries, timeouts, and streaming, removing boilerplate and reducing errors in HTTP requests.
Core Features & Use Cases
- Dynamic defaults: per‑request configuration of base URL, headers, parameters, and body.
- Auth and request shaping: automatically inject fresh tokens and serialize query strings and bodies.
- Validation and error handling: integrates Zod or Valibot schemas, custom retry logic, and lifecycle hooks.
- Streaming and runtime caveats: supports upload and download progress and works with the global fetch implementation.
Quick Start
Ask the assistant to perform an authenticated GET request to /users/1 with response validation using the upfetch skill.