cloudbase-agent

SkillCloud & infra

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the cloudbase-agent skill

What this skill tells your AI

The instructions your AI receives, as published by tencentcloudbase/cloudbase-ai-toolkit in config/.claude/skills/cloudbase-agent/SKILL.md and read by ahel’s review.

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

SignalLanguage
User says "TypeScript", "Node.js", "TS"TypeScript
User says "Python", "FastAPI", "pip"Python
No clear signalTypeScript

Step 2: Read the Language-Specific Skill File

  • TypeScript → Read ts/skill.md — then follow ALL instructions in that file
  • Python → Read 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.

Signals

GitHub stars
1k
Forks
138
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
cloudbase-agent
Source
github.com/tencentcloudbase/cloudbase-ai-toolkit