filesystem

Save, list, rename, and delete text files in local subdirectories.

9|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/flaz78/9Lives --skill filesystem-flaz78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/flaz78/9Lives/tree/main/workspace/skills/filesystem
Command: npx skills add https://github.com/flaz78/9Lives --skill filesystem-flaz78

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you manage local files safely by letting your agent save, retrieve, and organize text-based content without manual steps.

Core Features & Use Cases

  • Save files to a chosen subfolder: Store generated reports, logs, or outputs in a controlled directory structure.
  • List stored items: Discover what files and folders already exist in a target subfolder to support later workflows.
  • Rename or move files: Update filenames or reorganize outputs after generation.
  • Delete files: Remove obsolete files from a specific subfolder when cleanup is needed.

Use case: A morning briefing agent generates a daily report and saves it to output/ for future reference, then later renames it with the current date and cleans up old versions.

Quick Start

Ask the AI to save your daily briefing text into output as morning-briefing.txt.

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I automate saving agent generated reports to a local filesystem?

To automate saving agent generated reports to a local filesystem, specify a target subDir and fileName parameter. The tool stores text-based content in a controlled directory structure without manual steps.

What is the best way to list and reorganize text files in agent workflows?

Listing and reorganizing text files in agent workflows is handled by retrieving stored items in a target subfolder. You can then rename or move files to update filenames and reorganize outputs after generation.

Can I use this file management approach to delete old logs from a specific subfolder?

Yes, you can use this file management approach to delete old logs from a specific subfolder. It removes obsolete files from a designated subDir parameter when cleanup is needed in your workflow.

Does this local file storage method require external dependencies for logging outputs?

No, this local file storage method requires no external dependencies for logging outputs. It performs deterministic filesystem actions safely within its own storage scope using just subDir and fileName parameters.

When do I need to specify a subDir and fileName for file storage automation?

You need to specify a subDir and fileName for file storage automation during every save, rename, or delete operation. This ensures deterministic filesystem actions are performed correctly within the storage scope.

Why are my text files not saving correctly to the output directory?

Text files might not save correctly to the output directory if the required subDir and fileName parameters are missing. Each operation requires these parameters to perform deterministic filesystem actions within the storage scope.