cloudbase-agent
Build CloudBase AI Agent Backends
Agent services need consistent server, adapter, deployment, and UI patterns. This skill guides CloudBase Agent SDK projects in TypeScript and Python.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cloudbase-agent" from https://skillstore.io/skills/tencentcloudbase-cloudbase-agent.md and its manifest at https://skillstore.io/api/skills/tencentcloudbase-cloudbase-agent/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "cloudbase-agent". Create a TypeScript LangGraph agent and deploy it to CloudBase.
Expected outcome:
- Adapter selection with required CloudBase packages.
- Server setup outline for AG-UI and OpenAI-compatible endpoints.
- Deployment checklist using CloudBase Agent runtime requirements.
Using "cloudbase-agent". Add authentication and observability to a Python agent server.
Expected outcome:
- Middleware plan for validated user context.
- Environment variable list for model and tracing providers.
- Production checks for CORS, secrets, and endpoint exposure.
Using "cloudbase-agent". Connect a web client to my agent service.
Expected outcome:
The skill identifies the AG-UI client path, endpoint shape, streaming behavior, and deployment considerations.
Security Audit
High RiskMost static hits are documentation examples or markdown syntax, including placeholder secrets, local URLs, dotenv usage, and inline code. Confirmed risks remain in authentication examples, unverified JWT decoding, public interface binds, shell-based deployment steps, and wildcard CORS guidance.
Confirmed security concerns (10)
Show all 10 confirmed findings
Capability review items (18)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Network access (37)
๐ Env variables (50)
โ๏ธ External commands (50)
๐ Filesystem access (4)
Detected Patterns
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/tencentcloudbase-cloudbase-agent/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/tencentcloudbase-cloudbase-agent?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/tencentcloudbase-cloudbase-agent?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/tencentcloudbase-cloudbase-agent/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/tencentcloudbase-cloudbase-agent.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
tencentcloudbase. (2026). cloudbase-agent security audit report (audit version 2) [Author version 2.23.8]. Skillstore. https://skillstore.io/skills/tencentcloudbase-cloudbase-agent/audits/2BibTeX citation
@techreport{tencentcloudbase-tencentcloudbase-cloudbase-agent-2026,
author = {tencentcloudbase},
title = {cloudbase-agent security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/tencentcloudbase-cloudbase-agent/audits/2},
note = {Author version 2.23.8}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cloudbase-agent security audit report (audit version 2)"
version: "2.23.8"
type: report
authors:
- name: "tencentcloudbase"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/tencentcloudbase-cloudbase-agent/audits/2"
identifiers:
- type: other
value: "skillstore:tencentcloudbase-cloudbase-agent:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Launch an Agent API
Create a CloudBase Agent server with AG-UI streaming and deploy it with the recommended runtime.
Connect an Agent UI
Build a web or Mini Program client that streams events from CloudBase Agent endpoints.
Prepare Production Agents
Add authentication, storage, observability, and deployment checks for a CloudBase agent backend.
Try These Prompts
Create a minimal TypeScript CloudBase Agent server using the LangGraph adapter. Include required files and local run steps.
Build a Python CloudBase Agent server with FastAPI and LangGraph. Add environment variable setup and explain each deployment step.
Review my CloudBase Agent project for dependency alignment, runtime version, CORS, authentication, and deployment readiness.
Design a multi-agent CloudBase backend with persistent memory, authentication middleware, observability, and a web AG-UI client.
Best Practices
- Choose the language path first and read only the matching reference files.
- Use current CloudBase Agent packages and the documented runtime requirements.
- Validate authentication, CORS, secrets, and observability before public deployment.
Avoid
- Mixing Python and TypeScript deployment instructions in one project.
- Deploying sample credentials, wildcard CORS, or development JWT secrets to production.
- Calling deployment tools before dependency and runtime checks pass.
Frequently Asked Questions
Does this skill support both TypeScript and Python?
Can it deploy an agent to CloudBase?
Does it explain AG-UI streaming?
Which adapters are covered?
Is it only for backend work?
What should users review before production?
Developer Details
Author
tencentcloudbaseLicense
MIT
Author version
v2.23.8
Skillstore revision
r1
Ref
24b2fe42a456262f3fd0fb3df72e12d9ed2c32ec
Maintenance freshness
7/18/2026
Usage
1 downloads ยท 1 views
File structure
๐ py/
๐ references/
๐ observability.md
๐ recipes.md
๐ server.md
๐ storage.md
๐ tools.md
๐ adapter-coze.md
๐ adapter-langgraph.md
๐ agent-deployment.md
๐ authentication.md
๐ server-quickstart.md
๐ skill.md
๐ ts/
๐ adapter-langchain.md
๐ adapter-langgraph.md
๐ agent-deployment.md
๐ agui-protocol.md
๐ server-quickstart.md
๐ skill.md
๐ ui-clients.md
๐ ui-miniprogram.md
๐ SKILL.md