✓ Verified 💻 Development ✓ Enhanced Data

Grepwrapper

Search exact code matches across public GitHub repos using grep.app via the grepwrapper CLI.

Rating
4.6 (281 reviews)
Downloads
32,219 downloads
Version
1.0.0

Overview

Search exact code matches across public GitHub repos using grep.app via the grepwrapper CLI.

Complete Documentation

View Source →

grepwrapper

Use this skill when the user asks to:

  • find exact code matches on GitHub
  • locate repo/file/path occurrences for a snippet
  • run grep.app code search from CLI

Install

bash
npm i -g git+https://github.com/riprsa/grepwrapper.git

Standard usage

bash
grepwrapper search --q "PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error)"

Options:

  • --q required
  • --case case-sensitive
  • --words whole-word (mutually exclusive with --regexp)
  • --regexp regex mode (mutually exclusive with --words)
  • --page page number
Examples:

bash
grepwrapper search --q "QMD" --case --regexp
grepwrapper search --q "QMD" --case --words --page 2

Expected output

CLI returns summary lines:

  • time= total= returned=
  • one line per hit: - : (matches=)

Agent behavior

  • Return top matches with direct GitHub links when possible.
  • If many matches exist, summarize and ask whether user wants next page / narrower filters.
  • Prefer exact query first, then widen with --regexp only when needed.

Installation

Terminal bash

openclaw install grepwrapper
    
Copied!

💻Code Examples

grepwrapper search --q "PendingBalanceAt(ctx context.Context, account common.Address) (*big.Int, error)"

grepwrapper-search---q-pendingbalanceatctx-contextcontext-account-commonaddress-bigint-error.txt
Options:
- `--q <query>` required
- `--case` case-sensitive
- `--words` whole-word (mutually exclusive with `--regexp`)
- `--regexp` regex mode (mutually exclusive with `--words`)
- `--page <n>` page number

Examples:

Tags

#git_and-github #cli #code #github #git

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author riprsa
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install grepwrapper