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.
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill cloudbase-platform --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
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.
## 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
- Sibling skills (local only)
- Activation Contract
- Use this first when
- Read before writing code if
- Then also read
- Do NOT use for
- Common mistakes / gotchas
- When to use this skill
- How to use this skill (for a coding agent)
- Domain Management Tools: Clear Distinction
- Recording Operation Results
- Storage and Hosting
- Environment and Authentication
- Authentication Best Practices
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.
