agentsclimarketplace

Skill skeleton

Skill TencentCloudBase/mp-skills/templates/skill-skeleton

Miniprogram skills tool - npx mp-skills 让小程序快速接入微信小程序 AI 开发模式——小程序 Skill 开发工具,支持快速创建新的 AI 小程序和 Skill,或将现有小程序改造为支持 AI 开发模式,并内置 AI 评测校验工具,保障 Skill 执行质量和稳定性

Install
npx -y skills add TencentCloudBase/mp-skills --skill skill-skeleton

Assembled 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.4 KB, 139 tokens by cl100k_base, as published. Nobody here has run it

我的 Skill

帮助用户完成某项业务。

触发场景

  • 用户说"你好""嗨""hello" → greet
  • 用户提供姓名时自动带入

不适用范围

  • 涉及登录、支付等敏感操作
  • 需要读取用户设备信息的场景

前置条件

  • 用户已进入对话,Skill 已加载

使用顺序

greet 是唯一入口。直接使用,无依赖关系。

What ships with it: 9 files

4.4 KB alongside SKILL.md, 3 of them executable

apis/

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.