linear

Automate CRUD-like workflows for Linear issues and projects via GraphQL API using Python scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of manually managing issues, projects, and teams, allowing for an efficient workflow directly via GraphQL API.

Core Features & Use Cases

  • Project Management: Handle projects, teams, and issues efficiently using GraphQL API.
  • API Integration: Leverage the Linear API for automated tasks like issue tracking and project updates.
  • Use Case: Streamline your team's project management process by using this Skill to automatically create issues, assign tasks, and update statuses directly in the Linear platform.

Quick Start

Set up the Linear API key in your environment and run the scripts/linear_api.py script to list all teams and their projects.

Frequently Asked Questions about linear

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate issue tracking and project management tasks in Linear?

Automating issue tracking in Linear is possible by sending GraphQL API requests through a Python interface. This allows you to automatically create issues, assign tasks, and update project statuses directly on the platform.

Do I need a personal API key to integrate with the Linear API?

Yes, you need a personal API key from Linear for authentication. You must set up this API key in your environment before executing the Python script to interact with the GraphQL API.

What dependencies are required to manage Linear projects via API scripts?

You need the `curl` dependency installed to manage Linear projects via API. The Skill uses a Python-based interface to handle GraphQL API requests, requiring these tools for successful execution.

Can I list all teams and projects in Linear using GraphQL API?

Yes, you can list all teams and their projects by running the provided Python script. It communicates with the Linear GraphQL API to fetch and display your project management data efficiently.

How does automated workflow management work with Linear?

Automated workflow management with Linear works by integrating directly with its GraphQL API. You can programmatically handle the creation, update, and tracking of issues and projects, streamlining your team's process without manual data entry.