
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/asana
Advanced tools
Asana module for RobinPath.
The asana module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/asana
1. Set up credentials
asana.setCredentials "your-credentials"
2. listWorkspaces
asana.listWorkspaces
| Function | Description |
|---|---|
asana.setCredentials | Configure asana credentials. |
asana.listWorkspaces | listWorkspaces |
asana.listProjects | listProjects |
asana.getProject | getProject |
asana.createProject | createProject |
asana.updateProject | updateProject |
asana.deleteProject | deleteProject |
asana.listTasks | listTasks |
asana.getTask | getTask |
asana.createTask | createTask |
asana.updateTask | updateTask |
asana.deleteTask | deleteTask |
asana.addComment | addComment |
asana.listSections | listSections |
asana.createSection | createSection |
asana.addTaskToSection | addTaskToSection |
asana.listTags | listTags |
asana.createTag | createTag |
asana.addTagToTask | addTagToTask |
asana.getUser | getUser |
asana.listTeams | listTeams |
asana.searchTasks | searchTasks |
asana.listSubtasks | listSubtasks |
asana.listWorkspaces
asana.listProjects
asana.getProject
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/asana";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
asana.setCredentials "your-credentials"
asana.listWorkspaces
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@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 functionality@robinpath/todoist — Todoist module for complementary functionalityMIT
FAQs
Asana REST API — workspaces, users, projects, tasks, sections, tags, comments, and search. Uses the encrypted credential vault for Personal Access Tokens.
The npm package @robinpath/asana receives a total of 26 weekly downloads. As such, @robinpath/asana popularity was classified as not popular.
We found that @robinpath/asana 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.