unarchive-tool

Unarchive a Pixie tool by flipping the archived flag and rebuilding its virtual environment.

6|1|Updated May 17, 2026
One-click install
npx skills add https://github.com/AlexKapadia/Pixie --skill unarchive-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unarchive-tool
Source: https://github.com/AlexKapadia/Pixie/tree/main/.claude/skills/unarchive-tool
Command: npx skills add https://github.com/AlexKapadia/Pixie --skill unarchive-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unarchives a previously archived Pixie tool, restoring it to the sidebar, rebuilding its virtual environment via uv sync, and re-running the validator so the tool is ready for use.

Core Features & Use Cases

  • Flip the archived flag back to active and re-activate the tool.
  • Rebuild the tool's virtual environment with uv sync to ensure dependencies and environment are current.
  • Run the validator to confirm the tool is ready in the UI.
  • Use Case: A user archives a tool during maintenance and later wants it back without reinstalling.

Quick Start

Tell me which archived tool to unarchive, and I will flip its flag, rebuild the virtual environment, and run the validator.

Frequently Asked Questions about unarchive-tool

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

FAQPage Schema
How do I unarchive a Pixie tool and restore it to the sidebar?

To unarchive a Pixie tool, you flip its archived flag back to active, rebuild the virtual environment with uv sync, and run the validator to confirm the tool is restored in the UI.

What happens when I re-enable an archived Pixie tool?

Re-enabling an archived Pixie tool flips the archived flag, rebuilds the tool's virtual environment via uv sync to ensure dependencies are current, and runs the validator to confirm readiness.

Do I need to reinstall a Pixie tool if I want to restore it after maintenance?

No, you do not need to reinstall a Pixie tool to restore it after maintenance. You can unarchive the tool by flipping its flag and rebuilding the virtual environment with uv sync.

How does the validator confirm an unarchived Pixie tool is ready for use?

The validator confirms an unarchived Pixie tool is ready by running after the virtual environment is rebuilt, checking that the tool is properly activated and visible in the UI.

Can I restore a previously archived Pixie tool without losing its original dependencies?

Yes, restoring an archived Pixie tool rebuilds its virtual environment using uv sync, which ensures all original dependencies are current and the tool is fully ready for use.

What is the best way to safely restore a Pixie tool that was archived during maintenance?

The best way to safely restore a Pixie tool is to identify it via the Pixie API or local database, flip the archived flag, run uv sync to rebuild the .venv, and validate the result.