linear

Automates Linear issue and project tracking via GraphQL queries and Python CLI scripts.

1|1|Updated May 25, 2026
One-click install
npx skills add https://github.com/aayushsoam/clawbot-agent --skill linear-aayushsoam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/aayushsoam/clawbot-agent/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/aayushsoam/clawbot-agent --skill linear-aayushsoam

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of manually managing issues, projects, and teams in Linear, offering an automated way to interact with the Linear API using GraphQL and curl.

Core Features & Use Cases

  • API Interaction: Seamlessly interact with Linear's GraphQL API for tasks like listing issues, creating new projects, and updating issue statuses.
  • Command Line Utility: Provides a Python CLI script for quick operations, reducing the need for complex GraphQL queries.
  • Use Case: Efficiently manage your team's workflow by automating routine tasks like issue creation, status updates, and project management.

Quick Start

Run the command 'clawbot linear list-teams' to see all available teams in your Linear workspace.

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 management using GraphQL?

You can automate Linear issue management by executing GraphQL queries via curl using a Python CLI script. This allows you to seamlessly list issues, create projects, and update statuses directly from the command line.

What's the best way to manage Linear projects and teams from the command line?

Managing Linear projects from the command line is best done through a Python CLI script that executes curl commands. It reduces the need for complex GraphQL queries by handling API interactions for routine operations.

Do I need curl and Python to interact with the Linear API for issue tracking?

Yes, you need both curl and Python to use this automation approach. Curl handles the HTTP requests to Linear's GraphQL API, while Python executes the CLI script for quick operations like issue creation and status updates.

Can I list all teams in my Linear workspace without writing complex GraphQL queries?

Yes, you can list all teams without writing complex GraphQL queries by running a simple CLI command. The Python script abstracts the API interaction, returning available teams in your Linear workspace instantly.

Does API automation work for routine software development tasks in Linear?

Yes, API automation works for routine software development tasks in Linear. It is specifically designed for administrative and operational workflows, allowing you to automate issue creation, status updates, and project tracking.

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

Using curl for Linear API automation requires Python for script execution and limits you to operations supported by Linear's GraphQL API. It is tailored for administrative tasks rather than real-time interactive project management.