
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@robinpath/todoist
Advanced tools
Todoist REST API v2 — projects and tasks. Bearer-token auth via the encrypted credential vault.
Todoist module for RobinPath.
The todoist module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/todoist
1. Set up credentials
todoist.setCredentials "your-credentials"
2. listProjects
todoist.listProjects
| Function | Description |
|---|---|
todoist.setCredentials | Configure todoist credentials. |
todoist.listProjects | listProjects |
todoist.getProject | getProject |
todoist.createProject | createProject |
todoist.updateProject | updateProject |
todoist.deleteProject | deleteProject |
todoist.listTasks | listTasks |
todoist.getTask | getTask |
todoist.createTask | createTask |
todoist.updateTask | updateTask |
todoist.closeTask | closeTask |
todoist.reopenTask | reopenTask |
todoist.deleteTask | deleteTask |
todoist.listLabels | listLabels |
todoist.createLabel | createLabel |
todoist.listComments | listComments |
todoist.createComment | createComment |
todoist.deleteComment | deleteComment |
todoist.listProjects
todoist.getProject
todoist.createProject
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/todoist";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
todoist.setCredentials "your-credentials"
todoist.listProjects
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/asana — Asana module for complementary functionality@robinpath/clickup — ClickUp module for complementary functionality@robinpath/jira — Jira module for complementary functionality@robinpath/linear — Linear module for complementary functionality@robinpath/monday — Monday.com module for complementary functionalityMIT
FAQs
Todoist REST API v2 — projects and tasks. Bearer-token auth via the encrypted credential vault.
The npm package @robinpath/todoist receives a total of 13 weekly downloads. As such, @robinpath/todoist popularity was classified as not popular.
We found that @robinpath/todoist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.