list-dir
النجوم١٢
التفرعات٠
آخر تحديث٣ أبريل ٢٠٢٦ في ١٨:١٣
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 المهني
| 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 resultsSearch 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