@firstpick/pi-extension-nixos-wiki-local

Local NixOS/Nix documentation search and retrieval tools for Pi backed by minimal sparse clones of official repositories.

Packages

Package details

extensionskill

Install @firstpick/pi-extension-nixos-wiki-local from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@firstpick/pi-extension-nixos-wiki-local
Package
@firstpick/pi-extension-nixos-wiki-local
Version
0.1.7
Published
Aug 7, 2026
Downloads
213/mo · 59/wk
Author
firstpick
License
MIT
Types
extension, skill
Size
42.8 KB
Dependencies
1 dependency · 2 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ],
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

NixOS Wiki Local for Pi

Lets Pi search local NixOS and Nix documentation before using the public web.

What you can do

  • Searches local NixOS and Nix documentation.
  • Uses official documentation repositories as its source.
  • Returns focused passages instead of whole manuals.
  • Includes status and local-corpus checks.

Install

Install it through Pi:

pi install npm:@firstpick/pi-extension-nixos-wiki-local

Restart Pi if the package does not appear in your current session.

How to use it

Complete the local documentation setup described by the status command, then ask Pi a NixOS or Nix question normally. Pi searches the local official sources first.

  • /nixoswiki-status — show docs path, page count, repository revisions, and cache timestamp.
  • /nixoswiki-local-setup — clone/update the three official documentation sources.
  • /nixoswiki-smoke-test — run compact parser/search/extract/read checks against representative NixOS/Nix topics.

Technical details

See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.