FileManager

Manage files and directories with audit logging and security boundaries.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bharthraj1412/myai --skill filemanager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: FileManager
Source: https://github.com/bharthraj1412/myai/tree/main/skills/FileManager
Command: npx skills add https://github.com/bharthraj1412/myai --skill filemanager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing files and directories can be error-prone and time-consuming; FileManager provides structured, auditable operations to read, write, rename, move, delete, and organize the local filesystem.

Core Features & Use Cases

  • Read, write, copy, move, delete, and search files and folders with protection against accidental data loss.
  • Enforces security boundaries by respecting protected directories and logging all write actions for auditability.
  • Use Case: Quickly reorganize project directories, archive outdated assets, or retrieve file contents for review without leaving the workflow.

Quick Start

Read the contents of the file named notes.txt in the Documents directory.

Frequently Asked Questions about FileManager

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

FAQPage Schema
How do I safely automate file system operations like moving and renaming local directories?

File system audit logging tracks all write operations by recording every action that modifies, moves, or deletes files. This creates an auditable trail of directory changes, ensuring accountability and safe recovery during file management workflows.

What is the best way to search and reorganize project directories without accidental data loss?

The best way to reorganize project directories is using deterministic workflows that apply security boundaries and protected directory rules. This enables safe searching, reading, and writing while preventing accidental data loss during asset reorganization.

Can I read file contents and write to local filesystems using a structured, auditable workflow?

Yes, you can read file contents and write to local filesystems using structured, auditable workflows. These operations respect enforced security boundaries and log all write actions, ensuring safe and reviewable file management tasks.

Does this file management approach work for archiving outdated assets and retrieving file contents?

This file management approach works for archiving outdated assets and retrieving file contents by providing structured operations to read, write, copy, move, and delete. It applies protection rules to prevent accidental data loss during archival.

What are the limitations when deleting files and folders across the local filesystem?

Limitations when deleting files and folders include enforced security boundaries that respect protected directories, preventing removal of critical paths. All delete operations are logged for auditability, restricting uncontrolled filesystem modifications.