agentsclimarketplace

Todolist skill

Skill TencentCloudBase/awesome-miniprogram-skills/skills/todolist-skill

微信小程序 Skills 示例集合 —— 从简单待办到解决数据存储、支付、AI 调用,开箱即用。帮你的小程序快速接入微信小程序 AI 开发模式

Install
npx -y skills add TencentCloudBase/awesome-miniprogram-skills --skill todolist-skill

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

简单待办:增删改查,直接调用 wx.cloud.database

SKILL.md

1.0 KB, as published. Nobody here has run it

简单待办清单

基于云开发数据库直接完成待办事项查询、添加、完成切换与删除的简单教学示例。

触发场景

用户原话举例(路由命中本技能):

  • "帮我看下待办列表"
  • "新增一个待办:明天交周报"
  • "把『明天交周报』标记完成"
  • "删掉那个买咖啡豆的待办"
  • "我的 todo 还有哪些没做"

不适用范围

  • 复杂项目管理、多人协作、日历提醒、文件附件等诉求 → 不在本技能范围
  • 门店排队、下单支付、导航等诉求 → 不在本技能范围

使用顺序

  • 查看待办列表无需前置条件,可直接查询。
  • 修改某条待办状态前需先拿到真实 todoId;没有 todoId 时先展示列表,再从列表中选择具体待办。
  • 新增、切换完成状态、删除后都重新展示最新待办列表。

Keep looking

Skills are one crate of 328,083. 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.