# HTTP Client

> 发送HTTP请求，支持所有方法、请求头、认证和响应处理。 Use when this capability is needed.

- Skill: `tomevault-io/http-client` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/http-client`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/http-client/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/http-client

---


# HTTP Client Tool

## Description
Make HTTP requests with full support for GET, POST, PUT, DELETE, headers, authentication, and file uploads.

## Trigger
- `/http` command
- User needs to make API calls
- User wants to test endpoints

## Usage

```bash
# GET request
python scripts/http_client.py GET https://api.example.com/users

# POST with JSON body
python scripts/http_client.py POST https://api.example.com/users --json '{"name": "John"}'

# With headers
python scripts/http_client.py GET https://api.example.com/data --header "Authorization: Bearer token"

# Upload file
python scripts/http_client.py POST https://api.example.com/upload --file document.pdf
```

## Tags
`http`, `api`, `rest`, `requests`, `client`

## Compatibility
- Codex: ✅
- Claude Code: ✅

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/aidotnet) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

