What problem does it solve?
This Skill removes the guesswork involved in configuring a Linear agent app so your assistant can create and manage issues and workflows under its own identity.
Core Features & Use Cases
- Linear agent app creation: Guides you through creating an application in the Linear API settings with the right identity details.
- App-scoped API key setup: Walks you through generating and securely storing a personal API key scoped to the app identity.
- Validation and identity verification: Uses a GraphQL viewer query to confirm the app identity is correctly authenticated as an OAuth app actor.
- Optional avatar upload: Helps you attach an avatar file via the web UI since Linear requires it through the interface rather than the API.
- Correct attribution for user-originated actions: Shows how to act using
createAsUser and displayIconUrl so Linear renders actions as “User (via AppName)”.
Quick Start
Set up the assistant’s Linear agent app by following the Skill steps to create the application, store the Linear app API key, and verify the connection with the provided GraphQL viewer query.