Zhiyang Liu avatar

Zhiyang Liu

Community

@study-yang

0Followers
|
4Public Repos
|
27Published Skills

Zhiyang Liu maintains 27 skills for building, deploying, and operating Tencent CloudBase applications spanning AI agents, WeChat Mini Programs, databases, auth, and cloud functions.

Skills Distribution
DomainCloud & Comp...CloudBase Serverle.. (30%)AI Agent Backends .. (25%)WeChat Mini Progra.. (20%)Database & Storage.. (15%)

Agent Skills by Zhiyang Liu

Showing 27 vetted skills indexed across 1 GitHub repositories.

study-yangstudy-yang

cloudbase-agent-python

Build and deploy AI agent backends with FastAPI, AG-UI streaming, and LangGraph adapters.

Community
Advanced
study-yangstudy-yang

cloudbase-agent

Deploy TypeScript AI agents as AG-UI protocol HTTP services on CloudBase.

Community
Advanced
study-yangstudy-yang

miniprogram-development

Build, debug, preview, and publish WeChat Mini Programs with CloudBase integration guidance.

Community
Intermediate
study-yangstudy-yang

ui-design

Generates design specifications and high-fidelity UI prototypes for web and mini program interfaces.

Community
Intermediate
study-yangstudy-yang

ai-model-web

Integrate AI text generation into browser web apps via @cloudbase/js-sdk.

Community
Advanced
study-yangstudy-yang

cloudbase-platform

Guides CloudBase capability selection, console navigation, and platform-level best practices.

Community
Intermediate
study-yangstudy-yang

data-model-creation

Generates Mermaid classDiagram data models for CloudBase relational databases.

Community
Intermediate
study-yangstudy-yang

ai-model-nodejs

Integrate LLM text and image generation into Node.js backends via @cloudbase/node-sdk.

Community
Advanced
study-yangstudy-yang

cloudbase-cli

Manage Tencent CloudBase resources via tcb CLI commands for deployment and configuration.

Community
Advanced
study-yangstudy-yang

relational-database-mcp-cloudbase

Manages CloudBase Relational Database via MCP tools for SQL queries, MySQL provisioning, and permissions.

Community
Intermediate
study-yangstudy-yang

http-api-cloudbase

Implements raw HTTP calls to CloudBase platform APIs for non-SDK clients and backends.

Community
Intermediate
study-yangstudy-yang

cloudbase-agent-ts

Deploy AI agents as AG-UI protocol HTTP services using TypeScript and Cloudbase.

Community
Advanced
study-yangstudy-yang

auth-wechat-miniprogram

Implements native WeChat Mini Program authentication with CloudBase cloud functions.

Community
Intermediate
study-yangstudy-yang

ai-model-cloudbase

Implements AI model calls via CloudBase SDKs, HTTP API, and WeChat Mini Program.

Community
Intermediate
study-yangstudy-yang

cloudrun-development

Deploy and manage CloudBase Run backend services in Function or Container mode.

Community
Intermediate
study-yangstudy-yang

auth-tool-cloudbase

Configure CloudBase authentication providers and login methods via MCP tools.

Community
Intermediate
study-yangstudy-yang

ai-model-wechat

Integrate AI text generation into WeChat Mini Programs via wx.cloud.extend.AI.

Community
Advanced
study-yangstudy-yang

cloud-storage-web

Implements browser-side CloudBase storage uploads, downloads, and temporary URLs via @cloudbase/js-sdk.

Community
Intermediate
study-yangstudy-yang

relational-database-web-cloudbase

Initializes CloudBase Relational Database in browser apps using @cloudbase/js-sdk with Supabase-style queries.

Community
Basic
study-yangstudy-yang

cloudbase-document-database-web-sdk

Implements browser-side CRUD, queries, aggregation, realtime, and geolocation operations with CloudBase Web SDK.

Community
Advanced
study-yangstudy-yang

web-development

Implements, debugs, and validates React, Vue, and Vite web frontends with CloudBase integration.

Community
Advanced
study-yangstudy-yang

spec-workflow

Generates requirements, design, and task documents for multi-module feature development.

Community
Intermediate
study-yangstudy-yang

ops-inspector

Inspects CloudBase resources and aggregates error logs for health diagnosis.

Community
Intermediate
study-yangstudy-yang

auth-nodejs-cloudbase

Implements server-side CloudBase authentication and identity lookup in Node.js using the Node SDK.

Community
Intermediate

Frequently Asked Questions About Zhiyang Liu

FAQPage Schema
What tasks can I accomplish with Zhiyang Liu's CloudBase skills?

You can build AI agent servers with LangGraph/CrewAI adapters, integrate Hunyuan/DeepSeek/GLM/Kimi models in Web, Node.js, or Mini Program apps, deploy cloud functions and CloudRun services, manage MySQL and document databases, configure auth providers, and run AIOps health inspections across CloudBase resources.

Who are these skills designed for?

Full-stack and backend engineers building on Tencent CloudBase, WeChat Mini Program developers handling login, databases, and publishing, and AI engineers deploying agent backends with AG-UI protocol streaming, memory stores, and observability via OpenTelemetry or Langfuse.

How do I integrate AI models into a browser or Mini Program app?

Use @cloudbase/js-sdk with ai.createModel for Web apps (generateText/streamText), or wx.cloud.extend.AI for Mini Programs with a data-wrapped model field. Image generation requires the Node.js SDK (>=3.16.0). Each skill mandates a two-step preflight before writing code.

What are the prerequisites for using these skills?

A Tencent CloudBase environment with an appid, the relevant SDK (@cloudbase/js-sdk, @cloudbase/node-sdk >=3.16.0, or wx.cloud), and WeChat Developer Tools for Mini Program work. Auth flows require provider configuration via the auth-tool skill before client implementation.

Can I manage CloudBase resources from the terminal or CI/CD?

Yes. The cloudbase-cli skill covers tcb commands for deploying functions, managing CloudRun apps, uploading storage files, querying databases, configuring CORS/domains, and scripting CI/CD pipelines. The ops-inspector skill diagnoses errors and checks resource health across services.