linear

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Linear resources programmatically can be cumbersome without direct GraphQL access, leading to manual and error-prone workflows.

Core Features & Use Cases

  • Create, update, search, and organize Linear issues, projects, and teams via the GraphQL API using curl.
  • Authenticate with a LINEAR_API_KEY and operate without OAuth or additional dependencies.
  • Use cases include bulk updates, project planning, status tracking, and cross-team reporting.

Quick Start

Set LINEAR_API_KEY in your environment and run the provided curl commands to manage Linear resources.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I manage Linear issues via the GraphQL API?

You can manage Linear issues via the GraphQL API by executing curl commands to create, update, search, and organize resources. This approach automates issue management using an API key for authentication.

Do I need OAuth to automate Linear project management with curl?

No, you do not need OAuth to automate Linear project management with curl. You can authenticate securely using a LINEAR_API_KEY environment variable, allowing script-friendly access without additional dependencies.

What is the best way to bulk update Linear issues programmatically?

The best way to bulk update Linear issues programmatically is by sending GraphQL API requests via curl. This method enables efficient batch modifications for project planning, status tracking, and cross-team reporting.

Can I search and organize Linear teams using a script-friendly approach?

Yes, you can search and organize Linear teams using a script-friendly approach. By executing GraphQL queries through curl with an API key, you can automate resource organization and parse JSON responses directly.

Does Linear API automation handle ID parsing and response formatting?

Yes, Linear API automation handles ID parsing and response formatting. The self-contained workflow manages endpoint requests, ID handling, and response parsing to satisfy GraphQL API requirements automatically.