linear

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

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill linear-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/productivity/linear
Command: npx skills add https://github.com/jacardl/New-Radar --skill linear-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear project management often requires switching between UI and API. This Skill enables automation of Linear issues, projects, and teams via GraphQL API using curl, reducing manual, repetitive work.

Core Features & Use Cases

  • Manage Linear issues, projects, and teams directly via GraphQL API.
  • Create, update, search, and organize issues using API keys (no OAuth).
  • Use curl for all operations; supports both UUIDs and short IDs; manage teams, projects, and labels.

Quick Start

Set LINEAR_API_KEY in your environment and run example curl requests to the Linear GraphQL endpoint to manage your data.

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 and projects via the GraphQL API?

You can manage Linear issues and projects via the GraphQL API by sending POST requests to the https://api.linear.app/graphql endpoint using curl. This approach allows developers to script creation, updates, and searches for Linear work items directly without OAuth.

Do I need OAuth to automate Linear workflows with curl?

No, you do not need OAuth to automate Linear workflows with curl. This Skill uses an API key set as LINEAR_API_KEY in your environment, allowing you to authenticate and manage teams, projects, and issues directly.

Can I use short IDs to search and update Linear issues through the API?

Yes, you can use both UUIDs and short IDs to search and update Linear issues through the API. This allows you to organize and manage work items flexibly using simple curl requests.

What is the best way to script repetitive Linear project management tasks?

The best way to script repetitive Linear project management tasks is using a dependency-free curl client to issue GraphQL POST requests. This method automates the creation, updates, and organization of issues and projects via API keys.

Does managing Linear teams via GraphQL require any external dependencies?

Managing Linear teams via GraphQL requires no external dependencies, as it uses curl as a minimal client. You only need to set the LINEAR_API_KEY in your environment to authenticate and execute operations.