원클릭으로
os-manipulation
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
File-based planning system.
Coding assistant capabilities including file investigation, reading, searching, editing, and command execution.
Agent delegation and orchestration capabilities to split tasks and run them in parallel.
Git version control operations for repositories.
Office document reading capabilities using the markitdown library.
System administration tools for local OS info and remote SSH connection management.
| name | os_manipulation |
| description | Operating System file manipulation capabilities (list, bulk create, bulk move, regex move). |
| allowed-tools | ["list_directory","create_directories","move_files","move_files_by_regex"] |
This skill allows the agent to interact with the file system.
List contents of a directory.
path: Absolute path to the directory.Create multiple directories at once.
paths: List of absolute paths to create.Move multiple files to a specific destination directory.
sources: List of source file paths to move.destination: Destination directory path.Move files matching a regex pattern from source directory to destination.
source_dir: Directory to search files in.destination: Destination directory.pattern: Python regex pattern to match filenames.