← 返回 Skills 市场
arnarsson

Ripgrep

作者 Arnarsson · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2755
总下载
1
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install ripgrep
功能描述
Blazingly fast text search tool - recursively searches directories for regex patterns with respect to gitignore rules.
安全使用建议
This skill is an instruction-only reference for ripgrep and appears coherent with that purpose. Before using it: (1) Confirm whether your platform will actually install 'rg' automatically or merely show the brew/apt hints — the SKILL.md includes install suggestions but the registry entry at the top-level shows no install spec. (2) Be careful with the replacement examples that pipe to xargs sed -i; those will modify files in place — run previews first (e.g., --replace, -l, or review the matched file list) and back up files if needed. (3) Install ripgrep from your OS package manager or the official GitHub releases if you need the binary. (4) If you do not want the agent to run shell commands autonomously, keep the skill user-invocable only or review platform settings for autonomous invocation.
功能分析
Type: OpenClaw Skill Name: ripgrep Version: 1.0.0 The skill bundle for 'ripgrep' is benign. The `_meta.json` contains standard metadata. The `SKILL.md` provides legitimate installation instructions via `brew` and `apt` for the `ripgrep` tool, along with numerous usage examples. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. All commands shown are standard uses of `ripgrep` and common Unix utilities like `sed` for text manipulation, which are aligned with the stated purpose of a text search and replacement tool.
能力评估
Purpose & Capability
The name/description match the instructions (rg usage examples). One minor inconsistency: the registry-level metadata you provided lists no install spec or required binaries, but the included SKILL.md contains metadata declaring a dependency on the 'rg' binary and provides brew/apt install entries. That discrepancy is likely benign (the SKILL.md is supplying install hints), but it is worth noting.
Instruction Scope
SKILL.md provides command-line examples and usage tips for ripgrep only. It does not instruct the agent to read unrelated system files or exfiltrate data. The only file/config reference is ~/.ripgreprc (user ripgrep config), which is reasonable. A replacement example uses piped xargs + sed -i which is potentially destructive if run without review, but that is a normal command-line pattern rather than covert behavior.
Install Mechanism
SKILL.md contains install metadata that suggests installation via standard package managers (brew, apt), which are low-risk sources. However, the registry entry shows 'No install spec' at the top-level while SKILL.md includes install hints — confirm which install mechanism the platform will actually execute or present to the user.
Credentials
No environment variables, credentials, or config paths are requested beyond an optional user ripgrep config (~/.ripgreprc). Nothing disproportionate is requested for the stated purpose.
Persistence & Privilege
Skill does not request always:true and is user-invocable only. It does not request or modify other skills' configs or persistent platform-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ripgrep
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ripgrep 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the ripgrep skill. - Provides fast, recursive searching with gitignore awareness. - Includes usage examples for searching, filtering by file type, and advanced search options. - Highlights common use cases and performance tips. - Offers installation steps for both Homebrew and apt package managers. - Compares key features and advantages over traditional grep.
元数据
Slug ripgrep
版本 1.0.0
许可证
累计安装 10
当前安装数 10
历史版本数 1
常见问题

Ripgrep 是什么?

Blazingly fast text search tool - recursively searches directories for regex patterns with respect to gitignore rules. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2755 次。

如何安装 Ripgrep?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ripgrep」即可一键安装,无需额外配置。

Ripgrep 是免费的吗?

是的,Ripgrep 完全免费(开源免费),可自由下载、安装和使用。

Ripgrep 支持哪些平台?

Ripgrep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ripgrep?

由 Arnarsson(@arnarsson)开发并维护,当前版本 v1.0.0。

💬 留言讨论