linear

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

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill linear-rawgrowth-consulting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/Rawgrowth-Consulting/rawclaw-agent/tree/main/skills/productivity/linear
Command: npx skills add https://github.com/Rawgrowth-Consulting/rawclaw-agent --skill linear-rawgrowth-consulting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables direct management of Linear issues, projects, and teams via the GraphQL API using a simple curl workflow, enabling quick setup and operation without OAuth dependencies.

Core Features & Use Cases

  • Create, update, search, and organize Linear issues, projects, and teams using GraphQL.
  • Authenticate via a personal API key and perform all actions with curl, avoiding client libraries or OAuth flows.
  • Use cases include provisioning work, tracking progress, and coordinating teams across Linear accounts.

Quick Start

Run a curl query to the GraphQL endpoint using your LINEAR_API_KEY to verify access.

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

Create, update, and search Linear issues and projects by sending curl HTTP requests with GraphQL queries and mutations to the Linear API endpoint using your personal API key.

Can I automate Linear workflows with curl without OAuth?

Yes, you can automate Linear workflows with curl without OAuth by authenticating with a simple personal API key stored in your environment, avoiding client libraries or complex authorization flows.

Do I need any external libraries or dependencies to use the Linear GraphQL API?

No external dependencies are required to query the Linear GraphQL API, as you can execute all create, update, and search operations using standard curl commands with your LINEAR_API_KEY.

What is the best way to query Linear teams and work artifacts via GraphQL?

Query Linear teams and work artifacts by sending curl POST requests with GraphQL queries to the https://api.linear.app/graphql endpoint, authenticating with your LINEAR_API_KEY for lightweight automation.

How do I set up my environment to use curl with the Linear API?

Set up your environment for Linear API access by storing your personal API key in an environment variable named LINEAR_API_KEY, then verify connectivity by running a test curl query to the GraphQL endpoint.

Why use curl instead of an API client library for Linear GraphQL operations?

Use curl instead of an API client library to achieve quick setup and lightweight automation for Linear GraphQL operations, avoiding the overhead of installing and managing external client dependencies or OAuth flows.