Gog
一个面向 Dev Tools 场景的 Agent 技能。原始说明:Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
name: grepwrapper
description: Search exact code matches across public GitHub repos using grep.app via the grepwrapper CLI.
metadata: {"openclaw":{"emoji":"🔎","requires":{"bins":["grepwrapper"],"env":[]},"install":[{"id":"npm","kind":"node","package":"git+https://github.com/riprsa/grepwrapper.git","bins":["grepwrapper"],"label":"Install grepwrapper CLI"}]}}
Use 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.