← 返回 Skills 市场
Todoist
作者
mattjefferson
· GitHub ↗
· v0.1.1
1927
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install todoist-td
功能描述
Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/complete/delete/move tasks (e.g., add a phone number to a task description, change due dates, priorities, labels).
安全使用建议
This skill appears to be what it claims: a set of instructions to use the td CLI for Todoist. Before installing or running any commands: (1) review the linked GitHub repo and its package.json/postinstall scripts to ensure nothing unexpected runs during npm install; (2) prefer installing from a vetted release or your package manager if available; (3) be aware the td CLI needs Todoist authentication — supplying your API token will let the agent operate on your tasks, so only provide it if you trust the skill; (4) follow the SKILL.md safety advice (confirm before deleting) and ask the agent to show candidate tasks before making edits. If you want higher assurance, ask the skill author for explicit authentication instructions and a signed release or use an official distribution channel.
功能分析
Type: OpenClaw Skill
Name: todoist-td
Version: 0.1.1
The skill instructs the AI agent to install the Todoist CLI (`td`) by cloning its official GitHub repository and running `npm install` and `npm link`. While the `todoist-cli` is a legitimate tool and the installation steps are standard, this process involves downloading and executing code from an external source (github.com/Doist/todoist-cli), which introduces a supply chain risk. This capability, found in `SKILL.md`, is considered high-risk even without clear malicious intent, as it could be exploited if the upstream repository were compromised.
能力评估
Purpose & Capability
The name/description match the instructions: the SKILL.md exclusively documents using the td CLI to list/add/update/complete/delete Todoist tasks. There are no unrelated binaries, environment variables, or config paths requested.
Instruction Scope
Instructions are scoped to installing and using the td CLI and to safe UX (confirm before delete, ask clarifying questions). The document does not instruct reading unrelated files, exfiltrating data, or contacting unexpected endpoints.
Install Mechanism
Install steps point to the GitHub repo (https://github.com/Doist/todoist-cli) and use npm install/build/link. GitHub is a reasonable source, but npm install can run arbitrary package scripts and npm link modifies global symlinks — the user should inspect the repo/package.json before running these commands.
Credentials
The skill declares no required env vars or credentials, which is consistent with the manifest. However, the td CLI typically requires authentication (Todoist API token) or an auth flow; SKILL.md does not document how credentials are provided. This is not inherently malicious but is an omission the user should be aware of: if you supply a Todoist token to enable the CLI, the skill (agent) will be able to act on your Todoist data.
Persistence & Privilege
The skill is instruction-only, requests no persistent presence (always:false), and does not ask to modify system-wide or other-skill configs. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todoist-td - 安装完成后,直接呼叫该 Skill 的名称或使用
/todoist-td触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Rename display name to 'Todoist'.
v0.1.0
Initial release: Todoist td CLI skill (agenda, add/update/complete, install instructions).
元数据
常见问题
Todoist 是什么?
Use the td (Todoist CLI) to read and manage Todoist todos/to-dos/tasks from the terminal. Trigger when the user asks about their todos/tasks/agenda/checklist (today/upcoming/overdue), wants to list inbox/tasks/projects/labels, add a task/todo with natural language, or update/complete/delete/move tasks (e.g., add a phone number to a task description, change due dates, priorities, labels). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1927 次。
如何安装 Todoist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todoist-td」即可一键安装,无需额外配置。
Todoist 是免费的吗?
是的,Todoist 完全免费(开源免费),可自由下载、安装和使用。
Todoist 支持哪些平台?
Todoist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Todoist?
由 mattjefferson(@mattjefferson)开发并维护,当前版本 v0.1.1。
推荐 Skills