linear

Manage Linear projects, teams, and documents via the GraphQL API using curl or Python script

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill linear-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/productivity/linear
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill linear-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the friction of manual Linear web UI navigation and complex custom integrations, letting you manage issues, projects, teams, and documents directly via the Linear GraphQL API with minimal setup and no extra dependencies.

Core Features & Use Cases

  • Direct GraphQL API Access: Run simple curl commands to query and modify Linear resources, no MCP server or OAuth flow required.
  • Zero-Dependency Python Helper: Use the bundled stdlib script for common operations like listing issues, updating statuses, and creating projects without writing raw GraphQL.
  • Use Case: A project manager can quickly assign bugs to team members, update issue priorities, and track project progress directly from the terminal without switching contexts.

Quick Start

Use the linear skill to retrieve all issues assigned to you in the ENG team that are currently in the started state.

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 via the GraphQL API without setting up OAuth?

You can manage Linear issues directly via the Linear GraphQL API using standard curl commands, bypassing complex OAuth flows and external MCP servers for zero-dependency issue tracking.

Can I track Linear project progress and assign tasks from the terminal?

Yes, you can track project progress, assign bugs to team members, and update issue priorities directly from the terminal using the bundled Python helper script or standard curl commands.

What is the best way to integrate Linear issue tracking into an automated workflow?

The best way to integrate Linear issue tracking into automated workflows is by executing GraphQL API queries directly via curl or a Python script, ensuring low-overhead project management without external servers.

Do I need an MCP server to retrieve Linear documents and team resources?

No, you do not need an MCP server to retrieve Linear documents and team resources; the Skill queries the Linear GraphQL API directly using standard command-line tools or a Python helper.

Are there limitations to managing Linear projects using a zero-dependency Python script?

The zero-dependency Python script handles common project management operations like listing issues and creating projects, but complex custom integrations may require writing raw GraphQL queries for advanced API manipulation.

How do I retrieve started issues assigned to me in a specific Linear team?

You can retrieve started issues assigned to you in a specific Linear team by executing a targeted GraphQL API query via curl or the bundled Python helper script for project management.