credential-status

Check API credential health across Atlassian, Slack, Asana, Salesforce, Google Apps Scripts, Gong, and BigQuery.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, uv, python, and includes scripts (resource) components.

What problem does it solve?

Verifies that API credentials for multiple integrated services are present and valid to help diagnose authentication failures and configuration issues across tools.

Core Features & Use Cases

  • Multi-service checks: Runs lightweight API calls to Jira/Confluence, Slack, Asana, Salesforce, Google Apps Script endpoints, Gong, and BigQuery to determine credential health.
  • Clear status outcomes: Reports OK, MISSING, or EXPIRED for each service and points to the appropriate setup or refresh workflow when issues are found.
  • Automation-friendly: Designed to be run in CI or locally by solutions engineers when onboarding new accounts, troubleshooting auth errors, or validating setup after credential changes.

Quick Start

Run the credential check script by executing bash .claude/skills/credential-status/scripts/check.sh in your terminal.

Frequently Asked Questions about credential-status

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

FAQPage Schema
How do I check if API credentials are valid across integrated services like Jira and Slack?

Verify API credentials by running a script that performs lightweight API calls against Jira, Slack, Asana, Salesforce, Gong, and BigQuery, returning OK, MISSING, or EXPIRED statuses to diagnose authentication health.

Why does my Salesforce integration fail with an authentication error?

Authentication errors occur when API credentials are missing or expired. Running a credential status check validates your setup by testing API endpoints and reporting whether credentials are OK, MISSING, or EXPIRED.

Can I run an API credential health check in CI pipelines for diagnosing configuration issues?

Yes, the credential health check is automation-friendly and designed to run in CI or locally. Solutions engineers use it during onboarding or after credential changes to validate setups across multiple services.

What do I need to verify API credentials for Google Apps Script and BigQuery integrations?

You need curl, uv, and python installed locally. The credential check reads environment variables from the ~/.fe-skills/.env file and invokes local helper scripts to validate Google Apps Script and BigQuery setups.

What is the best way to diagnose missing or expired API tokens across multiple SaaS integrations?

The best way to diagnose missing or expired tokens is running an automated credential status check that tests API endpoints across Atlassian, Slack, Asana, Salesforce, Gong, and BigQuery simultaneously.

API credential validation not working after updating environment variables, what are the limitations?

Credential validation depends on correctly configured environment variables in ~/.fe-skills/.env. If variables are misnamed or absent, the check returns MISSING statuses, requiring you to verify the setup workflow for each specific service.