
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/linear
Advanced tools
Linear GraphQL API — issues, projects, teams, labels, users, and comments. Uses the encrypted credential vault for Personal API keys.
Linear module for RobinPath.
The linear module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/linear
1. Set up credentials
linear.setCredentials "your-credentials"
2. listIssues
linear.listIssues
| Function | Description |
|---|---|
linear.setCredentials | Configure linear credentials. |
linear.listIssues | listIssues |
linear.getIssue | getIssue |
linear.createIssue | createIssue |
linear.updateIssue | updateIssue |
linear.deleteIssue | deleteIssue |
linear.listProjects | listProjects |
linear.getProject | getProject |
linear.createProject | createProject |
linear.updateProject | updateProject |
linear.listTeams | listTeams |
linear.getTeam | getTeam |
linear.listCycles | listCycles |
linear.getCycle | getCycle |
linear.addIssueToCycle | addIssueToCycle |
linear.listLabels | listLabels |
linear.createLabel | createLabel |
linear.listComments | listComments |
linear.createComment | createComment |
linear.searchIssues | searchIssues |
linear.listUsers | listUsers |
linear.listIssues
linear.getIssue
linear.createIssue
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/linear";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
linear.setCredentials "your-credentials"
linear.listIssues
`);
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/monday — Monday.com module for complementary functionality@robinpath/todoist — Todoist module for complementary functionalityMIT
FAQs
Linear GraphQL API — issues, projects, teams, labels, users, and comments. Uses the encrypted credential vault for Personal API keys.
We found that @robinpath/linear 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.