linear

Manage Linear issues, projects, and teams via the GraphQL API using curl.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/cryptopafi/nexusos-skills --skill linear-cryptopafi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/cryptopafi/nexusos-skills/tree/main/productivity/linear
Command: npx skills add https://github.com/cryptopafi/nexusos-skills --skill linear-cryptopafi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear uses the GraphQL API to manage issues, projects, and teams directly via curl, enabling automation without extra dependencies.

Core Features & Use Cases

  • Manage Linear issues, projects, and teams directly via the GraphQL API.
  • Create, update, search, and organize work programmatically across Linear data.
  • Use case: automate routine triage, bulk updates, and reporting across Linear.

Quick Start

Run a curl request to the Linear GraphQL endpoint using your LINEAR_API_KEY to verify API access and retrieve user information.

Frequently Asked Questions about linear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Linear issue management via the GraphQL API?

Automate Linear issue management by sending curl requests with a JSON payload to the Linear GraphQL API endpoint. This enables you to create, update, search, and organize issues programmatically.

Do I need a LINEAR_API_KEY to manage Linear projects with curl?

Yes, a LINEAR_API_KEY is required to authenticate curl requests targeting the Linear GraphQL API. You must include this key to automate routine triage and bulk updates across your teams.

Can I use curl to bulk update Linear issues and teams?

Yes, you can use curl to bulk update Linear issues and teams by posting JSON payloads to the GraphQL endpoint. This approach automates routine triage and reporting without requiring extra dependencies.

What is the best way to automate Linear workflows without extra dependencies?

Using curl to interact directly with the Linear GraphQL API is the best way to automate workflows without extra dependencies. It allows scripted API calls for creating, updating, and organizing projects.

Does the Linear GraphQL API support searching and organizing work programmatically?

Yes, the Linear GraphQL API supports searching and organizing work programmatically. By automating these scripted API calls, teams can efficiently manage routine triage and reporting across Linear data.

How do I verify Linear API access using curl?

Verify Linear API access by running a curl request to the Linear GraphQL endpoint using your LINEAR_API_KEY. A successful response will retrieve your user information and confirm authentication.