file-operations

Read, write, and list files in sandboxed or host filesystems.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/zhangdahai112/LocalManus --skill file-operations-zhangdahai112
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-operations
Source: https://github.com/zhangdahai112/LocalManus/tree/main/localmanus-backend/skills/file-operations
Command: npx skills add https://github.com/zhangdahai112/LocalManus --skill file-operations-zhangdahai112

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of files and directories, allowing for efficient reading, writing, and listing operations within a specified environment.

Core Features & Use Cases

  • Read File Content: Access and retrieve the text content of any file.
  • Write to Files: Create or update files with new content.
  • List Directory Contents: View all files and subdirectories within a given path.
  • User-Scoped Operations: Manage files within a user's specific sandbox or upload directory.

Quick Start

Use the file-operations skill to read the content of the file located at '/app/data/report.txt'.

Frequently Asked Questions about file-operations

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

FAQPage Schema
How do I read and write file content within a sandboxed filesystem?

To read and write file content within a sandboxed filesystem, you can use this skill to access text-based files and create or update them with new content while maintaining user-specific isolation and privacy.

Can I list directory contents and manage files in a specific user sandbox?

Yes, you can list directory contents and manage files in a specific user sandbox, as the skill supports viewing all files and subdirectories within a given path for user-scoped operations.

What is the best way to handle binary file detection during file operations?

Handling binary file detection during file operations is managed automatically by the skill, which identifies binary formats while processing directory listings and reading text-based file content.

Does this file management skill support host filesystem operations or only isolated environments?

This file management skill supports both host filesystem operations and isolated sandboxed environments, allowing you to read, write, and list directories across different filesystem scopes.

How do I isolate user-specific file management operations in a shared directory?

You isolate user-specific file management operations in a shared directory by utilizing the skill's user-scoped sandbox features, ensuring file read, write, and listing actions remain private to the user.