tencentcloudbase/skills

cloudbase-agent

Build and deploy AI agents with CloudBase Agent SDK (TypeScript & Python).

First seen Mar 27, 2026

Installation

$ npx skills add tencentcloudbase/skills --skill cloudbase-agent

Summary

  • Build and deploy AI agents with CloudBase Agent SDK (TypeScript & Python).
  • Implements the AG-UI protocol for streaming agent-UI communication.
  • Use when deploying agent servers, using LangGraph/LangChain/CrewAI adapters, building custom adapters, understanding AG-UI protocol events, or building web/mini-program UI clients.
  • Supports both TypeScript (@cloudbase/agent-server) and Python (cloudbase-agent-server via FastAPI).

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tencentcloudbase/skills · top by installs.

npx skills add tencentcloudbase/skills

Browse all from tencentcloudbase/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 75
Default branch main
Open issues 4
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2.33.2

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,916 B
  • docs SUMMARY.md 443 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 236 installs

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

  • TypeScript → Read [ts/skill.md](ts/skill.md) — then follow ALL instructions in that file
  • Python → Read [py/skill.md](py/skill.md) — then follow ALL instructions in that file

⚠️ IMPORTANT: After determining the language, you MUST read the corresponding skill file above. Do NOT proceed with any code generation until you have read it. Each language skill file is self-contained with its own quick start, routing table, deployment instructions, and adapter guides.