http-client

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#49233
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill http-client

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
zencoder 1

Skill 文档

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

# 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: âœ