What problem does it solve? Catalog entries for tools and projects go stale over time as versions change, licenses update, and URLs break. This Skill re-validates one, a subset, or all rows in the catalog master table against live sources, updating only what has drifted and leaving valid rows untouched. ## Core Features & Use Cases - Flexible Scope Selection: Refresh a single entry by id, uid, or free-text query, a filtered subset (e.g. by vendor, type, or license), or the entire table. - Live Data Re-Research: Pulls latest version from release endpoints, license SPDX IDs, GitHub star counts for popularity, and validates homepage and repository URLs with HEAD requests. - Dry-Run and Field Control: Preview drift without writing using dryRun, limit updates to specific columns, and control fetch concurrency. - Use Case: Run a dry-run refresh filtered to a single vendor to see which entries have stale versions before committing updates to the catalog master table. ## Quick Start Ask the agent to refresh the catalog entry for a specific tool by name, or to dry-run a refresh of all rows showing only version and popularity changes.