file-manager

List, read, write, move, copy, and delete files and directories.

113|21|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/bolivian-peru/os-moda --skill file-manager-bolivian-peru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-manager
Source: https://github.com/bolivian-peru/os-moda/tree/main/skills/file-manager
Command: npx skills add https://github.com/bolivian-peru/os-moda --skill file-manager-bolivian-peru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive control over the filesystem, enabling users to manage files and directories efficiently without needing direct command-line access.

Core Features & Use Cases

  • File Operations: List, read, write, move, copy, and delete files and directories.
  • Content Search: Search file contents using powerful tools like ripgrep.
  • Permissions Management: Modify file and directory permissions.
  • Use Case: Quickly find all configuration files modified in the last 24 hours, read their contents, and make a specific change to one of them.

Quick Start

List the contents of the '/var/log' directory with details.

Frequently Asked Questions about file-manager

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

FAQPage Schema
How do I manage file operations like moving and copying directories without direct command-line access?

You can manage filesystem operations by listing, reading, writing, moving, copying, and deleting files and directories through shell execution without direct command-line access.

How do I search file contents across a directory for specific text matches?

You search file contents across a directory using ripgrep, which scans files to find specific text matches and retrieve targeted information from the filesystem.

Can I modify file and directory permissions for specific users?

Yes, you can modify file and directory permissions to control access levels for specific users as part of the supported filesystem management operations.

Does the file management process require explicit confirmation before deleting files?

Yes, the file management process ensures safe operations by requiring explicit confirmations for destructive actions like deleting files and applying special handling to system files.

What is the best way to find recently modified configuration files and read their contents?

The best way to find recently modified configuration files is to list directory contents with details, filter by modification time, and read their contents directly through filesystem queries.

How does filesystem management handle special system and user files?

Filesystem management applies special handling for system and user files to prevent accidental modification, ensuring safe operations during content search, reading, and writing tasks.