A blazingly fast recursive search tool that respects .gitignore rules to find regex patterns across complex directories.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ripgrep
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 ripgrep using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ripgrep is a high-performance, line-oriented search tool that recursively searches directories for regex patterns. Built on Rust's regex engine, it is designed to be significantly faster than traditional tools like grep while providing smarter defaults. For developers using Openclaw Skills, ripgrep serves as a foundational utility for navigating large codebases efficiently.
One of its primary advantages is its native awareness of version control settings. By default, it respects .gitignore files and automatically skips hidden files and binary data. This ensures that when an AI agent or a developer triggers a search, the results are focused on the actual source code, reducing noise and improving the relevance of the data retrieved during the development lifecycle.
To utilize this functionality within Openclaw Skills, you must have the ripgrep binary installed on your system.
Install via Homebrew (macOS):
brew install ripgrep
Install via APT (Ubuntu/Debian):
sudo apt install ripgrep
Verify the installation by checking the version:
rg --version
ripgrep processes file system data and generates structured console output. The following table describes the primary data elements involved in a search operation:
| Element | Description |
|---|---|
| Match Path | The file system path where the pattern was located |
| Line Number | The specific line index within the file for the match |
| Match Content | The actual string or line that triggered the regex match |
| Context | Optional surrounding lines (above/below) for better understanding |
| File Type | The classification of the file (e.g., py, js, rust) used for filtering |
Loading
The Linear Webhook Skill enables users to trigger specialized AI agents by simply @mentioning them within Linear issue comments.

A lightweight and flexible command-line tool for processing, filtering, and transforming JSON data.

A comprehensive guide and toolset for mastering essential Git commands and professional version control workflows.

A blazingly fast, interactive command-line fuzzy finder that filters lists from any source for seamless terminal navigation.

A comprehensive toolkit for mastering Secure Shell operations, from basic remote access to advanced port forwarding and security hardening.

A comprehensive Python framework for building, scaling, and deploying Model Context Protocol (MCP) servers and agentic applications.








































