fzf-fuzzy-finder

Installation
SKILL.md

fzf - Fuzzy Finder

Interactive command-line fuzzy finder with powerful integration capabilities.

Basic Usage

Simple filtering

# Pipe list to fzf
ls | fzf

# Select file
find . -type f | fzf

# Multi-select (Tab to select, Shift+Tab to deselect)
ls | fzf -m

# Preview files while selecting
ls | fzf --preview 'cat {}'
Installs
6
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 2, 2026
fzf-fuzzy-finder — openclaw/skills