← 返回 Skills 市场
fluidiguana

Todoist v1 API Reference

作者 Chris Gradone · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
568
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install todoist-v1
功能描述
Manage Todoist tasks — list, create, complete, update, and organize tasks and projects.
安全使用建议
This skill appears to be a straightforward Todoist API reference, but before installing: 1) note the SKILL.md expects a TODOIST_TOKEN environment variable while the registry metadata doesn't list any required credentials—ask the publisher to fix that mismatch or confirm how the token should be supplied; 2) only provide a minimal-scope Todoist API token (create a dedicated integration token or a throwaway/test account token), never paste your full-account password or master token; 3) be aware the skill will make outbound HTTPS calls to api.todoist.com using your token, so only install if you trust the skill source; 4) if you want tighter control, test calls manually with curl first, or run the skill in a sandboxed environment and revoke or rotate the token after testing. If the publisher cannot explain the missing credential declaration, treat the skill cautiously.
功能分析
Type: OpenClaw Skill Name: todoist-v1 Version: 1.0.0 The skill bundle is benign. It provides instructions and examples for interacting with the Todoist API using standard `curl` commands. Authentication relies on a `TODOIST_TOKEN` environment variable, which is a common and secure practice. There are no signs of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation within the provided `_meta.json` or `SKILL.md` files. All operations are aligned with the stated purpose of managing Todoist tasks and projects.
能力评估
Purpose & Capability
Name and description match the SKILL.md instructions (cURL examples against https://api.todoist.com/api/v1/). The operations listed are consistent with a Todoist API helper. However, the registry metadata declares no primary credential while the instructions explicitly require TODOIST_TOKEN, which is a mismatch.
Instruction Scope
SKILL.md is instruction-only and limits actions to HTTP calls (curl) to api.todoist.com and formatting JSON locally. It instructs the agent to read an environment variable TODOIST_TOKEN and to set it in shell/OpenClaw config. It does not instruct reading unrelated files or other environment variables, nor sending data to endpoints outside Todoist.
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. No downloads, packages, or binary installs are requested.
Credentials
SKILL.md requires a personal API token in TODOIST_TOKEN, which is appropriate for this purpose, but the skill's declared requirements list no env vars or primary credential. That registry omission is an incoherence: the skill will expect a secret at runtime but doesn't advertise it. The token is sensitive (personal API token) so the discrepancy merits attention.
Persistence & Privilege
always:false and default agent invocation rules apply. The skill does not request persistent installation or elevated privileges, nor does it modify other skills or system-wide configs in the instructions (it only suggests setting an env var in shell/OpenClaw config).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todoist-v1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todoist-v1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Todoist API v1 curl reference with common operations for tasks, projects, sections, and labels.
元数据
Slug todoist-v1
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Todoist v1 API Reference 是什么?

Manage Todoist tasks — list, create, complete, update, and organize tasks and projects. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 568 次。

如何安装 Todoist v1 API Reference?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install todoist-v1」即可一键安装,无需额外配置。

Todoist v1 API Reference 是免费的吗?

是的,Todoist v1 API Reference 完全免费(开源免费),可自由下载、安装和使用。

Todoist v1 API Reference 支持哪些平台?

Todoist v1 API Reference 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Todoist v1 API Reference?

由 Chris Gradone(@fluidiguana)开发并维护,当前版本 v1.0.0。

💬 留言讨论