← Back to Skills Marketplace
15683
Downloads
19
Stars
170
Active Installs
1
Versions
Install in OpenClaw
/install file-search
Description
Fast file-name and content search using `fd` and `rg` (ripgrep).
Usage Guidance
Install only from trusted OS repositories, and use the skill on directories you intentionally want searched. Avoid broad searches over folders containing secrets, credentials, private documents, or customer data unless you are comfortable with matching file names or contents appearing in the agent conversation.
Capability Analysis
Type: OpenClaw Skill
Name: file-search
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'file-search' is benign. It clearly defines its purpose as fast file-name and content search using standard tools `fd` and `rg`. The `SKILL.md` provides legitimate installation instructions via `dnf` for standard packages (`fd-find`, `ripgrep`) and examples of using these tools for local file system searches. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The `CLAUDE.md` file contains only benign activity logs.
Capability Assessment
Purpose & Capability
The stated purpose is fast file-name and content search using fd and ripgrep, and the examples match that purpose. Searching file contents can expose private local text to the agent if pointed at sensitive directories, but that is expected and user-directed.
Instruction Scope
The runtime instructions are simple command examples for explicit paths and do not request deletion, modification, credential access, network upload, or automatic indexing.
Install Mechanism
The skill discloses installing standard OS packages with sudo dnf install fd-find ripgrep. This is a normal package-manager install path, assuming trusted repositories.
Credentials
Local filesystem read/search capability is proportionate for a file-search skill. The artifacts show no network access, account integration, hidden data flows, or broad background collection.
Persistence & Privilege
The artifact contains only markdown files and no executable scripts, background workers, persistence mechanisms, stored credentials, or ongoing elevated runtime behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install file-search - After installation, invoke the skill by name or use
/file-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Frequently Asked Questions
What is File Search?
Fast file-name and content search using `fd` and `rg` (ripgrep). It is an AI Agent Skill for Claude Code / OpenClaw, with 15683 downloads so far.
How do I install File Search?
Run "/install file-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is File Search free?
Yes, File Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does File Search support?
File Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created File Search?
It is built and maintained by Xejrax (@xejrax); the current version is v1.0.0.
More Skills