Zhiyang Liu
Community@study-yang
Zhiyang Liu maintains 27 skills for building, deploying, and operating Tencent CloudBase applications spanning AI agents, WeChat Mini Programs, databases, auth, and cloud functions.
Agent Skills by Zhiyang Liu
Showing 27 vetted skills indexed across 1 GitHub repositories.
cloudbase-agent-python
Build and deploy AI agent backends with FastAPI, AG-UI streaming, and LangGraph adapters.
cloudbase-agent
Deploy TypeScript AI agents as AG-UI protocol HTTP services on CloudBase.
miniprogram-development
Build, debug, preview, and publish WeChat Mini Programs with CloudBase integration guidance.
ui-design
Generates design specifications and high-fidelity UI prototypes for web and mini program interfaces.
ai-model-web
Integrate AI text generation into browser web apps via @cloudbase/js-sdk.
cloudbase-platform
Guides CloudBase capability selection, console navigation, and platform-level best practices.
data-model-creation
Generates Mermaid classDiagram data models for CloudBase relational databases.
ai-model-nodejs
Integrate LLM text and image generation into Node.js backends via @cloudbase/node-sdk.
cloudbase-cli
Manage Tencent CloudBase resources via tcb CLI commands for deployment and configuration.
relational-database-mcp-cloudbase
Manages CloudBase Relational Database via MCP tools for SQL queries, MySQL provisioning, and permissions.
http-api-cloudbase
Implements raw HTTP calls to CloudBase platform APIs for non-SDK clients and backends.
cloudbase-agent-ts
Deploy AI agents as AG-UI protocol HTTP services using TypeScript and Cloudbase.
auth-wechat-miniprogram
Implements native WeChat Mini Program authentication with CloudBase cloud functions.
ai-model-cloudbase
Implements AI model calls via CloudBase SDKs, HTTP API, and WeChat Mini Program.
cloudrun-development
Deploy and manage CloudBase Run backend services in Function or Container mode.
auth-tool-cloudbase
Configure CloudBase authentication providers and login methods via MCP tools.
ai-model-wechat
Integrate AI text generation into WeChat Mini Programs via wx.cloud.extend.AI.
cloud-storage-web
Implements browser-side CloudBase storage uploads, downloads, and temporary URLs via @cloudbase/js-sdk.
relational-database-web-cloudbase
Initializes CloudBase Relational Database in browser apps using @cloudbase/js-sdk with Supabase-style queries.
cloudbase-document-database-web-sdk
Implements browser-side CRUD, queries, aggregation, realtime, and geolocation operations with CloudBase Web SDK.
web-development
Implements, debugs, and validates React, Vue, and Vite web frontends with CloudBase integration.
spec-workflow
Generates requirements, design, and task documents for multi-module feature development.
ops-inspector
Inspects CloudBase resources and aggregates error logs for health diagnosis.
auth-nodejs-cloudbase
Implements server-side CloudBase authentication and identity lookup in Node.js using the Node SDK.
Frequently Asked Questions About Zhiyang Liu
FAQPage SchemaWhat 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.