Directory / linear (claude-tag-plugins)
linear (claude-tag-plugins)
StrongFull read/write access to Linear via a single GraphQL shell helper — list, search, create, update, and transition issues without leaving your Claude session.
Verdict
The Linear tag plugin ships a single well-structured skill and one shell helper that handles pagination, output format flags, and JQL-equivalent filtering over Linear's GraphQL API. Credentials are never printed or stored by the script — they are injected by the Claude Code runtime. The SKILL.md is a practical reference document: real curl recipes, GraphQL mutation templates, pagination patterns, and a priority-to-number mapping that saves the user a lookup. Lean and honest about what it covers.
Install
Audit receipts
Every listing is verified against a specific commit. These are the receipts.
Single skill (linear-api) with one Bash helper script. Credentials injected by runtime into AUTH header.
All traffic to api.linear.app/graphql — disclosed and expected. LINEAR_API_KEY read from env and injected into Authorization header by the runtime design. Variable quoting in linear_issues.sh uses jq for JSON construction, preventing injection. LINEAR_BASE_URL env override is a documented enterprise-proxy pattern.