🧪 Skills

OpenClaw Todoist

Todoist task management for OpenClaw. Unified todo API with multi-agent identity, scheduled checks and reminders.

v1.0.0
❤️ 0
⬇️ 27
👁 1
Share

Description


name: todoist description: "Todoist task management for OpenClaw. Unified todo API with multi-agent identity, scheduled checks and reminders." metadata: openclaw: emoji: "✅" requires: {}

Todoist Skill

为 OpenClaw 提供统一的待办管理能力,支持多 Agent 身份识别。

身份系统

每个 OpenClaw 实例有唯一 ID,每个 Agent 有独立标签:

实例 ID: 8259c9d1 (自动生成)
Agent 标签: agent-8259c9d1-main

命令

命令 说明
list [filter] 列出任务 (today/personal/agent/overdue)
add <内容> [type] [日期] 添加任务
subtask <父任务> <内容> 添加子任务
show <关键词> 查看任务详情
update <任务> <字段> <值> 更新任务
claim <任务> 认领任务
complete <任务> 完成任务
delete <任务> 删除任务
projects 列出项目
labels 列出标签

配置

命令 说明
show 显示配置
set-time HH:MM 设置每日提醒时间
set-interval N 设置心跳检查间隔(小时)
set-agent <name> 切换当前 Agent
add-agent <name> 添加新 Agent

发布内容

skills/todoist/
├── SKILL.md
└── todoist.sh

scripts/
├── agent-config.sh
└── heartbeat-tasks.sh

用户配置文件(不包含在发布中)

~/.openclaw/workspace/
├── .todoist-token          # 用户 API token
└── .agent-identity.json    # 用户身份配置

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs