Find files by name, size, date, and type with deduplication. Use when searching filesystems.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill finder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Finder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-finder)More formats (shields.io, HTML) on the badges page.
---
name: "finder"
version: "3.0.0"
description: "Find files by name, size, date, and type with deduplication. Use when searching filesystems."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# finder
Find files by name, size, date, and type with deduplication. Use when searching filesystems.
## Commands
### `name`
```bash
scripts/script.sh name <pattern dir>
```
### `size`
```bash
scripts/script.sh size <min dir>
```
### `recent`
```bash
scripts/script.sh recent <dir days>
```
### `type`
```bash
scripts/script.sh type <ext dir>
```
### `empty`
```bash
scripts/script.sh empty <dir>
```
### `large`
```bash
scripts/script.sh large <dir count>
```
## Data Storage
Data stored in `~/.local/share/finder/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!