linear

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

Updated May 11, 2026
One-click install
npx skills add https://github.com/heximao/agents --skill linear-heximao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/heximao/agents/tree/main/skill-archive/docker-hermes/productivity/linear
Command: npx skills add https://github.com/heximao/agents --skill linear-heximao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines issue tracking and project management with Linear, eliminating the need for complex setup and enabling seamless operations with curl commands.

Core Features & Use Cases

  • API Access: Access and manage Linear resources like issues, teams, and projects using GraphQL API through curl.
  • Setup Automation: Simplifies setting up personal API keys and configuring the environment.
  • Use Case: Perfect for project managers and team leads looking to automate issue creation, status updates, and document fetching within Linear without additional software.

Quick Start

Set up the Linear API key environment variable and run the script 'list-teams' to retrieve all available 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 using the GraphQL API?

You can manage Linear issues using the GraphQL API by executing HTTP requests with curl. This approach automates workflows like creating, updating, and searching for issues without needing additional software.

Do I need curl and python3 to automate Linear project management?

Yes, you need curl and python3 to automate Linear project management. Curl executes the HTTP requests for GraphQL operations, while python3 parses the returned JSON data from the Linear API.

What is the best way to automate issue tracking in Linear without extra software?

The best way to automate issue tracking in Linear without extra software is using GraphQL API over HTTP. You can set up your personal API key environment variable and run scripts to retrieve teams and manage projects.

Can I access Linear team and project data via GraphQL operations?

Yes, you can access Linear team and project data via GraphQL operations. The API supports various operations for issue management, project management, team management, and user data retrieval.

How do I set up my environment to use the Linear API for issue tracking?

To set up your environment for Linear API issue tracking, configure your personal API key as an environment variable. Once configured, you can run scripts like 'list-teams' to retrieve available team data.

Are there limitations when using curl commands for Linear API automation?

When using curl commands for Linear API automation, you are limited to executing GraphQL operations over HTTP and parsing JSON with python3. Complex workflows require structuring custom GraphQL queries manually.