kg-registry-product-url-update

Update KG-Registry product_url entries to correct landing or download endpoints.

27|5|Updated Sep 2, 2021
One-click install
npx skills add https://github.com/Knowledge-Graph-Hub/kg-registry --skill kg-registry-product-url-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kg-registry-product-url-update
Source: https://github.com/Knowledge-Graph-Hub/kg-registry/tree/main/.agents/skills/kg-registry-product-url-update
Command: npx skills add https://github.com/Knowledge-Graph-Hub/kg-registry --skill kg-registry-product-url-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of broken, redirected, or outdated product_url entries that prevent KG-Registry users from reaching the correct KG product landing page or download endpoint.

Core Features & Use Cases

  • Targeted product URL repair: Updates only the specified product_url for a product within a KG-Registry resource page, preserving the product’s identity.
  • Identity-aware URL replacement: Chooses a replacement URL based on product concept and metadata (id, name, description, format, version/provenance), not just string similarity or HTTP status.
  • Minimal, validated curation workflow: Updates nearby version-related fields and the parent resource last_modified_date when appropriate, then validates the edited file using the KG-Registry validation skill.

Quick Start

Ask to update the product URL for the named KG-Registry product, and ensure you run the skill from a local clone so it can edit the correct resource file and validate the result.

Frequently Asked Questions about kg-registry-product-url-update

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

FAQPage Schema
How do I fix a broken product URL in KG-Registry?

Updating a stale product URL requires editing the KG-Registry resource file in a local repository clone to point the product to the correct current landing or download endpoint while preserving the product's identity and avoiding incorrect substitutions.

How does identity-aware URL replacement work for KG-Registry curation?

Identity-aware URL replacement selects a replacement endpoint based on product concept and metadata like id, name, description, format, and version, rather than relying on string similarity or HTTP status alone.

Do I need a local clone to update stale KG-Registry product links?

Yes, you must run the update from a local repository clone so the workflow can edit the correct resource file directly and validate the result locally before submission.

What metadata fields should I update when repairing a KG-Registry product URL?

When repairing a product URL, you should optionally update nearby version-related fields and the parent resource last_modified_date to maintain metadata consistency across the KG-Registry entry.

How do I validate KG-Registry metadata after updating a product URL?

You validate the edited KG-Registry resource file using the kg-registry-validation skill, which checks the updated product URL and metadata for compliance post-edit.

Why does my KG-Registry product URL redirect to the wrong download endpoint?

Your product URL redirects incorrectly because the product_url entry is stale or misdirecting, requiring an identity-aware URL replacement from authoritative sources to fix the dead link.