Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tencentcloudbase avatar

Todolist Skill

  • 1 installs
  • 27 repo stars
  • Updated June 18, 2026
  • tencentcloudbase/awesome-miniprogram-skills

A teaching example WeChat Mini Program skill for a simple to-do list using wx.cloud.database directly for add, complete, and delete.

About

Adds a basic to-do CRUD flow to a WeChat Mini Program by calling wx.cloud.database directly. A developer uses it as a beginner teaching example for cloud-database-backed task management.

  • Directly uses wx.cloud.database for CRUD
  • Covers query, add, complete-toggle, and delete of to-do items

Todolist Skill by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tencentcloudbase/awesome-miniprogram-skills --skill todolist-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars27
Last updatedJune 18, 2026
Repositorytencentcloudbase/awesome-miniprogram-skills

What it does

A teaching example WeChat Mini Program skill for a simple to-do list using wx.cloud.database directly for add, complete, and delete.

Files

SKILL.mdMarkdownGitHub ↗

简单待办清单

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

触发场景

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

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

不适用范围

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

使用顺序

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.