file_search

Search local files and directories by name or content.

32|9|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/DotNetAge/mindx --skill file-search-dotnetage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file_search
Source: https://github.com/DotNetAge/mindx/tree/main/skills/file_search
Command: npx skills add https://github.com/DotNetAge/mindx --skill file-search-dotnetage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

文件系统中快速定位文件和目录,按名称或内容进行搜索,替代手工漫无目的查找,提升工作效率。

Core Features & Use Cases

  • 按文件名搜索:快速定位包含指定关键字的文件和目录。
  • 按内容搜索:在文件内容中查找匹配的文本。
  • 双模搜索与去重:同时按名称和内容搜索并去除重复结果,便于汇总分析。
  • Use Case: 在大型项目中快速定位配置文件、脚本模块或文档,减少手动遍历时间。

Quick Start

Use the file_search CLI to search for a keyword in a starting path.

Frequently Asked Questions about file_search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find files by content across a large project tree?

To find files by content across a large project tree, this Skill searches local filesystem directories for matching text and returns structured results, helping you locate code or config files quickly.

How do I search for files by name on my local filesystem?

You search for files by name on your local filesystem by using this Skill to quickly locate files and directories containing specified keywords, returning structured results without manual traversal.

Can I search by both file name and content at the same time?

Yes, you can search by both file name and content simultaneously; the dual-mode search locates matches and removes duplicate results, making it easier to consolidate and analyze findings.

Does this file search tool require any external dependencies?

No external dependencies are required; this file search tool relies on standard utilities and a built-in CLI script to validate inputs and search the local filesystem effectively.

What is the best way to locate config files in large codebases?

The best way to locate config files in large codebases is using this Skill to search local filesystem paths by name or content, validating inputs to return targeted structured results efficiently.

Are there limitations when searching local directories for specific code?

A key limitation is that searching local directories for specific code is restricted to the local filesystem, meaning it cannot query remote repositories or network drives outside the specified path.