Skills linear
Read Linear issues, teams, projects, cycles, and comments through Platform Gateway read-only actions.
install
source · Clone the upstream repo
git clone https://github.com/useopencompany/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/useopencompany/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/linear" ~/.claude/skills/useopencompany-skills-linear && rm -rf "$T"
manifest:
linear/SKILL.mdsource content
Linear (Read-Only)
Use this skill when the user needs to inspect data in Linear.
Available actions
- List issues
- List projects
- List teams
- List cycles
- List comments for an issue
Constraints
- Read-only actions only.
- Requests are executed through Platform Gateway.
- Credential tokens are never returned in action output.