You'd reach for this when you're building on a platform that doesn't have a CloudBase SDK, like Go, Python, or Flutter, and need to hit CloudBase's database, auth, or storage APIs directly over HTTP. It's the official HTTP client guide, not a wrapper. The skill is smart about clarification: it asks upfront whether you're calling CloudBase platform endpoints or building your own service, because people confuse the two. One nice detail is the built-in searchKnowledgeBase tool that pulls live OpenAPI specs for MySQL, NoSQL, functions, auth, and storage, so you're not guessing at endpoint shapes. Supports AccessToken, API Key, and Publishable Key flows, with sensible defaults like phone SMS for user auth.
npx skills add https://github.com/tencentcloudbase/skills --skill http-api-cloudbase