Skip to main content
Back to registry

ai-model-wechat

tencentcloudbase/skills

Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI .

Installs517
Install command
npx skills add https://github.com/tencentcloudbase/skills --skill ai-model-wechat
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI . Use it when you need to: Do NOT use for: CloudBase provides these built-in providers and models: ⚠️ Different from JS/Node SDK: Return value is raw model response. ⚠️ Different from JS/Node SDK: Must wrap parameters in data object, supports callbacks. - Integrate AI text generation in a Mini Program - Stream AI responses with callback support - Call Hunyuan models from WeChat environment - Browser/Web apps → use ai-model-web skill - Node.js backend or cloud functions → use ai-model-nodejs skill - Image generation → use ai-model-nodejs skill (not available in Mini Program) - HTTP API integration → use http-api skill - WeChat base library 3.7.1+ - No extra SDK installation needed - Check base library version - Ensure 3.7.1+ for AI support - Use callbacks for UI updates - onText is great for real-time display - Check for [DONE] - When using eventStream , check event.data === "[DONE]" to stop - Handle errors gracefully - Wrap AI calls in try/catch - Remember the data wrapper - streamText params must be wrapped in data: {...}

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ai-model-wechat do?

Use this skill for calling AI models in WeChat Mini Program using wx.cloud.extend.AI .

Is ai-model-wechat good?

ai-model-wechat does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does ai-model-wechat work with?

ai-model-wechat currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to ai-model-wechat?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install ai-model-wechat?

npx skills add https://github.com/tencentcloudbase/skills --skill ai-model-wechat

Related skills

More from tencentcloudbase/skills

Related skills

Alternatives in Software Engineering