Httpx
Httpx allows you to seamlessly execute HTTP requests directly within your AI conversations, enabling dynamic data retrieval and API interactions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add httpx npx -- -y @trustedskills/httpx
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"httpx": {
"command": "npx",
"args": [
"-y",
"@trustedskills/httpx"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The httpx skill enables AI agents to make HTTP requests, retrieve data from APIs, and process responses. It simplifies interacting with web services by handling request construction, error management, and response parsing. This allows the agent to gather information, trigger actions on remote systems, or integrate with external tools.
When to use it
- Data Retrieval: Fetch current weather conditions from a weather API based on a user's location.
- API Integration: Automatically create tickets in a support system by sending data to the ticketing platform’s API.
- Web Scraping (with caution): Extract specific information from websites, although ethical considerations and website terms of service should always be respected.
- Automated Tasks: Trigger actions on external services like sending emails or updating databases via their APIs.
Key capabilities
- Makes HTTP requests (GET, POST, PUT, DELETE, etc.)
- Handles request headers and parameters
- Manages error responses and retries
- Parses JSON and other common response formats
Example prompts
- "Get the current price of Bitcoin from the CoinGecko API."
- "Send a POST request to [API endpoint] with this data: { 'key': 'value' }."
- “Retrieve user profile information for ID 12345 from the internal CRM API.”
Tips & gotchas
The agent needs access to valid API keys or credentials if required by the target API. Be mindful of rate limits and potential costs associated with frequent API calls.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.