file-manager

Restrict file read and write operations to a specified workspace directory.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edictum-ai/edictum --skill file-manager-edictum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-manager
Source: https://github.com/edictum-ai/edictum/tree/main/tests/fixtures/skills/governed-skill
Command: npx skills add https://github.com/edictum-ai/edictum --skill file-manager-edictum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The file-manager skill addresses the challenge of managing files within a designated workspace, simplifying file operations and enforcing restrictions on where files can be read from or written to.

Core Features & Use Cases

  • Workspace File Management: Restricts file operations to a specified workspace directory.
  • Sandboxing: Prevents unauthorized file access by blocking file operations outside the workspace.
  • Use Case: If you need to ensure that a process can only read or write files within a secure, controlled directory, the file-manager skill is essential.

Quick Start

Execute file operations within the /workspace/ directory using the file-manager skill.

Frequently Asked Questions about file-manager

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

FAQPage Schema
How do I restrict file operations to a specific workspace directory?

Workspace directory restrictions confine file operations by creating a secure boundary that blocks unauthorized read and write actions outside the specified workspace, preventing external file access.

What is sandboxing for file management in a controlled environment?

Sandboxing for file management prevents unauthorized operations by enforcing a secure boundary, ensuring all file reads and writes occur strictly within a designated workspace directory.

How do I prevent unauthorized file access during administrative tasks?

Preventing unauthorized file access requires enforcing directory restrictions that block external operations, ensuring sensitive data remains secured within a controlled workspace boundary.

Can I secure sensitive data by blocking external file reads and writes?

Securing sensitive data is achieved by blocking external file reads and writes, restricting all file operations to a controlled workspace directory to prevent unauthorized access.

When do I need to enforce directory restrictions for file operations?

Directory restrictions are needed when securing sensitive data in controlled environments, ensuring processes only execute file operations within a specified workspace directory to prevent unauthorized access.

What are the limitations of workspace file management for sandboxing?

Workspace file management limitations include restricting all operations to a single specified directory, preventing any external file access or operations outside the established secure boundary.