·todos

通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。

11安装·1热度·@cdeistopened

安装

$npx skills add https://github.com/cdeistopened/opened-vault --skill todos

如何安装 todos

通过命令行快速安装 todos AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/cdeistopened/opened-vault --skill todos
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:cdeistopened/opened-vault。

SKILL.md

查看原文

Manages todos via the Nomendex REST API. The API handles all validation, ID generation, timestamps, and ordering automatically.

Todos are displayed in a kanban board UI with columns for each status. Users can drag and drop todos between columns to change their status, or use the API to update status programmatically.

Each todo has a status field that controls which kanban column it appears in. The available statuses are:

通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。 来源:cdeistopened/opened-vault。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/cdeistopened/opened-vault --skill todos
分类
</>开发工具
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from cdeistopened/opened-vault

快速解答

什么是 todos?

通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。 来源:cdeistopened/opened-vault。

如何安装 todos?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cdeistopened/opened-vault --skill todos 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/cdeistopened/opened-vault