Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
stolostron avatar

Hub Cert Tools

  • Updated March 16, 2026
  • stolostron/claude-code

hub-cert-tools is a Claude Code skill in the AI & Agent Building category. Hub cluster certificate tools - check configuration and assess certificate changes

Key points

  • hub-cert-tools
  • AI & Agent Building
  • AI-coding skill

Hub Cert Tools by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add stolostron/claude-code
/plugin install hub-cert-tools@acm-skills-marketplace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMarch 16, 2026
Repositorystolostron/claude-code

What it does

Hub cluster certificate tools - check configuration and assess certificate changes

README.md

ACM Hub Certificate Tools

This plugin provides certificate tools for ACM (Advanced Cluster Management) hub clusters.

Included Skills

1. Check Hub Cluster Certificate Configuration

  • Command: /check-hub-cert-config --kubeconfig <path>
  • Purpose: Check hub cluster kube-apiserver certificate configuration and its compatibility with ACM
  • Documentation: Full README

2. Assess Hub Certificate Change

  • Command: /assess-hub-cert-change --kubeconfig <path> --new-cert <path>
  • Purpose: Assess the risk and impact of changing hub cluster certificates on ACM clusters
  • Documentation: Full README

Installation

From Marketplace

# Add the ACM skills marketplace
/plugin marketplace add https://github.com/stolostron/claude-code.git

# Install this hub certificate tools plugin
/plugin install hub-cert-tools@acm-skills-marketplace

Manual Installation

Add to your Claude Code settings.json:

{
  "skills": [
    "/path/to/claude-code/plugins/hub-cert-tools/skills/check-hub-cert-config",
    "/path/to/claude-code/plugins/hub-cert-tools/skills/assess-hub-cert-change"
  ]
}

Use Cases

Before ACM Installation

  • ✅ Verify certificate compatibility with ACM
  • ✅ Check if root CA is included in certificate chain
  • ✅ Get recommended ServerVerificationStrategy configuration
  • ✅ Identify potential issues before they occur

After ACM Installation

  • ✅ Validate current ServerVerificationStrategy configuration
  • ✅ Troubleshoot managed cluster import failures
  • ✅ Verify certificate chain completeness
  • ✅ Plan certificate rotations safely

During Certificate Changes

  • ✅ Assess risk of certificate changes (LOW/MEDIUM/HIGH)
  • ✅ Get step-by-step procedures for safe transitions
  • ✅ Understand impact on managed clusters
  • ✅ Identify offline clusters that won't receive updates

Prerequisites

  • Claude Code CLI - Latest version
  • OpenShift CLI (oc) - For cluster access
  • OpenSSL - For certificate analysis
  • Valid kubeconfig - With cluster access permissions

Quick Start

Scenario 1: Planning ACM Installation

# Check if current certificates are compatible
export KUBECONFIG=/path/to/hub-kubeconfig
/check-hub-cert-config

# Review recommendations and proceed with ACM installation

Scenario 2: Certificate Rotation

# Assess the planned certificate change
export KUBECONFIG=/path/to/hub-kubeconfig
/assess-hub-cert-change --new-cert /path/to/new-certificate.pem

# Follow the recommended procedure from the output

Documentation

Common Workflows

Workflow 1: New Hub Cluster Setup

  1. Check current certificate configuration
  2. Verify ACM compatibility
  3. Install ACM with appropriate ServerVerificationStrategy

Workflow 2: Certificate Rotation

  1. Check current configuration
  2. Assess planned certificate change
  3. Execute recommended procedure
  4. Verify successful update

Support

For issues or questions:

License

See LICENSE for details.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.