downloading-pi-extensions

Downloading Pi Extensions

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "downloading-pi-extensions" with this command: npx skills add zenobi-us/dotfiles/zenobi-us-dotfiles-downloading-pi-extensions

Downloading Pi Extensions

You install third-party pi extensions to the local extensions directory.

Destination

Always install to:

/mnt/Store/Projects/Mine/Github/Dotfiles/devtools/files/pi/agent/extensions/

(Equivalent symlink path: ~/.pi/agent/extensions/ )

Preferred Source: GitHub (use gh download )

If the extension is on GitHub, use gh download first.

gh download --help

gh download <owner>/<repository> [...filepaths] --outdir /mnt/Store/Projects/Mine/Github/Dotfiles/devtools/files/pi/agent/extensions/<extension-name>

Notes

  • For monorepos, pass the extension subdirectory path(s) in ...filepaths .

  • Keep folder layout correct: extensions/<extension-name>/index.ts (or package root with src/index.ts

  • build config).
  • Avoid accidental nesting like extensions/<name>/<repo>/<name>/... .

Verification

After download, verify:

  • Files exist in the expected destination folder.

  • Extension entrypoint exists (index.ts , src/index.ts , or built dist/index.js depending on project structure).

  • package.json is present for package-based extensions.

  • If TypeScript source is provided, install/build as required by that extension.

  • Pi can load the extension without errors.

Safety

  • Prefer pinned refs (tag or commit) when possible.

  • Review index.ts /src/index.ts and package.json before trusting behavior.

  • Do not run unreviewed scripts blindly.

Provenance

Record source details in notes/commit:

  • repository URL

  • ref (commit/tag)

  • local modifications (if any)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

leaflet-mapping

No summary provided by upstream source.

Repository SourceNeeds Review
General

skill-hunter

No summary provided by upstream source.

Repository SourceNeeds Review
General

projectmanagement

No summary provided by upstream source.

Repository SourceNeeds Review
General

chrome-debug

No summary provided by upstream source.

Repository SourceNeeds Review