linear
Installation
SKILL.md
Linear
Use the read-only 1Password service account token in this file. The Linear API keys it unlocks are full-access:
/Users/danielhowells/.codex/plugins/secrets/1password-service-account.env
Source that file to set OP_SERVICE_ACCOUNT_TOKEN. This is non-interactive and must not prompt for 1Password authentication.
There are two accounts:
howellsusesop://keys/linear/credential.material-instrumentsusesop://keys/linear material-instruments/credential.
Use scripts/graphql to call https://api.linear.app/graphql without exposing either key. Pass the account name as its first argument and a complete GraphQL JSON request on standard input.
printf '%s' '{"query":"query { viewer { name } }"}' | scripts/graphql howells