什么是 todos?
通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。 来源:cdeistopened/opened-vault。
通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。
通过命令行快速安装 todos AI 技能到你的开发环境
来源:cdeistopened/opened-vault。
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通过 REST API 管理项目待办事项。当用户要求创建、查看、更新或删除待办事项、按项目列出任务、检查任务状态或按截止日期过滤时使用。需要运行 Nomendex 应用程序。 来源:cdeistopened/opened-vault。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cdeistopened/opened-vault --skill todos 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cdeistopened/opened-vault