staging-token

Retrieve Aircall staging JWT tokens and set DASHBOARD_JWT_TOKEN via fish script.

2|2|Updated Jan 5, 2021
One-click install
npx skills add https://github.com/kentoje/dotfiles --skill staging-token
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staging-token
Source: https://github.com/kentoje/dotfiles/tree/main/.config/claude/skills/staging-token
Command: npx skills add https://github.com/kentoje/dotfiles --skill staging-token

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve staging credentials and a JWT token for the Aircall dashboard.

Core Features & Use Cases

  • Retrieve the staging JWT token by executing the included fish script.
  • Expose the token to the environment variable DASHBOARD_JWT_TOKEN and copy it to the clipboard when pbcopy is available.
  • Use in CI or local development workflows to authenticate against the Aircall staging environment and automate token usage.

Quick Start

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

Frequently Asked Questions about staging-token

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve a staging JWT token for the Aircall dashboard?

To retrieve a staging JWT token for the Aircall dashboard, run the included fish script which authenticates and exposes the credential to the DASHBOARD_JWT_TOKEN environment variable. It also copies the token to your clipboard if pbcopy is available.

Do I need fish shell to get an Aircall staging token?

Yes, you need fish shell to get an Aircall staging token because the Skill relies on the get_token.fish script to execute the authentication process. It sources the script directly from your fish configuration directory.

Can I use the Aircall staging JWT token in CI or local development workflows?

Yes, you can use the Aircall staging JWT token in CI or local development workflows to automate authentication against the staging environment. The token is stored in the DASHBOARD_JWT_TOKEN environment variable for immediate use.

How does the staging token skill handle clipboard integration?

The staging token skill handles clipboard integration by automatically copying the retrieved JWT to your clipboard when the pbcopy utility is available. This provides instant access to the token for manual pasting or automated pipelines.

What environment variable does the Aircall token script set?

The Aircall token script sets the DASHBOARD_JWT_TOKEN environment variable with the retrieved staging credentials. This allows downstream development processes and CI pipelines to authenticate against the Aircall staging environment.

Staging token retrieval is not working, what dependencies are required?

If staging token retrieval is not working, verify that fish shell is installed and the get_token.fish script is correctly sourced from your dotfiles. Clipboard copying also requires the pbcopy utility to be available on your system.