TopRank Skills

Home / Claw Skills / Document / Findfilepath
Official OpenClaw rules 54%

Findfilepath

Find Local File

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Findfilepath 技能。 若已安装,则直接安装 Findfilepath 技能。

Overview

Skill Key
fidods/findfilepath
Author
fidods
Source Repo
openclaw/skills
Version
-
Source Path
skills/fidods/findfilepath
Latest Commit SHA
f989e3b4bff726348d897b90572297faa770b9a5

Extracted Content

SKILL.md excerpt

```
---
name: find-local-file
description: Helps users locate local files on a PC by providing a file name
---
```

# Find Local File

This skill helps users find local files on a PC with openclaw installed
by searching for a file using its name.

## When to Use This Skill

Use this skill when the user:
- Asks to find a file on their computer
- Provides a file name and wants to know where it is stored
- Is unsure whether a file exists locally
- Wants to locate a document without opening it

## Supported Platforms

- Windows
- macOS
- Linux

## Input Requirements

The user needs to provide:
- A file name (e.g. `report.pdf`, `notes.txt`, `config.json`)

Optional:
- Partial file name
- File extension

## How to Help Users

### Step 1: Confirm the File Name
- Extract the file name from the user input
- Ask for clarification if the name is ambiguous

### Step 2: Search the Local File System
- Search common directories:
  - Home directory
  - Desktop
  - Documents
  - Downloads
- Optionally expand to the entire disk if needed

### Step 3: Present Results
- Show a list of matching files
- Display full file paths
- Indicate if multiple matches are found

Example output:

Found 2 files:

C:\Users\Alice\Documents\report.pdf

C:\Users\Alice\Downloads\report.pdf

### Step 4: Ask for Next Action
- Open the file
- Narrow the search
- Search by file type

## When No Files Are Found

- Inform the user that no matching files were found
- Suggest checking spelling or file extension
- Offer to search broader locations or by partial name

## Safety & Scope

- This skill only reads file metadata (name and path)
- It does not modify or delete files
- It does not upload or share files

Related Claw Skills