Agent skill · AI & Agents

cloudbase-platform

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-platform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 29 KB
Bundled scripts: none
Version: 2.25.10
Path: config/.claude/skills/cloudbase-platform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Provides high-level CloudBase platform knowledge for capability selection, platform concepts, console navigation, and cross-platform best practices before choosing a more specific implementation skill.

How it works

  • Used when users need understanding of CloudBase hosting, storage concepts, authentication differences across Web and Mini Program, database permissions, and console management pages.
  • Guides the agent to distinguish between platforms, prefer SDK-based authentication for Web, and consider cross-platform differences in auth and data access.
  • Recommends consulting canonical MCP guidelines, using environment queries, and selecting appropriate downstream skills for concrete tasks.

When to use it

  • Use when the user asks which CloudBase capability, service, or tool to use, or needs a high-level understanding of hosting, storage, authentication, cloud functions, or database options.
  • Use for console navigation, cross-platform differences, permission models, or platform-level best practices before implementation.
  • Read before writing code if it is unclear which subdomain (Web, mini program, cloud functions, storage, database, auth) applies.

What it can touch

  • Tools explicitly listed: claude-code, cursor (as declared in the skill metadata).

Caveats

  • Focuses on foundational knowledge and platform-level concepts; does not provide direct implementation steps for pages, flows, or API calls without moving to a more specific skill.
  • Contains guidance to follow cross-cutting protocols and to consult the main CloudBase MCP setup for canonical configurations; does not duplicate full MCP configurations here.
From the SKILL.md

## Sibling skills (local only) Sibling CloudBase skills ship beside this skill. Use local relative paths such as `../auth-tool-cloudbase/SKILL.md`. If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do **not** HTTP-fetch remote skill or protocol markdown into the agent context. **Cross-cutting protocols** (required before code changes or deployments): - Change Safety Protocol: `references/protocols/change-safety-protocol.md` - Deployment Gate: `references/protocols/deployment-gate.md` ## Activation Contract ### Use this first when - The user asks which CloudBase capability, service, or tool to use, or needs a high-level understanding of hosting, storage, authentication, cloud functions, or database options. - The task is about console navigation, cross-platform differences, permission models, or platform-level best practices before implementation. ### Read before writing code if - It is still unclear whether the task belongs to Web, mini program, cloud functions, storage, MySQL / NoSQL, or auth. - The response needs platform selection, conceptual explanation, or control-plane navigation more

What's inside
Steps it walks through
  1. Sibling skills (local only)
  2. Activation Contract
  3. Use this first when
  4. Read before writing code if
  5. Then also read
  6. Do NOT use for
  7. Common mistakes / gotchas
  8. When to use this skill
  9. How to use this skill (for a coding agent)
  10. Domain Management Tools: Clear Distinction
  11. Recording Operation Results
  12. Storage and Hosting
  13. Environment and Authentication
  14. Authentication Best Practices
Ships with 2 files
  • references/protocols/change-safety-protocol.md
  • references/protocols/deployment-gate.md
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the cloudbase-platform skill do?

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-platform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going