Tag: file-system

Type: All Skills Tools
skill ★ 10,803

Mandatory permission for file deletion operations

This skill acts as a mandatory guardrail, intercepting all file deletion attempts (e.g., rm, fs.rm). It enforces explicit user permission via a dedicated request before any file system modification can proceed.

accomplish-ai/accomplish file-system deletion permission guardrail
tool ★ 1,010

Manage and Sync Local Agent Skills

This tool standardises, validates, and synchronises locally maintained skills into various agent directories. It manages the entire lifecycle, including converting non-standard sources into the required SKILL.md format and handling symlink-…

TencentCloudBase/CloudBase-MCP skill-management local-sync agent-deployment file-system
skill ★ 40,224

Gather basic system and file information

This skill enables the agent to execute predefined Python scripts to gather operational details, including basic system information (OS, Python version) and listing the contents of specified directories.

agno-agi/agno system-info scripting os-interaction file-system
skill ★ 1,072

File-based planning for complex agentic tasks

This skill implements a structured, file-based planning methodology, treating the filesystem as persistent working memory. It manages complex, multi-step tasks by maintaining state, findings, and progress across dedicated markdown files.

Onelevenvy/flock planning file-system state-management agentic
skill

Mandatory permission check for file deletion

This skill intercepts all file deletion operations, including using commands like rm or fs.rm, ensuring explicit user consent is obtained before any files are removed from the disk. It enforces a strict workflow requiring a permission check…

accomplish-ai/openwork file-system security permission-guardrail deletion