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:

  • howells uses op://keys/linear/credential.
  • material-instruments uses op://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
Installs
7
Repository
howells/skills
GitHub Stars
2
First Seen
4 days ago
linear — howells/skills