filesystem

Lists, searches, and batch-processes files and directories using globs and regexes in Node.js with dry-run safety modes.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/darblex/price-compare-israel --skill filesystem-darblex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/darblex/price-compare-israel/tree/main/workspace/skills/clawdbot-filesystem
Command: npx skills add https://github.com/darblex/price-compare-israel --skill filesystem-darblex

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, automating operations that are time-consuming and error-prone when done manually.

Core Features & Use Cases

  • Smart File Listing: Filter, sort, and display files with rich formatting.
  • Powerful Search: Find files by name patterns or content, with context.
  • Batch Operations: Safely copy, move, or delete files in bulk.
  • Directory Analysis: Visualize and analyze disk space usage and file structures.
  • Use Case: Automatically find and back up all .log files modified in the last 24 hours from a large directory, excluding temporary files.

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 batch process files using glob patterns and regex?

Batch process files by applying glob patterns and regex to filter targets for bulk copy, move, or delete operations. The filesystem skill executes these batch operations recursively while providing dry-run modes and path validation to ensure safety.

Can I search for specific content within files recursively?

Search for specific content within files recursively using the filesystem skill's content search functionality. It locates matching text across directories and provides context around the findings to help identify relevant files quickly.

Do I need Node.js to run filesystem automation scripts?

Node.js is required to execute the filesystem automation scripts. The skill depends on the Node.js runtime to perform advanced operations like directory analysis, content searching, and batch processing.

What's the best way to analyze directory structure and disk space usage?

Analyze directory structure and disk space usage by triggering the filesystem skill's directory analysis feature. It visualizes file structures and calculates space consumption to help identify large directories and manage storage.

How do I safely move or delete files in bulk without errors?

Safely move or delete files in bulk by enabling the dry-run mode to preview changes before execution. The filesystem skill includes path validation to prevent accidental modifications and ensure error-free batch operations.

Does this filesystem tool support filtering files by modification time?

Filtering files by modification time is supported through the filesystem skill's smart listing capabilities. You can automatically find and process files modified within specific timeframes, such as the last 24 hours, while excluding temporary files.