# Todolist Skill

> 简单待办：增删改查，直接调用 wx.cloud.database

- **Type:** Skill
- **Install:** `agentstack add skill-tencentcloudbase-awesome-miniprogram-skills-todolist-skill`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [TencentCloudBase](https://agentstack.voostack.com/s/tencentcloudbase)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [TencentCloudBase](https://github.com/TencentCloudBase)
- **Source:** https://github.com/TencentCloudBase/awesome-miniprogram-skills/tree/main/skills/todolist-skill

## Install

```sh
agentstack add skill-tencentcloudbase-awesome-miniprogram-skills-todolist-skill
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 简单待办清单

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

## 触发场景
用户原话举例（路由命中本技能）：
- "帮我看下待办列表"
- "新增一个待办：明天交周报"
- "把『明天交周报』标记完成"
- "删掉那个买咖啡豆的待办"
- "我的 todo 还有哪些没做"

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

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [TencentCloudBase](https://github.com/TencentCloudBase)
- **Source:** [TencentCloudBase/awesome-miniprogram-skills](https://github.com/TencentCloudBase/awesome-miniprogram-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tencentcloudbase-awesome-miniprogram-skills-todolist-skill
- Seller: https://agentstack.voostack.com/s/tencentcloudbase
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
