core-http-client

star 2

Provide reusable HTTP request execution patterns including retries, timeout boundaries, and response sanity checks.

Shuang-Shu By Shuang-Shu schedule Updated 2/26/2026

name: core-http-client metadata: version: "0.0.1" author: "ShuangShu" description: Provide reusable HTTP request execution patterns including retries, timeout boundaries, and response sanity checks.

Core HTTP Client

Overview

Use this foundational skill for robust outbound HTTP request behavior used by ingestion and integration skills.

Capabilities

  • Execute HTTP requests with explicit method/header/body controls.
  • Apply bounded retries and timeout policies.
  • Surface structured status/body/error diagnostics.

Output Contract

  • Return request summary and response details.
  • Distinguish timeout, connect, and server errors.
  • Keep logs concise and reproducible.
Install via CLI
npx skills add https://github.com/Shuang-Shu/skuare --skill core-http-client
Repository Details
star Stars 2
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator