
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@robinpath/clickup
Advanced tools
ClickUp — tasks, spaces, teams (workspaces). Uses the encrypted credential vault for API token auth.
ClickUp module for RobinPath.
The clickup module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/clickup
1. Set up credentials
clickup.setCredentials "your-credentials"
2. listWorkspaces
clickup.listWorkspaces
| Function | Description |
|---|---|
clickup.setCredentials | Configure clickup credentials. |
clickup.listWorkspaces | listWorkspaces |
clickup.listSpaces | listSpaces |
clickup.getSpace | getSpace |
clickup.createSpace | createSpace |
clickup.listFolders | listFolders |
clickup.createFolder | createFolder |
clickup.listLists | listLists |
clickup.createList | createList |
clickup.listTasks | listTasks |
clickup.getTask | getTask |
clickup.createTask | createTask |
clickup.updateTask | updateTask |
clickup.deleteTask | deleteTask |
clickup.addComment | addComment |
clickup.listComments | listComments |
clickup.listMembers | listMembers |
clickup.getTimeEntries | getTimeEntries |
clickup.createTimeEntry | createTimeEntry |
clickup.listTags | listTags |
clickup.addTagToTask | addTagToTask |
clickup.listGoals | listGoals |
clickup.createGoal | createGoal |
clickup.listWorkspaces
clickup.listSpaces
clickup.getSpace
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/clickup";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
clickup.setCredentials "your-credentials"
clickup.listWorkspaces
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/asana — Asana 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 functionality@robinpath/todoist — Todoist module for complementary functionalityMIT
FAQs
ClickUp — tasks, spaces, teams (workspaces). Uses the encrypted credential vault for API token auth.
The npm package @robinpath/clickup receives a total of 8 weekly downloads. As such, @robinpath/clickup popularity was classified as not popular.
We found that @robinpath/clickup 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
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.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.