pi-find-packages

Pi skill and CLI helper for finding installable Pi packages from npm.

Packages

Package details

skill

Install pi-find-packages from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-find-packages
Package
pi-find-packages
Version
0.1.1
Published
May 25, 2026
Downloads
not available
Author
alexlikevibe
License
MIT
Types
skill
Size
11.7 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

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

README

pi-find-packages

A Pi package that adds a pi-find-packages skill and CLI helper for discovering installable Pi packages from npm.

Pi packages are npm packages tagged with pi-package and are shown on https://pi.dev/packages.

Install

pi install npm:pi-find-packages

Reload Pi if it is already running:

/reload

Use the Skill

In Pi:

/skill:pi-find-packages

Then ask, for example:

Find me a Pi package for subagents

Development

npm test
node scripts/search-pi-packages.mjs subagents --limit 3 --json
npm pack --dry-run

The helper script wraps the npm registry search API with keywords:pi-package, matching packages shown on https://pi.dev/packages.

License

MIT