update

Check for and apply PSPO Agent plugin updates from GitHub releases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/686f6c61/PSPO-Agent --skill update-686f6c61
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/686f6c61/PSPO-Agent/tree/main/skills/update
Command: npx skills add https://github.com/686f6c61/PSPO-Agent --skill update-686f6c61

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures you are always running the latest version of the PSPO Agent plugin, providing access to new features and bug fixes without manual intervention.

Core Features & Use Cases

  • Version Checking: Automatically detects the currently installed version and compares it against the latest release on GitHub.
  • Release Notes: Displays detailed release notes for new versions, informing you of changes.
  • Automated Installation: Guides you through the update process, downloading and installing the latest version with platform-specific installers.
  • Use Case: You want to ensure your PSPO Agent is current. Running this skill will check for updates, show you what's new, and offer to install the latest version if available.

Quick Start

Check for and apply any available updates for the PSPO Agent plugin.

Frequently Asked Questions about update

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

FAQPage Schema
How do I check for and apply updates to the PSPO Agent plugin?

To update the PSPO Agent plugin, run this skill to automatically detect your installed version, compare it against the latest GitHub release, and guide you through downloading and installing the newest platform-specific version.

How does automated plugin version checking work with GitHub releases?

Automated version checking works by querying the GitHub API to fetch the latest release tag and comparing it against your locally installed PSPO Agent version to determine if a new update is available.

Can I use this to install the latest PSPO Agent version on Linux, macOS, and Windows?

Yes, you can install the latest PSPO Agent version on Linux, macOS, and Windows. The update process manages platform-specific installation scripts to ensure correct deployment across all supported operating systems.

What is the best way to see release notes for new PSPO Agent versions?

The best way to see release notes is to run this update skill, which automatically displays detailed release notes from GitHub for new versions, keeping you informed of recent changes and bug fixes before installation.

Why does checking for GitHub plugin updates fail due to API rate limits?

Checking for GitHub plugin updates fails due to API rate limits when too many requests are sent to the GitHub API. This skill specifically handles these network errors and rate limits during version checking to ensure reliable operation.