http-skill
OfficialMake any HTTP request from your AI agent.
Authorkubiyabot
Version1.0.0
Installs0
System Documentation
What problem does it solve?
AI agents often need to interact with external services via HTTP. This Skill provides a robust, configurable client to perform arbitrary HTTP requests from the agent, removing the need to rely on prompts or external tooling for API calls.
Core Features & Use Cases
- Multi-method HTTP client: supports GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS to communicate with REST APIs.
- Flexible authentication & headers: per-request bearer, basic, and API-key authentication plus customizable headers and timeouts for precise control.
- GraphQL and specialized requests: supports GraphQL queries, data handling, and file-like operations like download/upload workflows.
- Use Case: When your agent needs to fetch data from microservices, submit resources to REST endpoints, or run GraphQL queries, this skill handles the HTTP layer with proper formatting and error reporting.
Quick Start
To fetch a list of users from an API, run: skill run http-skill get --url "https://api.example.com/users" --timeout 10000
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: http-skill Download link: https://github.com/kubiyabot/skill/archive/main.zip#http-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.