Claude Tools / Plugins / linear (claude-tag-plugins)
Audited plugin listing
linear (claude-tag-plugins)
Full read/write access to Linear via a single GraphQL shell helper — list, search, create, update, and transition issues without leaving your Claude session.
Listing signals
Install check
✓ Pass
Risk scan
✓ Clean
Implementation
Code-backed
Assessment
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.
Installation
Add to Claude Code
Evidence
Audit receipts
This listing is tied to a specific source commit and records both installation and risk checks.
Install check
✓ Pass
Single skill (linear-api) with one Bash helper script. Credentials injected by runtime into AUTH header.
Risk scan
✓ Clean
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.
Composition
What was measured
Prose lines
558
Code lines
222
Prose / code
2.51
Related