with one click
file-search
Fast file-name and content search using `fd` and `rg` (ripgrep).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fast file-name and content search using `fd` and `rg` (ripgrep).
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
浏览器自动化操作 - 打开网页、截图、提取内容、填表等
文员办公助手 - 文档处理、表格操作、格式转换、内容整理等
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications.
打开浏览器访问网页
文件读写操作,支持创建、读取、写入、删除文件
Process, optimize, and manage images with web optimization, color management, platform specs, and e-commerce standards.
| name | file-search |
| version | 1.0.0 |
| description | Fast file-name and content search using `fd` and `rg` (ripgrep). |
| capabilities | ["file-search"] |
| risk_level | low |
Fast file-name and content search using fd and rg (ripgrep).
Search for files matching a pattern:
fd "\.rs$" /home/xrx/projects
Find files by exact name:
fd -g "Cargo.toml" /home/xrx/projects
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
sudo dnf install fd-find ripgrep