staging-token

Installation
SKILL.md

Staging Token

Retrieve staging JWT token by running the fish script.

Run the following command:

fish -c "source $HOME/dotfiles/.config/fish/functions/get_token.fish && get_token"

This will:

  1. Authenticate against the staging identity server
  2. Store the token in DASHBOARD_JWT_TOKEN environment variable
  3. Copy the token to clipboard (if pbcopy is available)

The cookie key used to store this token is ac-auth.id-token.

Report back the result to the user.

Installs
8
GitHub Stars
2
First Seen
Jan 24, 2026
staging-token — kentoje/dotfiles