pi-skills-sh

Browse, install & manage skills.sh skills from inside pi

Package details

extension

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

$ pi install npm:pi-skills-sh
Package
pi-skills-sh
Version
0.2.1
Published
Mar 13, 2026
Downloads
140/mo · 23/wk
Author
jalco
License
MIT
Types
extension
Size
43.4 KB
Dependencies
0 dependencies · 4 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ],
  "video": "https://raw.githubusercontent.com/jal-co/pi-skills-sh/main/demo.mp4"
}

Security note

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

README

Install

# From npm
pi install npm:pi-skills-sh

# From git
pi install git:github.com/justinlevinedotme/pi-skills-sh

Or try without installing:

pi -e npm:pi-skills-sh

Usage

All commands are accessed via /skills:

Command Description
/skills Interactive search prompt
/skills find <query> Search skills.sh by keyword
/skills add <owner/repo> Browse & install skills from a repo
/skills add <owner/repo@skill> Install a specific skill directly
/skills list List installed pi skills (global + project)
/skills remove Interactive removal
/skills remove <name> Remove a specific skill
/skills update Update all installed skills

Examples

/skills find react
/skills add vercel-labs/agent-skills
/skills add anthropics/skills@frontend-design
/skills list
/skills remove frontend-design
/skills update

How it works

This extension wraps the npx skills CLI, targeting the pi agent. Skills are installed to:

  • Global: ~/.pi/agent/skills/ (available in all projects)
  • Project: .pi/skills/ (local to the current project)

After installing or removing a skill, the extension offers to /reload so pi picks up the changes immediately.

Requirements

  • pi coding agent
  • Node.js (for npx skills)

License

MIT