status

Report paper-wiki installation state from the paperwiki status CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reports the paper-wiki install state by exposing the on-disk cache version, marketplace clone version, and whether the plugin is enabled.

Core Features & Use Cases

  • Quick diagnostics: fetches and displays the three-line state so users can confirm installation and upgrade status.
  • Troubleshooting guidance: helps determine whether a manual reinstall is needed or an upgrade is pending.
  • Lightweight wrapper: acts as a Claude Code-facing view over the paperwiki status CLI.

Quick Start

Ask Claude Code to run /paper-wiki:status and report the three state lines.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check if paper-wiki is installed and currently enabled?

To check if paper-wiki is installed, run the /paper-wiki:status command in Claude Code. It queries the paperwiki status CLI and reports the on-disk cache version, marketplace clone version, and enabled status in a three-line output.

What is the best way to diagnose a paper-wiki upgrade failure?

Diagnosing a paper-wiki upgrade failure involves running the status command to compare the on-disk cache version against the marketplace clone version. Comparing these three state lines helps determine whether an upgrade is pending or a manual reinstall is required.

Why does paper-wiki show different versions for cache and marketplace clone?

Different versions for cache and marketplace clone indicate a pending upgrade or mismatched installation state. The status command exposes both versions so you can determine if the on-disk cache needs synchronization with the latest marketplace clone.

Can I use Claude Code to troubleshoot paper-wiki installation issues?

Yes, you can use Claude Code to troubleshoot paper-wiki installation issues by asking it to run /paper-wiki:status. It acts as a lightweight wrapper over the CLI, forwarding stdout verbatim and interpreting the output to guide further reinstall actions.

When do I need to manually reinstall paper-wiki after checking its status?

You need to manually reinstall paper-wiki when the status output shows the plugin is disabled or the on-disk cache version is missing. Troubleshooting guidance from the three-line state helps confirm if a manual reinstall is necessary.