File Search

v1.0.0

Fast file-name and content search using `fd` and `rg` (ripgrep).

17· 13k· 1 versions· 156 current· 164 all-time· Updated 5h ago· MIT-0

Install

openclaw skills install file-search

File Search Skill

Fast file-name and content search using fd and rg (ripgrep).

Find Files by Name

Search for files matching a pattern:

fd "\.rs$" /home/xrx/projects

Find files by exact name:

fd -g "Cargo.toml" /home/xrx/projects

Search File Contents

Search for a regex pattern across files:

rg "TODO|FIXME" /home/xrx/projects

Search with context lines:

rg -C 3 "fn main" /home/xrx/projects --type rust

Install

sudo dnf install fd-find ripgrep

Version tags

latestvk9763e6qp3n2javhpx563tq5es80ed91

Runtime requirements

🔍 Clawdis
Binsfd, rg