linear

Query and manipulate Linear workspace data via GraphQL and curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of managing issues, projects, and teams within Linear directly through the GraphQL API, making it easier to streamline your workflow without leaving your terminal.

Core Features & Use Cases

  • Direct GraphQL API Access: Interact with Linear's GraphQL API using curl, no need for OAuth or extra tools.
  • Command Line Interface: Use Python helper scripts to simplify API calls and get quick answers.
  • Use Case: Efficiently list issues, teams, and workflow states directly from the command line, assign tasks, and monitor progress without the overhead of a full application.

Quick Start

Use the linear skill to list all teams and their keys.

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 directly from the command line?

You can manage Linear issues and projects from the command line by executing GraphQL API requests via curl and Python helper scripts to query and manipulate workspace data.

Can I query Linear teams and workflow states using GraphQL and curl?

Yes, querying Linear teams and workflow states is possible using curl to send GraphQL requests directly to the Linear API, returning workspace data without needing extra OAuth tools.

What dependencies do I need to interact with the Linear API using Python?

To interact with the Linear API using this approach, you need curl and Python3 installed to execute the helper scripts and handle the GraphQL API requests effectively.

Is it possible to assign tasks and monitor issue tracking progress in Linear without a GUI?

Yes, issue tracking and task assignment in Linear can be performed without a GUI by running Python helper scripts that use curl to send direct GraphQL queries to the Linear API.

What is the best way to automate Linear project management workflows in the terminal?

The best way to automate Linear project management in the terminal is using Python scripts to construct and execute curl commands for direct GraphQL API interaction, streamlining workflow states and issue updates.