A high-performance CLI tool that enables AI agents to find exact code matches and snippets across public GitHub repositories via grep.app.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install grepwrapper
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install grepwrapper using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
grepwrapper is a specialized utility that integrates the lightning-fast search capabilities of grep.app directly into your development workflow. As a key addition to your Openclaw Skills, this tool allows for precise, large-scale code discovery across millions of public GitHub repositories. It serves as a bridge for AI agents to locate specific function implementations, variable usages, or configuration patterns in the wild.
By providing a structured interface to global source code, grepwrapper empowers developers to perform technical research and competitive analysis without leaving their terminal. This skill is essential for anyone building a robust library of Openclaw Skills that require real-world code context and high-fidelity search results.
To integrate this capability into your Openclaw Skills environment, install the grepwrapper CLI via npm:
npm i -g git+https://github.com/riprsa/grepwrapper.git
You can then verify the installation by performing a standard search:
grepwrapper search --q "your-search-query"
The skill produces structured summary data and detailed hit lists. The output schema is organized as follows:
| Field | Description |
|---|---|
time |
The time taken to execute the search in milliseconds. |
total |
The total number of matches found across all public repos. |
returned |
The number of result lines returned in the current response. |
repo |
The GitHub repository name where the match was identified. |
path |
The file path within the repository containing the match. |
matches |
The count of specific occurrences within that file. |
Example result line format: - <repo>:<path> (matches=<count>).
--regexp flag for complex pattern matching across codebases.--case toggle to match exact variable naming conventions.--page parameter to retrieve subsequent hits.--words flag to ensure whole-word matching, preventing partial string hits.Loading
An autonomous research and paper trading system designed to find informational edges and maximize PnL on Polymarket.

An autonomous agent for discovering, paper trading, and documenting arbitrage opportunities across Polymarket and related prediction platforms.

An autonomous orchestrator for paper trading memecoins and prediction markets that evolves its own strategies through continuous learning and performance analysis.

An autonomous system for discovering high-potential Solana memecoins and executing paper trades based on real-time data and smart money tracking.

A local HTTP gateway for accessing Funda.nl listing details, price history, and search results optimized for AI agent workflows.

A local HTTP gateway for AI agents to search and monitor Funda.nl real estate listings using a Python-based service.








































