http-api-cloudbase

Invoke CloudBase cloud functions via raw HTTP APIs.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/dang0705/planting --skill http-api-cloudbase-dang0705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: http-api-cloudbase
Source: https://github.com/dang0705/planting/tree/main/.agents/skills/cloudbase/references/http-api
Command: npx skills add https://github.com/dang0705/planting --skill http-api-cloudbase-dang0705

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a guide to interact with CloudBase platform features using raw HTTP APIs, bypassing platform SDKs or MCP management tools.

Core Features & Use Cases

  • HTTP API Client Guide: Detailed instructions for calling CloudBase platform APIs over raw HTTP.
  • Use Case: For non-Node backends, integration tests, admin scripts, direct database operations, cloud function invocation, and more scenarios where SDKs are not available or not preferred.

Quick Start

Use the http-api-cloudbase skill to invoke a CloudBase cloud function via HTTP API.

Frequently Asked Questions about http-api-cloudbase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I call CloudBase cloud functions from a non-Node backend?

You can call CloudBase cloud functions from a non-Node backend by sending raw HTTP API requests directly to the platform endpoints, bypassing the need for platform SDKs.

What is the best way to interact with CloudBase features without using SDKs?

The best way to interact with CloudBase features without SDKs is by using raw HTTP APIs, which enables direct database operations and cloud function invocation across any backend language.

Do I need OpenAPI Swagger documentation to use CloudBase HTTP APIs?

Yes, understanding the OpenAPI Swagger documentation is required to properly construct raw HTTP API requests and implement correct authentication methods for CloudBase platform features.

Can I perform direct database operations on CloudBase via raw HTTP requests?

Yes, you can perform direct database operations on CloudBase by constructing raw HTTP API requests, which is ideal for admin scripts and integration tests where SDKs are not preferred.

Why use raw HTTP APIs instead of CloudBase platform SDKs for integration tests?

Using raw HTTP APIs instead of CloudBase platform SDKs for integration tests removes language dependencies, allowing direct verification of backend endpoints, database operations, and cloud function invocation.