← 返回 Skills 市场
bytesagain3

Finder

作者 bytesagain3 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
432
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install finder
功能描述
Find files by name, size, date, and type with deduplication. Use when searching filesystems.
使用说明 (SKILL.md)

finder

Find files by name, size, date, and type with deduplication. Use when searching filesystems.

Commands

name

scripts/script.sh name \x3Cpattern dir>

size

scripts/script.sh size \x3Cmin dir>

recent

scripts/script.sh recent \x3Cdir days>

type

scripts/script.sh type \x3Cext dir>

empty

scripts/script.sh empty \x3Cdir>

large

scripts/script.sh large \x3Cdir count>

Data Storage

Data stored in ~/.local/share/finder/.


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

安全使用建议
This skill appears coherent and local-only: it runs a bundled shell script that uses find/sort/head to list files and does not call external services or request secrets. Before installing, review whether you or your agent will pass untrusted input to the script—because several arguments are unquoted, crafted inputs with spaces or shell metacharacters could behave unexpectedly. If you plan to use it in automation, either ensure arguments are sanitized/quoted or patch the script to properly quote variables (e.g., use "${var}" in find invocations). Also note the script creates ~/.local/share/finder but currently doesn't persist other data; that is harmless but worth being aware of.
功能分析
Type: OpenClaw Skill Name: finder Version: 3.0.0 The script 'scripts/script.sh' contains multiple shell injection vulnerabilities because user-provided arguments are passed unquoted to shell commands like 'find' and 'head' (e.g., in cmd_name, cmd_size, and cmd_large). This allows for arbitrary command execution if the input contains shell metacharacters. While the tool's functionality aligns with its description as a file finder, the lack of input sanitization and the presence of unusual padding (large blocks of empty comments) in the script make it high-risk, though there is no explicit evidence of intentional malice or data exfiltration.
能力评估
Purpose & Capability
Name/description align with the included assets: SKILL.md documents commands that call scripts/script.sh, and that script implements searching by name, size, date, type, emptiness, and largest files. No unrelated credentials, binaries, or downloads are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled shell script; the script only invokes local find/sort/head utilities and writes no data externally. Minor concern: the script creates ~/.local/share/finder/ and claims data is stored there, but the script does not actually write persistent data beyond creating the directory. Also some command arguments in the script are unquoted (e.g., find ${3:-.} -name $2), which can lead to unexpected word-splitting or glob expansion if arguments contain whitespace or shell metacharacters—sanitizing or quoting user-provided arguments would be safer.
Install Mechanism
No install specification or external downloads; instruction-only with a single shell script included in the package. Low risk from install mechanism.
Credentials
The skill requests no environment variables, credentials, or config paths. It reads $HOME to create a per-user data directory, which is proportionate to the declared Data Storage location.
Persistence & Privilege
always:false and no modifications to other skills or system-wide settings. The script creates a per-user directory (~/.local/share/finder) but does not modify other agent configs or request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: rewrite
v1.0.4
old template -> domain-specific v2.0.0
v1.0.3
old template -> domain-specific v2.0.0
v1.0.2
Quality upgrade
v1.0.1
De-template, unique content, script cleanup
v1.0.0
Initial release
元数据
Slug finder
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Finder 是什么?

Find files by name, size, date, and type with deduplication. Use when searching filesystems. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 432 次。

如何安装 Finder?

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

Finder 是免费的吗?

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

Finder 支持哪些平台?

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

谁开发了 Finder?

由 bytesagain3(@bytesagain3)开发并维护,当前版本 v3.0.0。

💬 留言讨论