pi-explorer-tools is a Pi package that limits pi agent to "explorer-tools":
lslists files and directories for a given path (non-recursive).rdreads lines from a file. Lines are 1-indexed. Use -1 for EOF.
Global install (writes to ~/.pi/agent/settings.json):
pi install git:github.com/yippiez/pi-explorer-toolsLocal/project install (writes to .pi/settings.json in the current repo):
pi install -l git:github.com/yippiez/pi-explorer-toolsPin global install to main:
pi install git:github.com/yippiez/pi-explorer-tools@mainPin local install to main:
pi install -l git:github.com/yippiez/pi-explorer-tools@main