pi-all-tools

Enable all 7 built-in Pi tools by default (read, bash, edit, write, grep, find, ls)

Packages

Package details

extension

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

$ pi install npm:pi-all-tools
Package
pi-all-tools
Version
1.0.5
Published
Jun 29, 2026
Downloads
750/mo · 24/wk
Author
alexandre_ai
License
MIT
Types
extension
Size
1.7 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./extensions"
  ]
}

Security note

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

README

pi-all-tools

Ensure 3 additional Pi tools are always available: find, grep, ls

Install

pi install npm:pi-all-tools

What it does

Pi 默认自带 4 个工具 (read, bash, edit, write)。此扩展在每次 agent 启动时自动追加 find, grep, ls,共 7 个工具可用,不覆盖其他扩展注册的工具。