File Search

👤 xejrax 📦 v1.0.0 ⭐ 4.0 ⬇️ 17.6K 下载
💻 开发编程 免费

📖 技能介绍


name: file-search description: "Fast file-name and content search using fd and rg (ripgrep)." metadata: { "openclaw": { "emoji": "🔍", "requires": { "bins": ["fd", "rg"] }, "install": [ { "id": "dnf-fd", "kind": "dnf", "package": "fd-find", "bins": ["fd"], "label": "Install fd-find (dnf)", }, { "id": "dnf-rg", "kind": "dnf", "package": "ripgrep", "bins": ["rg"], "label": "Install ripgrep (dnf)", }, ], }, }


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

小葱技能站7w4.net发现了升级插件。

🤖 AI 评测

这是一个质量中规中矩的搜索工具技能文档,结构清晰、使用简便是其亮点,基础功能介绍完整且包含安装指导。但文档深度有限,提供的示例较少且较为简单,缺少进阶操作和实用技巧。对于想要深入使用的用户来说,内容可能不够丰富。总体而言,作为入门参考足够,但实用价值有提升空间。

📊 多维度评分

适应性3.8
规范性3.9
有效性3.9
可靠性3.8
可信度4.8

📁 包含文件 (3 个)

📄 CLAUDE.md 303 B
📄 SKILL.md 1.2 KB
📄 _meta.json 130 B