http-api-cloudbase
Integrate CloudBase services into any environment using raw HTTP requests instead of SDKs.
Install
mkdir -p .claude/skills/http-api-cloudbase && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4719" && unzip -o skill.zip -d .claude/skills/http-api-cloudbase && rm skill.zipInstalls to .claude/skills/http-api-cloudbase
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
CloudBase official HTTP API client guide. This skill should be used when backends, scripts, or non-SDK clients must call CloudBase platform APIs over raw HTTP instead of using a platform SDK or MCP management tool.Key capabilities
- →Execute raw HTTP requests against CloudBase endpoints
- →Map CloudBase features to RESTful API patterns
- →Handle platform authentication headers manually
- →Interface with database and storage without SDKs
- →Debug platform-level API errors
How it works
It formats requests according to CloudBase's raw HTTP API specifications, managing the authentication and payload structuring required by the platform's backend services.
Inputs & outputs
When to use http-api-cloudbase
- →Access CloudBase database from non-Node backends
- →Call cloud functions via HTTP
- →Integrate cloud hosting in mobile applications
- →Interact with cloud storage via REST API
About http-api-cloudbase
This skill provides a standard guide for calling CloudBase APIs, such as database or authentication, using raw HTTP protocols. It is intended for non-Node environments or scripts that cannot utilize the platform SDK.
Use CloudBase HTTP API to access CloudBase platform features (database, authentication, cloud functions, cloud hosting, cloud storage, AI) via HTTP protocol from backends or scripts that are not using SDKs.
When not to use it
- →When an official CloudBase SDK is available
- →When working in a Node.js environment that supports standard SDKs
Prerequisites
Limitations
- →High complexity due to manual request structuring
- →Requires manual handling of auth token refreshes
How it compares
It provides a mechanism to interact with the platform from environments that are incompatible with binary or complex SDKs.
Compared to similar skills
http-api-cloudbase side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| http-api-cloudbase (this skill) | 1 | 2mo | Review | Advanced |
| fastapi-templates | 520 | 2mo | No flags | Intermediate |
| android-kotlin-development | 268 | 5mo | Review | Advanced |
| fastapi-pro | 79 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by TencentCloudBase
View all by TencentCloudBase →You might also like
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
android-kotlin-development
aj-geddes
Develop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigation architecture.
fastapi-pro
sickn33
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.
telegram-bot-builder
davila7
Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.
telegram-mini-app
davila7
Expert in building Telegram Mini Apps (TWA) - web apps that run inside Telegram with native-like experience. Covers the TON ecosystem, Telegram Web App API, payments, user authentication, and building viral mini apps that monetize. Use when: telegram mini app, TWA, telegram web app, TON app, mini app.
stripe-integration
wshobson
Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.