Greet skill
Skill TencentCloudBase/mp-skills/templates/base/miniprogram/skills/greet-skill
Miniprogram skills tool - npx mp-skills 让小程序快速接入微信小程序 AI 开发模式——小程序 Skill 开发工具,支持快速创建新的 AI 小程序和 Skill,或将现有小程序改造为支持 AI 开发模式,并内置 AI 评测校验工具,保障 Skill 执行质量和稳定性
npx -y skills add TencentCloudBase/mp-skills --skill greet-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.5 KB, 162 tokens by cl100k_base, as published. Nobody here has run it
欢迎 Skill
为用户提供友好的欢迎和信息展示。
触发场景
- 用户打开小程序自动触发
- 用户说「你好」「嗨」「开始」
- 用户说「首页」「主页」「看看有什么」
不适用范围
- 涉及具体业务操作的场景(如点单、查询)
- 需要用户登录或授权的场景
前置条件
- Skill 已加载,小程序已初始化
使用顺序
getWelcome 是首页入口。直接使用,无依赖关系。
What ships with it: 8 files
6.8 KB alongside SKILL.md, 3 of them executable
apis/
- getWelcome.jsruns1.1 KB
components/
- welcome-card/index.jsruns1.7 KB
- welcome-card/index.json49 B
- welcome-card/index.wxml1.1 KB
- welcome-card/index.wxss1.3 KB
- index.jsruns352 B
- mcp.json1.1 KB
- mp-skills.json157 B