cloudbase-agent

Installation
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.

CloudBase Agent SDK — Language Router

This skill supports TypeScript and Python. Determine the language first, then read the corresponding skill file. If the user does not explicitly specify which programming language to use, TypeScript must be enforced.

Step 1: Determine Language

Signal Language
User says "TypeScript", "Node.js", "TS" TypeScript
User says "Python", "FastAPI", "pip" Python
No clear signal TypeScript

Step 2: Read the Language-Specific Skill File

Installs
4
GitHub Stars
28
First Seen
Jun 12, 2026
cloudbase-agent — tencentcloudbase/cloudbase-skills