← 返回 Skills 市场
fidods

findFilePath

作者 Fidods · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
461
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install findfilepath
功能描述
Helps locate local files by searching common directories for a specified file name or partial name on Windows, macOS, and Linux.
使用说明 (SKILL.md)
---\r
name: find-local-file\r
description: Helps users locate local files on a PC by providing a file name\r
---\r
```\r
\r
# Find Local File\r
\r
This skill helps users find local files on a PC with openclaw installed\r
by searching for a file using its name.\r
\r
## When to Use This Skill\r
\r
Use this skill when the user:\r
- Asks to find a file on their computer\r
- Provides a file name and wants to know where it is stored\r
- Is unsure whether a file exists locally\r
- Wants to locate a document without opening it\r
\r
## Supported Platforms\r
\r
- Windows\r
- macOS\r
- Linux\r
\r
## Input Requirements\r
\r
The user needs to provide:\r
- A file name (e.g. `report.pdf`, `notes.txt`, `config.json`)\r
\r
Optional:\r
- Partial file name\r
- File extension\r
\r
## How to Help Users\r
\r
### Step 1: Confirm the File Name\r
- Extract the file name from the user input\r
- Ask for clarification if the name is ambiguous\r
\r
### Step 2: Search the Local File System\r
- Search common directories:\r
  - Home directory\r
  - Desktop\r
  - Documents\r
  - Downloads\r
- Optionally expand to the entire disk if needed\r
\r
### Step 3: Present Results\r
- Show a list of matching files\r
- Display full file paths\r
- Indicate if multiple matches are found\r
\r
Example output:\r
\r
Found 2 files:\r
\r
C:\Users\Alice\Documents\report.pdf\r
\r
C:\Users\Alice\Downloads\report.pdf\r
\r
### Step 4: Ask for Next Action\r
- Open the file\r
- Narrow the search\r
- Search by file type\r
\r
## When No Files Are Found\r
\r
- Inform the user that no matching files were found\r
- Suggest checking spelling or file extension\r
- Offer to search broader locations or by partial name\r
\r
## Safety & Scope\r
\r
- This skill only reads file metadata (name and path)\r
- It does not modify or delete files\r
- It does not upload or share files
安全使用建议
This skill appears to do what it says (search local folders for file names) and doesn't request credentials or installs. However: (1) a full-disk search can reveal sensitive file paths — consider restricting searches to specific directories (Home, Documents) rather than allowing entire-disk scans; (2) the SKILL.md's statement that it 'does not upload or share files' is not technically enforced by the skill metadata — confirm how the agent will handle and where it will display or transmit results before use; (3) the skill source is unknown — if you need higher assurance, ask the publisher for the exact commands/APIs the skill uses or request the SKILL.md be expanded to list platform-specific search methods, or run it in a sandboxed environment first; and (4) if you are worried about autonomous runs, disable autonomous invocation for this skill or limit its permissions in your agent configuration.
功能分析
Type: OpenClaw Skill Name: findfilepath Version: 1.0.0 The skill's `SKILL.md` explicitly states benign intent, claiming it 'only reads file metadata' and 'does not modify or delete files'. However, it instructs the AI agent to offer 'Open the file' as a next action. This capability, if implemented without robust sandboxing, user confirmation, or content analysis by the OpenClaw agent, poses a significant vulnerability risk, potentially leading to arbitrary code execution (RCE) or other harmful actions if a malicious file is located and opened. The instruction to 'expand to the entire disk' also grants broad file system access, increasing the potential impact of such a vulnerability.
能力评估
Purpose & Capability
Name and description (find local files) match the contents of SKILL.md. The skill requests no binaries, no environment variables, and no install — all proportionate for a read-only file-search helper.
Instruction Scope
SKILL.md instructs the agent to search common directories (Home, Desktop, Documents, Downloads) and optionally the entire disk. The instructions are high-level and do not specify which OS commands or APIs will be used. That makes the scope coherent but ambiguous: a full-disk search can read paths to sensitive files, and the skill's claim that it 'does not upload or share files' is a policy statement in prose, not an enforceable constraint.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk (nothing written to disk by an installer).
Credentials
No environment variables, credentials, or config paths are required — appropriate for a local file-search utility.
Persistence & Privilege
always:false and no special privileges requested. The skill may be invoked autonomously by the agent (platform default), which is normal; if you are concerned about privacy, control autonomous invocation in the agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install findfilepath
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /findfilepath 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
1
元数据
Slug findfilepath
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

findFilePath 是什么?

Helps locate local files by searching common directories for a specified file name or partial name on Windows, macOS, and Linux. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 461 次。

如何安装 findFilePath?

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

findFilePath 是免费的吗?

是的,findFilePath 完全免费(开源免费),可自由下载、安装和使用。

findFilePath 支持哪些平台?

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

谁开发了 findFilePath?

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

💬 留言讨论