gpd-update

Check for and apply GPD runtime updates with changelog display and validation.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gpd-update
Source: https://github.com/CharlieGreenman/roomtemp-superconductor-gpd/tree/main/.agents/skills/gpd-update
Command: npx skills add https://github.com/CharlieGreenman/roomtemp-superconductor-gpd --skill gpd-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update and manage the GPD runtime by automatically detecting installed versions, checking for the latest release, presenting changelog details, prompting for confirmation, performing the update, and cleaning up caches.

Core Features & Use Cases

  • Version detection (local/global)
  • Latest release lookup via registry and GitHub releases
  • Changelog retrieval and display
  • User confirmation prompt
  • Safe update with cache cleanup and patch handling

Quick Start

Run the gpd-update skill to check for updates and apply the latest version

Frequently Asked Questions about gpd-update

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

FAQPage Schema
How do I update the GPD runtime to the latest version automatically?

To update the GPD runtime, the skill detects your installed version, checks GitHub releases for the latest update, and applies the new version after user confirmation. It automates version comparison, changelog retrieval, and post-install validation across local and global installations.

Can I view the changelog before applying a GPD update?

Yes, you can view the changelog before applying a GPD update. The skill retrieves and displays release changelog details from GitHub releases, then prompts for interactive user confirmation to ensure you know what changes to expect before proceeding with the installation.

Does the GPD update process handle cache cleanup and patch metadata validation?

The GPD update process handles cache cleanup and validates patch metadata for backups. After performing the safe update, it automatically cleans up installation caches and checks patch metadata to ensure your runtime environment remains stable and correctly configured.

What network tools are required to check for the latest GPD release?

Checking for the latest GPD release requires access to network tools to fetch version data from registries and GitHub releases. The skill also needs network connectivity to retrieve the public bootstrap command used during the installation process.

How does this approach compare to manually checking for GPD version updates?

Unlike manually checking for GPD version updates, this approach automates version detection, changelog retrieval, and post-install validation. It eliminates the need to manually compare versions or clean up caches, providing a streamlined update workflow with interactive confirmation.