skills/smithery.ai/http-client

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"}'
Installs
2
First Seen
Apr 20, 2026
http-client from smithery.ai