credential-management

Rotate and validate expired credentials for Jira, GitHub, and Slack integrations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/matt-metivier/zk-hub --skill credential-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: credential-management
Source: https://github.com/matt-metivier/zk-hub/tree/main/skills/general/tools/credential-management
Command: npx skills add https://github.com/matt-metivier/zk-hub --skill credential-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rotate credentials when you see 401/403 errors from Jira, GitHub, Slack, or other services.

Core Features & Use Cases

  • Credential rotation and validation across multiple services
  • Quick verification of credentials and safe restart procedures
  • Use Case: When a token expires, automatically rotate and update config files, then restart targets.

Quick Start

Update config/env.agent with the new credentials and restart the agent stack.

Frequently Asked Questions about credential-management

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

FAQPage Schema
How do I fix 401 or 403 authentication errors from Jira, GitHub, or Slack integrations?

To fix 401 or 403 authentication errors from Jira, GitHub, or Slack, you must rotate the expired service credentials. This process updates the active tokens and restores secure access to the affected integrations.

When do I need to rotate service credentials for my automation tokens?

You need to rotate service credentials when automation tokens expire or are proactively rotated by your security team. This prevents authentication failures across connected platforms and ensures continuous automated workflow execution.

What is the process to update config files and restart agents after a token rotation?

Updating config files after a token rotation involves modifying the config/env.agent file with the new credentials. After saving the updated configuration, you must restart the agent stack to apply the changes and validate the new authentication state.

Can I automate credential rotation workflows for multiple service integrations?

Yes, you can automate credential rotation workflows for multiple service integrations. The system supports automated refresh workflows and manual triggers to validate credentials across Jira, GitHub, and Slack without requiring constant manual intervention.

Why are my agents still failing authentication after updating the expired tokens?

Agents fail authentication after updating expired tokens if the updated config/env.agent file was not properly saved or if the agent stack was not restarted. You must enforce credential update requirements and restart targets to clear stale authentication states.