linear

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Linear issues, projects, and teams efficiently through the GraphQL API using curl, enabling automation and reproducible workflows without OAuth or extra dependencies.

Core Features & Use Cases

  • Create, update, search, and organize Linear issues, projects, and teams via GraphQL.
  • List teams, workflow states, and issues to automate triage, planning, and reporting.
  • Integrate Linear into scripts and automation pipelines to streamline product workflows.

Quick Start

Set LINEAR_API_KEY in your environment and use a curl command to send a GraphQL request to https://api.linear.app/graphql.

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 using the GraphQL API?

Automate Linear issue management by sending GraphQL queries via curl to the Linear API endpoint, requiring a LINEAR_API_KEY in your environment. This enables creating, updating, and searching issues within automation scripts.

Can I create and update Linear projects using curl without OAuth?

Yes, you can create and update Linear projects using curl without OAuth by setting the LINEAR_API_KEY environment variable and sending GraphQL mutations directly to the API endpoint for reproducible workflows.

What is needed to query Linear teams and workflow states in scripts?

Querying Linear teams and workflow states in scripts requires curl installed, the LINEAR_API_KEY environment variable set, and access to the Linear GraphQL endpoint to automate triage and planning tasks.

Does automating Linear workflows via GraphQL require extra dependencies?

Automating Linear workflows via GraphQL requires no extra dependencies beyond curl and a LINEAR_API_KEY, enabling direct API endpoint access to search and organize issues without OAuth complexity.

What's the best way to integrate Linear into automation pipelines for product teams?

Integrate Linear into automation pipelines for product teams by using curl to execute GraphQL requests against the Linear API, streamlining issue creation, team listing, and workflow state updates.

Can I search and organize Linear issues in bulk via the API?

Yes, you can search and organize Linear issues in bulk by sending GraphQL queries through curl to the Linear API endpoint, automating triage and reporting tasks within your custom scripts.