filesystem

Read, write, edit, list, and search files in local directories.

1.5k|180|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Memento-Teams/Memento-Skills --skill filesystem-memento-teams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/Memento-Teams/Memento-Skills/tree/main/builtin/skills/filesystem
Command: npx skills add https://github.com/Memento-Teams/Memento-Skills --skill filesystem-memento-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Direct filesystem operations without external dependencies to manage files quickly and safely.

Core Features & Use Cases

  • Read, write, edit, list, and search files across local directories.
  • Create parent directories automatically for write operations.
  • Use in automation tasks to prepare data files, modify configurations, or harvest information.

Quick Start

Create a new text file named "notes.txt" and write your first entry.

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I automate filesystem operations to read and write files without external dependencies?

Filesystem automation relies on built-in tooling to read, write, edit, list, and search files across local directories without requiring external dependencies. It supports relative and absolute paths for ad-hoc file maintenance and batch edits.

What is the best way to perform batch edits and search files across project directories?

The best way to batch edit and search files is using built-in filesystem operations that support relative and absolute paths. This approach automates common file maintenance tasks and retrieves content quickly within project directories.

How do I write files to a path where the parent directories do not exist yet?

To write files to non-existent parent directories, the filesystem operation automatically creates the necessary parent directories during the write process. This ensures safe file creation for automation tasks preparing data files or modifying configurations.

Can I use relative and absolute paths interchangeably for file search and edit operations?

Yes, filesystem operations support both relative and absolute paths for reading, editing, listing, and searching files. This allows flexible file management within project directories for quick content retrieval and ad-hoc maintenance.

Does filesystem automation work for harvesting information and modifying configurations?

Filesystem automation works for harvesting information and modifying configurations by reading, editing, listing, and searching files. It is suitable for quick content retrieval and ad-hoc file maintenance within local directories using built-in tooling.