Rest Api

🌐Community
by kubrickcode · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add kubrickcode-rest-api npx -- -y @trustedskills/kubrickcode-rest-api
2

Or manually add to ~/.claude/settings.json

~/.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/customers with 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kubrickcode
Installs
2

🌐 Community

Passed automated security scans.