Jump to related tools in the same category or review the original source on GitHub.

Search & Research @xejrax Updated 2/26/2026

🔍 File Search OpenClaw Skill - ClawHub

Do you want your AI agent to automate File Search workflows? This free skill from ClawHub helps with search & research tasks without building custom tools from scratch.

What this skill does

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

Install

npx clawhub@latest install file-search

Full SKILL.md

Open original
namedescription
file-searchFast file-name and content search using `fd` and `rg` (ripgrep).

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
Original URL: https://github.com/openclaw/skills/blob/main/skills/xejrax/file-search

Related skills

If this matches your use case, these are close alternatives in the same category.