Convex Http Actions
This skill executes HTTP requests using Convex, streamlining web interactions and enabling dynamic backend operations within your Convex apps.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add convex-http-actions npx -- -y @trustedskills/convex-http-actions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"convex-http-actions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/convex-http-actions"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The convex-http-actions skill enables AI agents to perform HTTP actions such as GET, POST, PUT, and DELETE requests. It allows for seamless interaction with web services and APIs by handling request formatting, headers, authentication, and response parsing.
When to use it
- To fetch data from a RESTful API endpoint during application initialization.
- To submit form data or JSON payloads to a backend service for processing.
- To update or delete records on a remote server using HTTP methods like PUT or DELETE.
Key capabilities
- Supports common HTTP methods: GET, POST, PUT, and DELETE.
- Handles request headers and authentication tokens.
- Parses and returns structured response data from HTTP calls.
Example prompts
- "Send a GET request to
https://api.example.com/dataand return the JSON response." - "POST the following JSON payload to
https://api.example.com/submit:{"name": "John", "email": "[email protected]"}." - "Delete the resource at
https://api.example.com/items/123using a DELETE request."
Tips & gotchas
- Ensure that any required authentication tokens or headers are included in your requests.
- Be mindful of rate limits and API usage policies when making frequent HTTP 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.