Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

cloudbase-agent-ts云基 Agent ts

Agent Skill

cloudbase-agent-ts 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,979

周安装

420

GitHub Stars

50

下载量

3,494
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cloudbase-agent-ts(云基 Agent ts)
来源仓库:https://github.com/tencentcloudbase/skills
仓库路径:skills/cloudbase-agent-ts
安装命令:
npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-agent-ts
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase-agent-ts

简介

TypeScript SDK,用于将 AI 代理部署为具有 AG-UI 协议支持的 HTTP 服务。

  • 支持三种适配器模式:用于基于状态图的工作流程的 LangGraph、用于基于链的代理的 LangChain 以及通过 AbstractAgent 接口的自定义适配器
  • 包括@cloudbase/agent-server
  • 用于具有内置 CORS、日志记录和可观察性配置的 HTTP 服务部署
  • 为 Web 应用程序提供 UI 客户端库 (@ag-ui/client)和微信小程序(@cloudbase/agent-ui-miniprogram)
  • 实施 AG-UI 协议以实现事件驱动的消息流和客户端-服务器通信

SKILL.md

Cloudbase Agent (TypeScript)

TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol.

Note: This skill is for TypeScript/JavaScript projects only.

When to use this skill

Use this skill for AI agent development when you need to:

  • Deploy AI agents as HTTP services with AG-UI protocol support
  • Build agent backends using LangGraph or LangChain frameworks
  • Create custom agent adapters implementing the AbstractAgent interface
  • Understand AG-UI protocol events and message streaming
  • Build web UI clients that connect to AG-UI compatible agents
  • Build WeChat Mini Program UIs for AI agent interactions

Do NOT use for:

  • Simple AI model calling without agent capabilities (use ai-model-* skills)
  • CloudBase cloud functions (use cloud-functions skill)
  • CloudRun backend services without agent features (use cloudrun-development skill)

How to use this skill (for a coding agent)

MUST READ: Read ALL docs that match your task

Before writing any code, identify which docs you need and read ALL of them. Reading only a subset leads to incomplete implementations (missing CORS, wrong adapter patterns, no UI client code).

Scenario-based reading lists

If the task asks you to...You MUST read these docs
Build a full-stack agent (backend + frontend)server-quickstart.md + adapter doc + ui-clients.md
Deploy an agent server onlyserver-quickstart.md
Use LangGraph for agent logicadapter-langgraph.md + server-quickstart.md
Use LangChain for agent logicadapter-langchain.md + server-quickstart.md
Build a custom adapter (no LangGraph/LangChain)adapter-development.md + agui-protocol.md + server-quickstart.md
Build a web/mini-program UI clientui-clients.md + agui-protocol.md

Step-by-step workflow

  1. Identify the adapter type from the task description (LangGraph / LangChain / custom)
  2. Read the matching docs from the table above — read ALL listed docs, not just one
  3. Set up the agent server using @cloudbase/agent-server — always include cors: true
  4. Implement the agent logic using the chosen adapter
  5. If building UI, read ui-clients.md and create the client code

Reference doc index

DocWhen to read
server-quickstartAlways — deployment, CORS, logging, endpoints
adapter-langgraphTask mentions LangGraph, StateGraph, or graph-based workflows
adapter-langchainTask mentions LangChain, chains, or chain-based patterns
adapter-developmentTask requires custom adapter (no existing framework adapter)
agui-protocolTask requires custom adapter or deep protocol understanding
ui-clientsTask mentions web UI, frontend, client, or SSE streaming
ui-miniprogramTask mentions WeChat Mini Program or miniprogram UI

Quick Start

import { run } from "@cloudbase/agent-server";
import { LanggraphAgent } from "@cloudbase/agent-adapter-langgraph";

run({
  createAgent: () => ({ agent: new LanggraphAgent({ workflow }) }),
  port: 9000,
});

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.9%
按下载量换算1,219

Claude

32.92%
按下载量换算1,150

Cursor

19.17%
按下载量换算670

Gemini CLI

9.25%
按下载量换算323

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills