← 返回 Skills 市场
311
总下载
0
收藏
2
当前安装
7
版本数
在 OpenClaw 中安装
/install todoist-orbit
功能描述
Operate Todoist through a Python CLI backed by the Todoist REST API. Use when the task requires deterministic Todoist automation instead of chatty natural-la...
安全使用建议
This skill appears to do what it claims: run the included Python CLI against the Todoist REST API. Before installing: (1) understand that you must provide your TODOIST_API_KEY (this token is used as a Bearer header and will be sent to api.todoist.com); (2) verify the skill installation path as recommended in SKILL.md before running scripts; (3) avoid putting highly sensitive secrets or long private transcripts into task titles — use comments with add-file/add-stdin as advised; (4) if you want extra safety, create/rotate a Todoist token you can revoke later and review the included scripts locally (they are bundled and stdlib-only). If you see the skill making requests to non-Todoist domains in future versions, treat that as suspicious and revoke the token.
功能分析
Type: OpenClaw Skill
Name: todoist-orbit
Version: 0.1.6
The todoist-orbit skill is a standard Python-based CLI for interacting with the Todoist REST API using only the Python standard library. It provides comprehensive management of tasks, projects, and comments, including file upload capabilities for attachments. While the script can read local files (scripts/todoist_orbit.py), this functionality is strictly aligned with its stated purpose of uploading user-specified content to the official Todoist API (api.todoist.com), and no evidence of malicious exfiltration, unauthorized execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the actual code and instructions. The skill requires only python3 and TODOIST_API_KEY, which are appropriate for a Todoist CLI. Declared optional env (TZ) is harmless.
Instruction Scope
SKILL.md confines runtime behavior to running the bundled Python script against Todoist endpoints and instructs verifying the installed path first. The CLI and docs consistently reference Todoist API endpoints and comment/upload flows. Note: the request helper will accept a full URL if passed one (the code treats endpoints starting with 'http' as absolute), but SKILL.md and the codebase otherwise target api.todoist.com.
Install Mechanism
There is no automatic installer (manual install note in skill.json). This is lower-risk than fetching remote archives; all code is present in the skill bundle. No downloads or third-party package installs are requested.
Credentials
Only TODOIST_API_KEY is required (and optional TZ). That matches the skill's need to authenticate to Todoist. There are no extraneous secrets or unrelated environment variables requested.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request elevated or persistent platform privileges, nor does it modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install todoist-orbit - 安装完成后,直接呼叫该 Skill 的名称或使用
/todoist-orbit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.6
Add API-backed project and label search endpoints; update docs and tests.
v0.1.5
Add safe comment input helpers via file/stdin, document task-vs-comment formatting guidance, and work around fragile shell quoting for long Todoist notes.
v0.1.4
Add safe comment input helpers via file/stdin, document task-vs-comment formatting guidance, and avoid fragile shell quoting for long Todoist notes.
v0.1.3
Fix install-path docs; add label CRUD/search and project search.
v0.1.2
Fix required Todoist env metadata for ClawHub registry packaging
v0.1.1
Remove Sync API integration, add skill.json, document REST-only section move limitation
v0.1.0
Initial public release: async stdlib Todoist CLI with task/project/section management and task attachments
元数据
常见问题
todoist-orbit 是什么?
Operate Todoist through a Python CLI backed by the Todoist REST API. Use when the task requires deterministic Todoist automation instead of chatty natural-la... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 311 次。
如何安装 todoist-orbit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install todoist-orbit」即可一键安装,无需额外配置。
todoist-orbit 是免费的吗?
是的,todoist-orbit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
todoist-orbit 支持哪些平台?
todoist-orbit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 todoist-orbit?
由 Andre P(@myx0m0p)开发并维护,当前版本 v0.1.6。
推荐 Skills