linear
Installation
SKILL.md
Linear
Use scripts/linear from this skill directory. It is a small, dependency-free wrapper around
Linear's public GraphQL API, not an MCP server. Use command-specific --help rather than copying
the full command reference into a response.
Setup
- Inspect the available command and relevant noun:
scripts/linear --helpandscripts/linear issue --help. - For a live request, set exactly one credential in the process environment. Use
LINEAR_API_KEYfor a personal key orLINEAR_ACCESS_TOKENfor OAuth. Never print, persist, or place either in a command transcript. - Begin with bounded discovery. Reads default to
--limit 10; the maximum is 100. - Output is always JSON: compact with
--json, indented without it.--dry-runmakes no network request and previews the operation.