← 返回 Skills 市场
xejrax

Tasks

作者 Xejrax · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1873
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install brainz-tasks
功能描述
Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line.
使用说明 (SKILL.md)

Tasks Skill

Wraps Todoist / Microsoft To-Do APIs to add, list, and complete tasks. Requires TODOIST_API_TOKEN or MSGRAPH_TOKEN env var.

Listing Tasks

Show all pending tasks:

todoist list

Adding Tasks

Create a new task with an optional due date:

todoist add "Review PR #42" --due "2026-02-05"

Completing Tasks

Mark a task as done:

todoist complete \x3Ctask_id>

Install

pip install todoist-api-python
安全使用建议
Proceed with caution. Before installing or enabling this skill: (1) Ask the publisher to update the skill metadata to declare exactly which environment variable(s) it needs (TODOIST_API_TOKEN and/or MSGRAPH_TOKEN). Do not set sensitive tokens until you confirm they are required and why. (2) Verify that the pip package 'todoist-api-python' actually provides a 'todoist' CLI (check the package's PyPI/GitHub page and its console_scripts entry points); if it does not, the install step will not provide the binary the skill expects. (3) If you must test, do so in a sandboxed environment and use least-privilege test tokens (revocable API tokens). (4) If the skill claims to support Microsoft To‑Do, confirm exactly what permissions the MSGRAPH_TOKEN requires — Microsoft Graph scopes can grant broad access to mailbox and files. (5) Prefer skills whose required credentials are declared in metadata and whose install source is a well-known project URL you can inspect. If the author cannot clarify these mismatches, avoid installing.
功能分析
Type: OpenClaw Skill Name: brainz-tasks Version: 1.0.0 The skill bundle is benign. It provides instructions and metadata for an OpenClaw agent to manage Todoist tasks using the `todoist` CLI. The `SKILL.md` file clearly outlines the skill's purpose, installation steps via pip for `todoist-api-python`, and usage examples. It legitimately requires `TODOIST_API_TOKEN` or `MSGRAPH_TOKEN` environment variables for authentication, which is expected for an API-driven task management tool. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts with harmful intent. All instructions and dependencies are aligned with the stated functionality.
能力评估
Purpose & Capability
The skill claims to 'Manage Todoist tasks' and mentions Microsoft To‑Do, which would legitimately require TODOIST_API_TOKEN or MSGRAPH_TOKEN; however the registry metadata lists no required environment variables and only requires a 'todoist' binary. That omission is inconsistent: a task-management integration normally needs one API token declared as a required credential.
Instruction Scope
SKILL.md instructs the agent to run CLI commands (todoist list/add/complete) and explicitly references TODOIST_API_TOKEN and MSGRAPH_TOKEN, but those env vars are not declared in the skill metadata. The instructions themselves do not ask the user where to obtain tokens or validate which service (Todoist vs Microsoft) will be used, giving the agent ambiguous leeway to require/expect sensitive tokens.
Install Mechanism
The install spec installs the PyPI package 'todoist-api-python' via pip. That's a plausible client library, but it's unclear whether that package actually installs a console 'todoist' binary as the skill requires; if it doesn't, the declared required binary and the install step are mismatched. Installing from PyPI is moderate risk but expected for a Python-based integration — verify the package and its entry points before running.
Credentials
The runtime docs require TODOIST_API_TOKEN or MSGRAPH_TOKEN (sensitive tokens), but the skill metadata does not declare any required env vars or a primary credential. Requesting both a Todoist token and a Microsoft Graph token is broader than necessary for a single-provider 'Tasks' skill and should be justified. Tokens like these grant access to user task data and are high-sensitivity secrets.
Persistence & Privilege
The skill does not request persistent 'always' inclusion, does not declare config paths, and has no code files that would write to disk. It appears not to request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install brainz-tasks
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /brainz-tasks 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug brainz-tasks
版本 1.0.0
许可证
累计安装 5
当前安装数 5
历史版本数 1
常见问题

Tasks 是什么?

Manage Todoist tasks using the `todoist` CLI. Add, list, and complete tasks from the command line. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1873 次。

如何安装 Tasks?

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

Tasks 是免费的吗?

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

Tasks 支持哪些平台?

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

谁开发了 Tasks?

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

💬 留言讨论