todoist-api
✓該技能提供了使用curl和jq與Todoist REST API v2交互的說明。它涵蓋身份驗證、任務/項目/部分/標籤/評論的 CRUD 操作、分頁處理,並在破壞性操作之前需要確認。當用戶想要通過 API 讀取、創建、更新或刪除 Todoist 數據時,請使用此技能。
SKILL.md
This skill provides procedural guidance for working with the Todoist REST API v2 via curl and jq.
Before executing any destructive action (DELETE, close, update, archive), always ask the user for confirmation using AskUserQuestion or similar tool. A single confirmation suffices for a logical group of related actions.
| List active tasks | GET | /tasks | | Get task | GET | /tasks/{id} | | Create task | POST | /tasks | | Update task | POST | /tasks/{id} | | Close task | POST | /tasks/{id}/close | | Reopen task | POST | /tasks/{id}/reopen | | Delete task | DELETE | /tasks/{id} |
該技能提供了使用curl和jq與Todoist REST API v2交互的說明。它涵蓋身份驗證、任務/項目/部分/標籤/評論的 CRUD 操作、分頁處理,並在破壞性操作之前需要確認。當用戶想要通過 API 讀取、創建、更新或刪除 Todoist 數據時,請使用此技能。 來源:doggy8088/agent-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/doggy8088/agent-skills --skill todoist-api- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-05
- 更新時間
- 2026-02-18
快速解答
什麼是 todoist-api?
該技能提供了使用curl和jq與Todoist REST API v2交互的說明。它涵蓋身份驗證、任務/項目/部分/標籤/評論的 CRUD 操作、分頁處理,並在破壞性操作之前需要確認。當用戶想要通過 API 讀取、創建、更新或刪除 Todoist 數據時,請使用此技能。 來源:doggy8088/agent-skills。
如何安裝 todoist-api?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/doggy8088/agent-skills --skill todoist-api 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/doggy8088/agent-skills
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-05