← 返回 Skills 市场
nitsujy

Todoist Api Rest

作者 NitsujY · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
552
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install todoist-api-rest
功能描述
Direct Todoist API integration via curl/jq. Lightweight, reliable, and uses working v1/v2 endpoints.
安全使用建议
This is a lightweight, coherent curl/jq wrapper for the Todoist API. Before installing: 1) Only provide a Todoist API token you intend to allow this skill to use — tokens grant full API access for that account. Consider creating a separate account/token if you want isolation. 2) Confirm whether you are comfortable with the skill reading a local token file (~/.openclaw/.secrets/todoist_token.json) — if not, keep the token only in the environment and ensure file permissions. 3) Because the skill can be invoked by the agent, monitor what tasks it creates/edits and rotate the token if you stop using the skill. If you need stricter guarantees, avoid supplying your primary account token.
功能分析
Type: OpenClaw Skill Name: todoist-api-rest Version: 1.0.0 The skill bundle provides direct API access to Todoist using standard `curl` and `jq` commands. It uses `TODOIST_API_TOKEN` from environment variables or `~/.openclaw/.secrets/todoist_token.json` for authentication, which is a legitimate method for an agent to access its own secrets. There is no evidence of data exfiltration, malicious execution (e.g., `curl|bash`), persistence mechanisms, obfuscation, or prompt injection attempts in `SKILL.md` designed to subvert the agent's behavior beyond its stated purpose. All network calls are directed to the official Todoist API.
能力评估
Purpose & Capability
Name/description match the declared requirements: curl, jq, and TODOIST_API_TOKEN are exactly what a curl-based Todoist integration needs. No unrelated services, binaries, or excessive capabilities are requested.
Instruction Scope
The SKILL.md only instructs the agent to call official Todoist endpoints (rest/v2 and legacy api/v1) using the TODOIST_API_TOKEN in Authorization headers and to pipe results through jq. That stays within the stated purpose. Note: the docs mention an alternate token location (~/.openclaw/.secrets/todoist_token.json) which the skill may read for credentials even though no config paths were declared—this is a minor scope expansion worth noting.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer. This is low-risk from an install mechanism perspective.
Credentials
The only required environment variable is TODOIST_API_TOKEN, which is appropriate for the purpose. However, SKILL.md references an alternate local secrets file path (~/.openclaw/.secrets/todoist_token.json) that is not declared under required config paths; that creates a small mismatch between declared requirements and runtime behavior. Also remember that possession of the API token grants the skill the same API access as your account (create/modify/view tasks).
Persistence & Privilege
always is false and the skill has no install or persistence actions. It does not request elevated or cross-skill configuration access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install todoist-api-rest
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /todoist-api-rest 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release providing direct Todoist API access via curl and jq. - Supports both REST v2 and legacy API v1 endpoints. - Includes task listing, creation, completion, and project/section listing. - Automatically suggests fallback to v1 if v2 endpoints return 410 errors. - Requires only curl, jq, and a set API token for operation.
元数据
Slug todoist-api-rest
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Todoist Api Rest 是什么?

Direct Todoist API integration via curl/jq. Lightweight, reliable, and uses working v1/v2 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 552 次。

如何安装 Todoist Api Rest?

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

Todoist Api Rest 是免费的吗?

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

Todoist Api Rest 支持哪些平台?

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

谁开发了 Todoist Api Rest?

由 NitsujY(@nitsujy)开发并维护,当前版本 v1.0.0。

💬 留言讨论