linear

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

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill linear-cloudliness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/cloudliness/Hermes-Autonomous-AI-Agent-Dialed-In-For-Windows-11 --skill linear-cloudliness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of Linear issues, projects, and teams via GraphQL, enabling teams to perform CRUD operations and queries from a single curl-based workflow without OAuth.

Core Features & Use Cases

  • Query teams and their keys to identify workspaces
  • List, create, update, and search issues and projects via GraphQL
  • Automate status updates and workflows for sprint planning and coordination

Quick Start

Authenticate with LINEAR_API_KEY and run a sample curl command to list your Linear 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 curl and GraphQL?

You can manage Linear issues by sending GraphQL queries and mutations via curl requests, authenticating with a Linear API key to create, update, search, and organize work items.

Do I need OAuth to automate Linear API requests?

No, OAuth is not required to automate Linear API requests. You can authenticate using a Linear API key environment variable (LINEAR_API_KEY) to execute GraphQL operations through curl.

What's the best way to automate Linear project workflows for sprint planning?

Automating Linear project workflows involves using GraphQL mutations via curl to update issue states and coordinate sprint planning tasks without manual web interface interaction.

Can I query Linear teams and issue states through the GraphQL API?

Yes, you can query Linear teams, their keys, and issue states directly through the GraphQL API using curl, enabling you to identify workspaces and track project statuses.

What are the limitations of using curl for Linear API automation?

Using curl for Linear API automation requires manual construction of GraphQL payloads and environment variable configuration, lacking built-in pagination handling or native scripting abstractions.

How does a curl-based Linear automation approach compare to other API tools?

A curl-based Linear automation approach provides lightweight, dependency-free GraphQL execution compared to other API tools, focusing on direct issue and project mutations using standard command-line utilities.