linear

Manage Linear issues, projects, and teams via GraphQL API calls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies issue and project management with Linear, allowing for direct GraphQL API operations through curl.

Core Features & Use Cases

  • Manage Issues: View, create, update, and comment on issues using Linear's GraphQL API.
  • Project and Team Management: List and retrieve details about projects and teams within Linear.
  • Data Retrieval: Fetch detailed information about users, documents, and labels within Linear.

Quick Start

Set your Linear API key and use the linear skill to retrieve a list of teams.

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 API?

Issue tracking with Linear is handled by executing GraphQL API calls through curl. This approach allows you to directly view, create, update, and comment on issues, while also managing projects and teams.

Do I need an API key to track issues in Linear using curl?

Yes, tracking issues via Linear's GraphQL API requires an API key. You must configure the LINEAR_API_KEY environment variable before executing curl commands to manage projects and teams.

What project data can I retrieve using the Linear GraphQL API?

Using the Linear GraphQL API, you can retrieve detailed data including team details, user information, documents, and labels. This facilitates comprehensive project organization and team communication management.

Can I use curl to create and update issues in Linear?

Yes, you can use curl to create and update issues in Linear. By sending GraphQL API queries and mutations through curl, you can directly manage issue tracking and update project data.

What are the limitations of managing Linear teams through GraphQL API calls?

Managing Linear teams through GraphQL API calls requires the curl dependency and a valid LINEAR_API_KEY. Operations are strictly bound by Linear's API rate limits and the specific GraphQL schema capabilities available for team management.