@firstpick/pi-extension-archwiki-local
Local ArchWiki search and retrieval tools for Pi using the installed arch-wiki-docs package.
Package details
Install @firstpick/pi-extension-archwiki-local from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-extension-archwiki-local- Package
@firstpick/pi-extension-archwiki-local- Version
0.1.8- Published
- Aug 7, 2026
- Downloads
- 172/mo · 33/wk
- Author
- firstpick
- License
- MIT
- Types
- extension, skill
- Size
- 41.7 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
ArchWiki Local for Pi
Lets Pi search your local ArchWiki copy before reaching for the public web.
What you can do
- Searches the ArchWiki copy installed on your computer.
- Reads focused sections instead of sending you through long pages.
- Includes guidance for Arch and common Arch-based distributions.
- Keeps local documentation available even when web search is unnecessary.
Install
Install it through Pi:
pi install npm:@firstpick/pi-extension-archwiki-local
Restart Pi if the package does not appear in your current session.
How to use it
Run /archwiki-local-setup once if the local ArchWiki package is missing. After that, ask Pi an Arch Linux question normally; it searches and cites the local documentation first.
/archwiki-status— reports docs path, page count,arch-wiki-docspackage version, and cache freshness./archwiki-local-setup— installs or updatesarch-wiki-docs. If it cannot do that automatically, it shows the exactpacmancommand for you to run./archwiki-smoke-test— runs compact local parser/search/extract/read checks against representative ArchWiki topics.
Technical details
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.