rhdh-catalog-index
Installation
SKILL.md
RHDH Plugin Catalog Index Extraction
Use this skill to extract plugin information from the RHDH plugin catalog index OCI image (quay.io/rhdh/plugin-catalog-index).
Prerequisites
skopeomust be installed and available in PATHpython3withjsonandbase64modules (standard library)
Step 1: Determine the Catalog Index Tag
The tag matches the RHDH version from package.json in the rhdh repo:
TAG=$(jq -r '.version' package.json)
# e.g. 1.10.0
The full image reference is quay.io/rhdh/plugin-catalog-index:${TAG}.