Skip to main content
TencentCloudBase
GitHub クリエイタープロフィール

TencentCloudBase

7 件の GitHub リポジトリにある 207 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
207
リポジトリ
7
更新
2026年9月4日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
awesome-cloudbase-examples
55 件の skills · 2026年8月7日
ソフトウェア開発者ウェブ開発者データベースアーキテクトネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスター
6 件の職業カテゴリ · 100% 分類済み
27%比率
#02
CloudBase-AI-Toolkit
52 件の skills · 2026年9月4日
ソフトウェア開発者ウェブ開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家
9 件の職業カテゴリ · 100% 分類済み
25%比率
#03
CloudBase-MCP
37 件の skills · 2026年7月21日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスターデータベースアーキテクトネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナー
8 件の職業カテゴリ · 100% 分類済み
18%比率
#04
skills
29 件の skills · 2026年8月26日
ソフトウェア開発者ウェブ開発者データベースアーキテクトネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナーその他コンピュータ職
8 件の職業カテゴリ · 100% 分類済み
14%比率
#05
cloudbase-skills
29 件の skills · 2026年8月28日
ソフトウェア開発者ウェブ開発者ネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナーその他コンピュータ職ソフトウェア品質保証アナリスト・テスター
8 件の職業カテゴリ · 100% 分類済み
14%比率
#06
mp-skills
4 件の skills · 2026年6月22日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.9%比率
#07
cloudbase-plugin
1 件の skills · 2026年8月28日
分類待ち
0.5%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

cloudbase-cli
ネットワーク・コンピュータシステム管理者

CloudBase CLI (tcb, 云开发CLI, Tencent CloudBase命令行) resource management skill. Use when deploying cloud functions, CloudRun, storage, NoSQL/MySQL, static hosting, permissions, CORS/domains via tcb; for CI/CD and batch ops; when the user prefers CLI; or as the…

2026年8月7日
auth-tool-cloudbase
ソフトウェア開発者

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

2026年8月6日
auth-web-cloudbase
ウェブ開発者

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

2026年8月6日
cloud-functions
ソフトウェア開発者

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

2026年8月6日
cloudbase-code-review
ソフトウェア品質保証アナリスト・テスター

Code review and validation for CloudBase projects. After writing code for Web / miniprogram / CloudRun / cloud-function projects, call this skill to check for known pitfalls — auth guard misuse, missing database tables, RLS misconfiguration, storage domain…

2026年8月6日
cloudbase-platform
ソフトウェア開発者

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

2026年8月6日
minimal-web-baas-demo
ウェブ開発者

Fast path for a minimal CloudBase Web + database demo (最小前后端 / 最小可用 fullstack / Lovable-like BaaS). Defaults to @cloudbase/js-sdk client CRUD (NoSQL app.database / PG app.rdb), MCP-only schema, preview-first, and forbids cloud functions unless secrets,…

2026年8月6日
cloudbase-platform
ソフトウェア開発者

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

2026年8月6日
収集済み skill 55 件中 8 件を表示しています。
ai-model-nodejs
ソフトウェア開発者

Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM proxies, agent orchestration. The only SDK supporting image generation (ai.createImageModel +…

2026年9月4日
ai-model-web
ウェブ開発者

Use this skill when a browser/Web app (React, Vue, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI, 页面, 前端, 网页) needs AI models via @cloudbase/js-sdk. Default routing for Web/frontend AI — call directly from the browser, do NOT propose a Node.js proxy.…

2026年9月4日
ai-model-wechat
ウェブ開発者

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent, onFinish); streamText needs a data wrapper, generateText returns the raw response. Models via…

2026年9月4日
auth-nodejs-cloudbase
ソフトウェア開発者

CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

2026年9月4日
auth-tool-cloudbase
ソフトウェア開発者

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

2026年9月4日
auth-web-cloudbase
ウェブ開発者

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

2026年9月4日
auth-wechat-miniprogram
ソフトウェア開発者

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

2026年9月4日
cloud-functions
ソフトウェア開発者

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

2026年9月4日
収集済み skill 52 件中 8 件を表示しています。
ai-model-nodejs
ソフトウェア開発者

Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express, Koa, NestJS, serverless APIs, scheduled jobs, LLM proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

2026年7月21日
ai-model-web
ウェブ開発者

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

2026年7月21日
ai-model-wechat
ソフトウェア開発者

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

2026年7月21日
auth-nodejs-cloudbase
ソフトウェア開発者

CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

2026年7月21日
auth-tool-cloudbase
ソフトウェア開発者

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

2026年7月21日
auth-web-cloudbase
ウェブ開発者

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

2026年7月21日
auth-wechat-miniprogram
ソフトウェア開発者

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

2026年7月21日
cloud-functions
ソフトウェア開発者

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

2026年7月21日
収集済み skill 37 件中 8 件を表示しています。
ai-model-nodejs
ソフトウェア開発者

Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express, Koa, NestJS, serverless APIs, scheduled jobs, LLM proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

2026年8月26日
ai-model-web
ウェブ開発者

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

2026年8月26日
ai-model-wechat
ソフトウェア開発者

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

2026年8月26日
auth-nodejs-cloudbase
ソフトウェア開発者

CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

2026年8月26日
auth-tool-cloudbase
ソフトウェア開発者

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

2026年8月26日
auth-web-cloudbase
ウェブ開発者

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

2026年8月26日
auth-wechat-miniprogram
ソフトウェア開発者

CloudBase WeChat Mini Program native authentication guide. This skill should be used when users need mini program identity handling, OPENID/UNIONID access, or `wx.cloud` auth behavior in projects where login is native and automatic.

2026年8月26日
cloud-functions
ソフトウェア開発者

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform…

2026年8月26日
収集済み skill 29 件中 8 件を表示しています。
miniprogram-development
ソフトウェア開発者

WeChat Mini Program development skill for building, debugging, previewing, testing, publishing, optimizing, and promoting mini program projects. This skill should be used when users ask to create, develop, modify, debug, preview, test, deploy, publish,…

2026年8月28日
cloudbase
ソフトウェア開発者

Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects. Covers Web, 微信小程序, 小程序, uni-app, mobile (iOS, Android, Flutter, React Native). UI (页面, 界面, 表单, form, dashboard, prototype,…

2026年8月28日
ai-model-nodejs
ソフトウェア開発者

Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express, Koa, NestJS, serverless APIs, scheduled jobs, LLM proxies. Only SDK supporting image generation (ai.createImageModel + generateImage). Text models…

2026年8月28日
ai-model-web
ウェブ開発者

Use this skill when a browser/Web app (React, Vue, Angular, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI) needs AI models via @cloudbase/js-sdk. Default routing for page/页面/Web/前端/frontend/网页/H5 AI — call directly from browser, do NOT propose a…

2026年8月28日
ai-model-wechat
ソフトウェア開発者

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, 企业微信小程序, wx.cloud apps). Features generateText and streamText with callbacks (onText, onEvent, onFinish). Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划),…

2026年8月28日
auth-nodejs-cloudbase
ソフトウェア開発者

CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring…

2026年8月28日
auth-tool-cloudbase
ソフトウェア開発者

CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth providers, publishable-key prerequisites, login methods, SMS/email sender setup, or other provider-side…

2026年8月28日
auth-web-cloudbase
ウェブ開発者

CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.

2026年8月28日
収集済み skill 29 件中 8 件を表示しています。
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました