Http Api Cloudbase

🌐Community
by tencentcloudbase · 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 http-api-cloudbase npx -- -y @trustedskills/http-api-cloudbase
2

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

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

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

About This Skill

What it does

The http-api-cloudbase skill enables AI agents to interact with HTTP APIs hosted on Tencent Cloud Base. It allows for sending requests, handling responses, and integrating cloud-based services directly within workflows.

When to use it

  • Automating data retrieval from a RESTful API hosted on Tencent Cloud Base.
  • Building serverless applications that require external service integration.
  • Testing or debugging HTTP endpoints deployed via Tencent Cloud Base.

Key capabilities

  • Sending HTTP requests (GET, POST, PUT, DELETE).
  • Handling JSON and other common response formats.
  • Integration with Tencent Cloud Base infrastructure for seamless API calls.

Example prompts

  • "Call the /user/data endpoint on my Tencent Cloud Base API with a GET request."
  • "Send a POST request to https://api.example.com/submit with this JSON payload."
  • "Fetch user information from the HTTP API deployed on Tencent Cloud Base."

Tips & gotchas

  • Ensure your Tencent Cloud Base API is properly configured and accessible.
  • Authentication tokens or headers may be required for secure endpoints—include them in your requests.

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
tencentcloudbase
Installs
306

🌐 Community

Passed automated security scans.