linear

Manage Linear issues and teams via GraphQL API with curl.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill linear-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/linear
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill linear-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines project management by integrating Linear's issue tracking capabilities, allowing for effective management of issues, projects, and teams.

Core Features & Use Cases

  • Manage Issues: Efficiently manage and update issues directly via the Linear GraphQL API.
  • Project Control: Track project progress and team activities within Linear.
  • API Integration: Use curl for direct GraphQL API interactions without additional dependencies.
  • Use Case: Ideal for teams that need to integrate issue tracking with their daily workflow, such as software development or marketing projects.

Quick Start

Run the command 'linear list-teams' to retrieve a list of all teams within your Linear account.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I automate Linear issue tracking using the command line?

You can automate Linear issue tracking by executing GraphQL API queries through curl commands, enabling you to list teams, view issues, and update statuses directly from your terminal or scripts.

Can I update Linear project issues using a Python script?

Yes, you can update Linear project issues using Python scripts by integrating curl commands to interact with the Linear GraphQL API for managing statuses, viewing issues, and adding comments.

Do I need any extra dependencies to interact with the Linear GraphQL API?

No extra dependencies are required to interact with the Linear GraphQL API beyond curl, which handles the direct HTTP requests for querying and mutating project management data.

What is the best way to list all teams in my Linear account?

The best way to list all teams in your Linear account is to run the dedicated list-teams command, which queries the Linear GraphQL API via curl and returns your team structure.

How does curl interact with Linear for project management workflows?

Curl interacts with Linear by sending direct GraphQL API requests to manage project management workflows, allowing you to retrieve team data, modify issue statuses, and append comments without heavy SDKs.