Api Reference Guide

🌐Community
by dengineproblem · vlatest · Repository

Provides API guidance and assistance for agent 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 api-reference-guide npx -- -y @trustedskills/api-reference-guide
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "api-reference-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/api-reference-guide"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides a centralized reference for API documentation, allowing AI agents to retrieve and interpret technical specifications for various services. It enables agents to understand endpoint structures, request parameters, and response formats without manual lookup.

When to use it

  • When an agent needs to construct valid HTTP requests for external services like Stripe or GitHub.
  • To debug integration failures caused by incorrect parameter formatting or missing authentication headers.
  • When generating code snippets that interact with specific RESTful or GraphQL APIs.
  • For onboarding new agents to a tech stack by providing immediate access to official documentation.

Key capabilities

  • Aggregates API reference data from multiple sources into a single queryable format.
  • Parses complex documentation structures including schemas, examples, and error codes.
  • Supports natural language queries to find specific endpoints or method definitions.

Example prompts

  • "Show me the required headers and parameters for creating a new user in the Auth0 API."
  • "What is the JSON response structure when a payment fails in the Stripe documentation?"
  • "Find the endpoint used to list repositories on GitHub and explain its query parameters."

Tips & gotchas

Ensure the target API has up-to-date public documentation available, as this skill relies on existing reference material. If an API uses private or internal endpoints not documented publicly, this skill may not retrieve the necessary details.

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
dengineproblem
Installs
30

🌐 Community

Passed automated security scans.