credential-reference

Map API credential keys to environment variable names and setup routines.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/al-stev/field-eng-skills --skill credential-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: credential-reference
Source: https://github.com/al-stev/field-eng-skills/tree/main/.claude/skills/credential-reference
Command: npx skills add https://github.com/al-stev/field-eng-skills --skill credential-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates and documents which environment variables store API credentials and which setup routines populate them, so engineers and integrators can quickly identify and fix authentication issues or complete onboarding.

Core Features & Use Cases

  • Credential Index: A compact table mapping environment variable names to their associated services.
  • Setup Mapping: Indicates the setup skill or helper script responsible for creating or refreshing each credential.
  • Use Case: When an integration fails to authenticate, use this reference to find the correct env var name and the setup action to restore access.

Quick Start

Ask which environment variable stores the Slack token and which setup skill populates it.

Frequently Asked Questions about credential-reference

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

FAQPage Schema
What environment variable name stores the Slack API token for integration setup?

This credential reference maps Slack API tokens to their exact environment variable names. It also indicates the specific setup skill or helper script responsible for populating the key.

How do I find which environment variable stores Salesforce credentials for an integration?

To find Salesforce credentials, use a credential index that maps environment variable names to associated services. It returns the precise variable name and the setup routine that populates the key.

Why does my Jira integration fail to authenticate during setup?

Jira integration authentication fails when the correct API key environment variable is missing. A credential reference identifies the exact variable name and the setup skill needed to restore access.

Does this credential reference cover BigQuery and Asana API keys?

Yes, this credential reference covers BigQuery and Asana API keys. It provides precise environment variable names, service descriptions, and the setup script that populates each key.

Can I find the setup script that populates Gong API credentials?

Yes, you can find the setup script for Gong API credentials. The reference maps each credential to its corresponding environment variable and indicates the setup skill responsible for creating it.

What is the best way to identify missing Google Apps Script env vars for API keys?

The best way to identify missing Google Apps Script env vars is a credential index. It maps environment variable names to services and specifies the setup routine to populate missing keys.