update

Automate paper-wiki upgrades by comparing marketplace versions and cleaning stale caches.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kaneyxx/paper-wiki --skill update-kaneyxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/kaneyxx/paper-wiki/tree/main/skills/update
Command: npx skills add https://github.com/kaneyxx/paper-wiki --skill update-kaneyxx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Paper-wiki upgrades can drift between local cache and marketplace state, causing stale installations; this skill ensures the local plugin cache matches the latest marketplace state and applies a clean upgrade path.

Core Features & Use Cases

  • Automated upgrade flow: pulls the marketplace clone, compares versions, and decides if an upgrade is needed.
  • Reliable cache cleanup: renames stale caches and removes the plugin from installed_plugins.json and settings to enable true installs.
  • Deterministic output: prints a concise 4-line summary and a 3-step Next guide to reinstall the latest version.

Quick Start

Use the upgrade skill to refresh paper-wiki and lock in the newest marketplace version.

Frequently Asked Questions about update

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

FAQPage Schema
How do I upgrade the paper-wiki plugin without leaving a stale cache?

To upgrade paper-wiki cleanly, this skill pulls the marketplace clone, compares versions, renames the stale cache, removes the plugin from installed_plugins.json and settings files, then prints exact reinstall commands.

Why does my paper-wiki installation drift from the marketplace version?

Paper-wiki installations drift when the local plugin cache becomes stale compared to the marketplace state, causing mismatched versions that require a clean upgrade path to resolve.

What's the best way to remove a stale plugin entry from settings.json before reinstalling?

Removing a stale plugin entry is handled by renaming the cache and deleting the plugin from installed_plugins.json and both settings.json and settings.local.json enabledPlugins arrays.

Does the paper-wiki upgrade process clean installed_plugins.json automatically?

Yes, the paper-wiki upgrade process automatically removes the plugin entry from installed_plugins.json and prunes enabledPlugins from settings.json and settings.local.json during the upgrade flow.

How do I reinstall paper-wiki after clearing the old plugin cache?

After clearing the old cache, the skill outputs a three-step Next guide with exact slash-commands to perform the fresh install of the latest marketplace version of paper-wiki.