@groeponline/pi-cli-search-tools
Power-user CLI search and filtering skill for Pi agents: ripgrep, fzf, jq, awk, sed, grep, find, xargs, and pipe compositions.
Package details
Install @groeponline/pi-cli-search-tools from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@groeponline/pi-cli-search-tools- Package
@groeponline/pi-cli-search-tools- Version
0.1.0- Published
- Aug 23, 2026
- Downloads
- 105/mo · 6/wk
- Author
- chefgroeponline
- License
- MIT
- Types
- skill
- Size
- 11.4 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./SKILL.md"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-cli-search-tools
Power-user search and filtering skill for Pi: ripgrep, fzf, jq, awk, sed, grep, find, xargs, and non-interactive pipe compositions.
Install with Pi
pi install npm:@groeponline/pi-cli-search-tools
The npm package exposes SKILL.md directly through its Pi manifest, so Pi loads the cli-search-tools skill automatically.
What it covers
- ripgrep (
rg): fast text search, JSON output, file filtering, context and counts - fzf: non-interactive fuzzy filtering with
--filterand--query - jq: structured JSON extraction, filtering and transformations
- awk / sed / grep / find / xargs: composable Unix text-processing patterns
- pipe compositions: practical recipes for logs, code exploration and data wrangling
Git install
git clone https://github.com/GroepOnline/pi-cli-search-tools.git ~/.agents/skills/cli-search-tools
Or point Pi at the cloned skill in settings:
{
"skills": ["~/.agents/skills/cli-search-tools"]
}
Included helper
scripts/search-pi-logs.sh searches Pi session JSONL logs with non-interactive filters.
License
MIT