A high-performance command-line tool designed as a user-friendly and faster alternative to the classic find utility.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fd-find
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install fd-find using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
fd-find is a modern file search utility written in Rust, designed to be significantly faster and more intuitive than the traditional find command. It features smart case-sensitivity, colorized terminal output, and parallelized directory traversal. By integrating this tool through Openclaw Skills, developers can leverage a tool that respects .gitignore rules by default, ensuring that search results remain relevant to the project structure without manual exclusion of build artifacts or hidden directories.
This skill is built for speed and ease of use, providing a simplified syntax that removes the complexity of legacy find flags. Whether you are searching for specific file extensions or filtering by modification time, fd-find offers a streamlined interface that fits perfectly into modern development and DevOps workflows.
To utilize this functionality within your environment, ensure the binary is installed. Most Openclaw Skills implementations rely on the following installation methods:
# For macOS users via Homebrew
brew install fd
# For Ubuntu/Debian users
sudo apt install fd-find
# Note: On some Linux distributions, the binary is renamed to fdfind to avoid conflicts.
fd-find interacts directly with the file system and does not require an external database. It structures output based on the following metadata logic:
| Metadata Category | Logic / Placeholder | Description |
|---|---|---|
| Path Results | {} |
The full path of the found file relative to the search root. |
| Path Basename | {\/} |
The filename only, removing the preceding directory path. |
| Path Root | {\//} |
The parent directory of the found file. |
| Stem | {.} |
The filename with the extension removed. |
| Size/Time | --size, --changed-within |
Filters results based on filesystem attributes like bytes and mtime. |
Loading
A powerful communication bridge allowing sub-agents and developers to request strategic feedback and orchestration from the primary Eureka AI agent.

A comprehensive reference and execution guide for managing Docker containers, images, volumes, and multi-container orchestration.

A comprehensive command-line skill for executing HTTP requests, testing REST APIs, and managing data transfers efficiently.

A feature-rich cat clone that brings syntax highlighting, Git integration, and line numbers to your terminal workflow.

A blazingly fast, interactive command-line fuzzy finder that filters lists from any source for seamless terminal navigation.

A comprehensive guide and toolset for mastering essential Git commands and professional version control workflows.








































