http-client

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "http-client" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-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

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: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

exceljs

No summary provided by upstream source.

Repository SourceNeeds Review