Rest Api
Helps with REST APIs, API as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kubrickcode-rest-api npx -- -y @trustedskills/kubrickcode-rest-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kubrickcode-rest-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kubrickcode-rest-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with REST APIs. It can handle making requests (GET, POST, PUT, DELETE) and parsing responses in JSON format. The agent can then use the data retrieved from these API calls within subsequent steps of a workflow.
When to use it
- Retrieving product information from an e-commerce API based on user search queries.
- Posting new entries into a CRM system after gathering customer details.
- Updating records in a database via an API endpoint.
- Deleting outdated data from external services using their respective APIs.
Key capabilities
- Handles GET, POST, PUT, and DELETE requests.
- Parses JSON responses from the API.
- Supports specifying headers for API requests.
Example prompts
- "Fetch product details from the API at
https://example.com/products/123." - "Send a POST request to
https://api.example.com/customerswith the following data:{name: 'John Doe', email: '[email protected]'}." - “Delete the record at
https://example.com/orders/456.”
Tips & gotchas
- Ensure the API endpoint is accessible and returns a valid JSON response for successful operation.
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.