file-manager

Reads, writes, creates, and lists files within a defined workspace.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Paparusi/jarvis --skill file-manager-paparusi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-manager
Source: https://github.com/Paparusi/jarvis/tree/main/workspace/skills/productivity/file-manager
Command: npx skills add https://github.com/Paparusi/jarvis --skill file-manager-paparusi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines file operations within your designated workspace, allowing you to easily read, write, create, and list files without complex command-line interactions.

Core Features & Use Cases

  • File Reading: Access and view the content of existing files.
  • File Writing/Creation: Create new files or write content to existing ones.
  • Directory Listing: Browse the contents of directories to see available files.
  • File Searching: Locate files based on their names or content.

Quick Start

Use the file manager skill to list all files in the 'data/' directory.

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 reading and writing within a workspace directory?

Yes, you can create new files or overwrite existing ones in a workspace directory programmatically. The system includes safety checks designed to prevent overwriting critical files during the writing process.

What is the best way to list directory contents and search for specific files in a project?

File access is restricted to designated directories within the defined workspace. These access restrictions ensure operations remain contained to safe boundaries, preventing unintended modifications outside the workspace.

Can I read file content and write new data to existing files programmatically?

Yes, you can access and view the content of existing files, and write new data to them. This supports scenarios requiring programmatic file access for content generation and data processing tasks.

Are there limitations on overwriting critical files when managing workspace directories?

A key limitation is that overwriting critical files is actively blocked by built-in safety checks. When managing workspace directories, the system enforces strict access restrictions to protect essential data from accidental overwrites.