linear

Manage Linear issues and projects via GraphQL API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined way to manage Linear issues, projects, and teams without the need for an MCP server or OAuth flow, simplifying project management workflows.

Core Features & Use Cases

  • Issue and Project Management: Interact with Linear's GraphQL API to manage issues, projects, and teams directly.
  • API Integration: Leverage the GraphQL API for advanced automation of tasks like issue tracking and project updates.
  • Use Case: Automate repetitive tasks such as assigning issues, updating statuses, and fetching team information without manually logging into Linear.

Quick Start

Use the linear skill to fetch the current user's information via GraphQL API.

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 without setting up an MCP server?

You can manage Linear issues and projects directly via the GraphQL API using curl. This approach bypasses the need for an MCP server or OAuth flow, requiring only your personal API key to handle issue tracking and team management.

Can I automate Linear issue tracking and status updates using the GraphQL API?

Yes, you can automate Linear issue tracking and status updates through GraphQL API integration. By executing curl scripts, you can automatically assign issues, update statuses, and fetch team information without manually logging into the platform.

What do I need to start interacting with the Linear GraphQL API for task management?

To start Linear task management via the GraphQL API, you need your personal Linear API key and the curl command-line tool. These dependencies allow you to execute scripts for user management, issue creation, and document retrieval.

Does this Linear API integration method support team management and document retrieval?

Yes, this Linear API integration supports team management and document retrieval. It handles various workflows including user management, task tracking, and fetching project documents directly through GraphQL API queries.

What is the best way to fetch current user information from Linear programmatically?

The best way to fetch current Linear user information programmatically is by sending a GraphQL API query via curl. This script-based method quickly retrieves user data using your personal API key for authentication.

Why use curl scripts instead of an OAuth flow for Linear project management?

Using curl scripts for Linear project management simplifies your workflow by eliminating the complex OAuth flow. It streamlines issue tracking and project updates by relying directly on a personal API key for GraphQL API authentication.