File Finder
A simple, fast and user-friendly alternative to 'find' Based on sharkdp/fd (42,080+ GitHub stars). file finder, rust, cli, command-line, filesystem, hacktoberfest, regex
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/file-finderWhat This Skill Does
The File Finder skill acts as a high-performance, user-friendly search utility designed to locate files and directories within your local filesystem. Inspired by the speed and efficiency of the popular fd tool, it leverages rust-based performance to scan your directory structures instantly. Unlike standard system 'find' commands which can be cumbersome and complex, File Finder provides a streamlined syntax that allows you to pinpoint specific assets without navigating through endless subdirectories manually. It is an essential tool for developers and power users who need to manage large codebases or file hierarchies efficiently.
Installation
To integrate this utility into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/ckchzh/file-finder
Once the installation completes, you can verify the status of the skill by running the file-finder status command to ensure all dependencies are correctly initialized.
Use Cases
- Project Navigation: Quickly locate specific source code files within massive projects by name or pattern.
- Cleanup Tasks: Identify and isolate old logs, temporary build artifacts, or duplicate files to recover disk space.
- Asset Management: Locate media assets, configuration files, or documentation snippets within complex directory trees.
- Automation Scripting: Use the skill as part of a larger workflow where programmatic access to file paths is required based on regex patterns.
Example Prompts
- "File Finder, can you search for all files ending in .rs within the src directory and list them for me?"
- "Run the File Finder utility to locate any configuration files containing the word 'auth' in my project folder."
- "OpenClaw, find all files modified recently that match the pattern 'test' so I can review them."
Tips & Limitations
To get the most out of File Finder, take advantage of regex patterns to narrow down your search results significantly. The tool is optimized for speed; however, be aware that scanning your entire root directory may take longer than searching within specific project scopes. While highly efficient, this tool is designed for discovery and listing; it does not perform deletion or modification operations on the files it finds, ensuring that your data remains safe. Always ensure you have the necessary read permissions for the directories you intend to search, otherwise, the skill may return empty results for those specific paths.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-file-finder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read
Related Skills
header
Header design reference — navigation patterns, sticky headers, responsive menus, accessibility. Use when designing website headers or implementing navigation components.
bearing
Bearing selection and life calculator
docker-helper
Dockerfile生成、docker-compose编排、命令速查、调试排错、镜像优化、仓库配置. Use when you need docker helper capabilities. Triggers on: docker helper.
email-marketer
Plan email campaigns with segmentation, A/B testing, and benchmarking. Use when designing campaigns, segmenting lists, benchmarking rates.
rsyslog
RSyslog advanced system logging reference. RainerScript configuration, input/output modules (imtcp/imfile/omfwd/omelasticsearch), templates with property replacer, content-based filtering, TLS-encrypted remote logging, queue performance tuning, and debug troubleshooting.