← 返回 Skills 市场
ckchzh

File Finder

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
506
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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, hacktobe...
使用说明 (SKILL.md)

File Finder

A simple, fast and user-friendly alternative to 'find'

Inspired by sharkdp/fd (42,080+ GitHub stars).

Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from sharkdp/fd

Usage

Run any command: file-finder \x3Ccommand> [args]


Disclaimer: This skill is an independent, original implementation. It is not affiliated with, endorsed by, or derived from the referenced open-source project. No code was copied. The reference is for context only.

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to be what it says: a CLI file-search utility implemented as a bash script with embedded Python. Before installing or running it: (1) verify license mismatch (SKILL.md: Apache-2.0 vs script header: MIT) and confirm you are comfortable with the stated copyright/terms; (2) be aware the script uses system 'find', 'stat', and Python3 — ensure those are present and acceptable; (3) avoid running it against sensitive directories or as root because it will read file metadata and, in duplicate mode, read portions of files; (4) if you require stricter guarantees, inspect the script yourself (it is short and readable) or run it in a confined environment. Overall there are no network exfiltration signs or unexplained credentials requested.
功能分析
Type: OpenClaw Skill Name: file-finder Version: 1.0.0 The skill provides filesystem search utilities but contains multiple command injection vulnerabilities in 'scripts/file_finder.sh'. Specifically, user-provided arguments are directly interpolated into Python heredocs (e.g., target = "$dir"), which allows for arbitrary code execution if a directory name or parameter contains crafted shell/Python characters. While the behavior aligns with the stated purpose, these implementation flaws represent a high-risk surface for exploitation.
能力评估
Purpose & Capability
The skill claims to be a 'find' alternative and the included bash script implements find-like commands (find/ext/large/recent/dup/summary/tree). That capability matches the name/description. Minor mismatch: the registry lists no required binaries, but the script uses system tools (find, stat, tree optionally) and embeds Python3 snippets — so the declared requirements are incomplete.
Instruction Scope
SKILL.md instructions are minimal and the runtime behavior is entirely in the provided script. The script will traverse directories, read file metadata and (for duplicate detection) read up to 64KB from files to compute MD5 slices. This is expected for a file-finder/dup tool but means it will read file contents you point it at (so avoid scanning sensitive system areas or running as root).
Install Mechanism
No install spec (instruction-only) and no network downloads; the only code is a local bash script. Nothing in the manifest attempts to fetch or execute remote artifacts.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. However SKILL.md lists runtime: python3 while the top-level metadata declares required binaries: none — in practice Python3 (and standard Unix tools) are needed for some commands. Also SKILL.md lists Apache-2.0 but the script header claims MIT license — license mismatch should be clarified.
Persistence & Privilege
The skill does not request persistent installation, special privileges, or always-enabled status. It does not modify other skills or system-wide configs according to the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install file-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /file-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug file-finder
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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, hacktobe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。

如何安装 File Finder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install file-finder」即可一键安装,无需额外配置。

File Finder 是免费的吗?

是的,File Finder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

File Finder 支持哪些平台?

File Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 File Finder?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论