filesystem

Read, write, and search files within configured directories.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill filesystem-jieni777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: filesystem
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/filesystem
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill filesystem-jieni777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

提供安全高效的系统文件操作能力,简化读取、写入、搜索与重构项目中的文件管理工作。

Core Features & Use Cases

  • 安全地读取和写入文件,支持单文件和批量处理
  • 批量修改、重构代码库中的文件
  • 在项目中搜索文本、代码和模式,支持快速定位
  • 列出目录、创建目录、删除文件等基础文件管理

Quick Start

直接请求针对某个文件执行读取、写入或搜索操作以立即查看结果。

Frequently Asked Questions about filesystem

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

FAQPage Schema
How do I batch edit files across a project directory safely?

Batch edit files safely by using write_file and read_multiple_files actions that respect access controls and frontmatter requirements, enabling auditable batch modifications and project refactoring within configured directories.

What's the best way to search for text patterns across multiple files in a local project?

Search for text patterns across local project files using the search_files, glob, and grep actions, which support fast pattern matching and text location within configured directory boundaries.

Can I read and write files in bulk without risking unintended changes to my codebase?

Read and write files in bulk safely through auditable operations that enforce access controls and frontmatter requirements, ensuring changes remain confined to configured directories and are fully traceable.

Does filesystem support creating directories and listing directory contents for file management?

Filesystem supports directory management through create_directory and list_directory actions, providing foundational file management capabilities alongside read, write, and search operations within the local filesystem.

Why do my file operations fail when trying to access paths outside configured directories?

File operations fail outside configured directories because the system enforces strict access controls, ensuring all read, write, and search actions remain safe and auditable within approved boundaries.