Skip to main content
Back to registry

http-api-cloudbase

tencentcloudbase/skills

Installs476
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill http-api-cloudbase
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
Use this skill whenever you need to call CloudBase platform features via raw HTTP APIs , for example: Do not use this skill for: Clarify the scenario Determine the base URL Set up authentication Reference OpenAPI Swagger documentation CloudBase HTTP API is a set of interfaces for accessing CloudBase platform features via HTTP protocol, supporting database, user authentication, cloud functions, cloud hosting, cloud storage, AI, and more. ⚠️ IMPORTANT: Always use searchKnowledgeBase tool to get OpenAPI Swagger specifications Before implementing any HTTP API calls, you should: Use searchKnowledgeBase tool to get OpenAPI documentation : Available API names : Parse and use the swagger documentation : Never invent API endpoints or parameters - always base your implementation on the official swagger documentation. Before starting, ensure you have: CloudBase HTTP API requires authentication. Choose the appropriate method based on your use case: Applicable environments : Client/Server User permissions : Logged-in user permissions How to get : Use searchKnowledgeBase({ mode: "openapi", apiName: "auth" }) to get the Authentication API specification Applicable environments : Server User permissions : Administrator permissions ⚠️ Warning: Tokens are critical credentials for identity authentication. Keep them secure. API Key must NOT be used in client-side code. Applicable environments :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does http-api-cloudbase do?

http-api-cloudbase is listed in SkillJury, but the source summary is still sparse.

Is http-api-cloudbase good?

http-api-cloudbase does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does http-api-cloudbase work with?

http-api-cloudbase currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to http-api-cloudbase?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install http-api-cloudbase?

npx skills add https://github.com/tencentcloudbase/skills --skill http-api-cloudbase

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering