filesystem

List, search, and batch-process files with pattern matching in Node.js.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill filesystem-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/clawdbot-filesystem
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill filesystem-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines complex file and directory management tasks, making it easier to organize, search, and manipulate files efficiently.

Core Features & Use Cases

  • Smart File Listing: Filter, sort, and display files with detailed information.
  • Powerful Search: Find files by name patterns or content, with regex support.
  • Batch Operations: Safely copy, move, or delete files based on patterns.
  • Directory Analysis: Visualize directory structures and analyze space usage.
  • Use Case: Automatically find and back up all .log files modified in the last 24 hours from a specific directory, then analyze their sizes to identify the largest ones.

Quick Start

Use the filesystem skill to list all JavaScript files in the current directory recursively.

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I search for files by content and name patterns across directories?

To search files by content and name patterns, use recursive traversal with regex support to find matches across directories. This allows filtering file names and scanning content simultaneously to locate specific data efficiently.

What is the best way to batch copy, move, or delete files based on patterns?

Batch file operations like copying, moving, or deleting are handled safely using pattern matching. You define specific file name patterns, and the system applies the batch operation recursively to all matching files within the target directories.

Does this filesystem tool require a Node.js environment to run?

Yes, executing these advanced filesystem operations requires a Node.js environment. The skill relies on Node.js to perform directory analysis, pattern matching, and recursive traversal for automated file management tasks.

How do I analyze directory space usage and visualize structures?

Directory analysis and space usage visualization are performed by scanning target paths recursively. The tool calculates detailed statistics for files and folders, providing a clear breakdown of storage consumption across the directory structure.

Can I filter and sort files based on modification time and size?

Smart file listing supports filtering and sorting files by detailed attributes including size and modification time. You can automatically find files like logs modified within specific timeframes and analyze their sizes to identify the largest ones.