@firstpick/pi-extension-hyprland-wiki-local
Local Hyprland Wiki search and retrieval tools for Pi backed by a cloned official hyprland-wiki repository.
Package details
Install @firstpick/pi-extension-hyprland-wiki-local from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-extension-hyprland-wiki-local- Package
@firstpick/pi-extension-hyprland-wiki-local- Version
0.1.8- Published
- Aug 7, 2026
- Downloads
- 151/mo · 31/wk
- Author
- firstpick
- License
- MIT
- Types
- extension, skill
- Size
- 22.5 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
Hyprland Wiki Local for Pi
Lets Pi search a local copy of the official Hyprland Wiki first.
What you can do
- Searches a local copy of the official Hyprland Wiki.
- Returns focused sections with local source paths.
- Helps with monitors, input, rules, plugins, and common Wayland issues.
- Includes setup, status, and quick health checks.
Install
Install it through Pi:
pi install npm:@firstpick/pi-extension-hyprland-wiki-local
Restart Pi if the package does not appear in your current session.
How to use it
Run /hyprwiki-local-setup once. Then ask Pi about a Hyprland problem normally; use /hyprwiki-status if you want to check the local documentation copy.
/hyprwiki-status— reports repository path, Git remote/revision, page count, and cache freshness./hyprwiki-local-setup— clones or fast-forward updates~/.hyprwiki./hyprwiki-smoke-test— runs compact parser/search/extract/read checks against representative Hyprland topics.
Before you start
Run /hyprwiki-local-setup once. It downloads the official Hyprland Wiki to ~/.hyprwiki and updates that copy on later runs.
Technical details
See TECHNICAL.md for complete commands, configuration, compatibility, security, and troubleshooting information.