list-dir
星标12
分支0
更新时间2026年4月3日 18:13
Find files matching a pattern in a directory
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Find files matching a pattern in a directory
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | list-dir |
| description | Find files matching a pattern in a directory |
| context | same |
| args | [{"name":"pattern","description":"Glob pattern to match (e.g., \"*.py\", \"*.txt\")","required":false},{"name":"path","description":"Directory to search in","required":false},{"name":"recursive","description":"Search recursively","required":false}] |
| tags | ["directory","list","glob"] |
| category | system |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["Glob"] |
| safety | {"risk-level":"low"} |
Find files matching a pattern using the Glob tool.
Glob pattern="*"
Glob pattern="*.py"
Glob pattern="*.py" path="src"
Glob pattern="**/*.py" path="src"
Glob pattern="*" path="." recursive=true include_dirs=true
~ for home directory paths** for recursive matchinginclude_dirs=true to include directories in results