Overview
- Skill Key
- buddyh/todoist-cli
- Author
- buddyh
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/buddyh/todoist-cli
- Latest Commit SHA
- f9e5d1a991fd6a26b928ab3fdb2724073bae7c3b
Manage Todoist tasks, projects, labels, and sections via the `todoist` CLI. Use when a user asks to add/complete/list tasks, show today's tasks, search tasks, or manage projects.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 todoist-cli 技能。 若已安装,则直接安装 todoist-cli 技能。
# Todoist CLI A fast, full-featured Todoist CLI written in Go. ## Authentication Get your API token from https://todoist.com/app/settings/integrations/developer ```bash # Interactive todoist auth # Direct todoist auth <your-token> # Or set environment variable export TODOIST_API_TOKEN=<your-token> ``` ## Tasks ```bash # Show today's tasks (default) todoist # List all tasks todoist tasks --all # Filter tasks todoist tasks --filter "p1" # High priority todoist tasks --filter "overdue" # Overdue todoist tasks -p Work # By project # Show task descriptions and comments todoist tasks -p Work --details # Add a task todoist add "Buy groceries" todoist add "Call mom" -d tomorrow todoist add "Urgent" -P 1 -d "today 5pm" -l urgent # Complete a task todoist complete <task-id> todoist done <task-id> # Reopen completed task todoist reopen <task-id> # View task details todoist view <task-id> # Update a task todoist update <task-id> --due "next monday" todoist update <task-id> -P 2 # Delete a task todoist delete <task-id> # Move a task (Kanban workflows) todoist move <task-id> --section "In Progress" todoist move <task-id> --project "Work" # Search todoist search "meeting" ``` ## Projects ```bash # List projects todoist projects # Create project todoist projects add "New Project" --color blue ``` ## Labels ```bash # List labels todoist labels # Create label todoist labels add urgent --color red ``` ## Sections ```bash # List sections todoist sections -p Work # Create section todoist sections add "In Progress" -p Work ``` ## Comments ```bash # View comments on a task todoist comment <task-id> # Add a comment todoist comment <task-id> "This is a note" ``` ## Completed Tasks ```bash # Show recently completed todoist completed # Filter by date todoist completed --since 2024-01-01 --limit 50 ``` ## JSON Output All commands support `--json` for machine-readable output: ```bash todoist tasks --json | jq '.[] | .content' ``` ## Co...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.