Install
openclaw skills install grepwrapperSearch exact code matches across public GitHub repos using grep.app via the grepwrapper CLI.
openclaw skills install grepwrapperUse this skill when the user asks to:
npm i -g git+https://github.com/riprsa/grepwrapper.git
grepwrapper search --q "PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error)"
Options:
--q <query> required--case case-sensitive--words whole-word (mutually exclusive with --regexp)--regexp regex mode (mutually exclusive with --words)--page <n> page numberExamples:
grepwrapper search --q "QMD" --case --regexp
grepwrapper search --q "QMD" --case --words --page 2
CLI returns summary lines:
time=<ms> total=<n> returned=<n>- <repo>:<path> (matches=<count>)--regexp only when needed.