Help us improve
Share bugs, ideas, or general feedback.
From cloudbase
Build and deploy AI agents with CloudBase Agent SDK (TypeScript/Python). Implements AG-UI protocol for streaming agent-UI communication. Use with LangGraph, LangChain, or CrewAI adapters.
npx claudepluginhub tencentcloudbase/cloudbase-mcp --plugin cloudbaseHow this skill is triggered — by the user, by Claude, or both
Slash command
/cloudbase:cloudbase-agentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If this environment only installed the current skill, start from the CloudBase main entry and use the published `cloudbase/references/...` paths for sibling skills.
py/adapter-coze.mdpy/adapter-development.mdpy/adapter-langgraph.mdpy/agent-deployment.mdpy/authentication.mdpy/references/observability.mdpy/references/recipes.mdpy/references/server.mdpy/references/storage.mdpy/references/tools.mdpy/server-quickstart.mdts/adapter-development.mdts/adapter-langchain.mdts/adapter-langgraph.mdts/agent-deployment.mdts/agui-protocol.mdts/server-quickstart.mdts/ui-clients.mdts/ui-miniprogram.mdGuides developers to create new AgentCore agent projects on AWS: framework selection (Strands, LangGraph), project scaffolding, first deploy, and invocation. For beginners or 'agentcore create'.
Builds and troubleshoots Claude Agent SDK apps in Python and TypeScript, covering APIs, sessions, permissions, streaming, tools, plugins, and extensibility.
Scaffolds new Google ADK (Agent Development Kit) projects or enhances existing ones with deployment, CI/CD, and infrastructure via `agents-cli scaffold`. Covers create, enhance, and upgrade commands.
Share bugs, ideas, or general feedback.
If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills.
https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.mdhttps://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/cloudbase-agent/SKILL.mdKeep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as auth-tool or web-development, use the standalone fallback URL shown next to that reference.
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.
| Signal | Language |
|---|---|
| User says "TypeScript", "Node.js", "TS" | TypeScript |
| User says "Python", "FastAPI", "pip" | Python |
| No clear signal | TypeScript |
⚠️ 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.