http-client
SKILL.md
HTTP Client
Make HTTP requests to external APIs and services.
Quick Start
GET Request
node /path/to/skills/http-client/scripts/request.js GET https://api.example.com/data
POST with JSON
node /path/to/skills/http-client/scripts/request.js POST https://api.example.com/users '{"name":"John"}'