원클릭으로
file-manager
Quản lý file và folder trên máy tính
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Quản lý file và folder trên máy tính
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
Manage OAuth credentials & tokens for Google, Facebook, TikTok
Manage Google Calendar — create, list, update, delete events with recurring & reminders
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Complete guide for AI agents to understand, install, and operate TubeCLI
| name | File Manager |
| description | Quản lý file và folder trên máy tính |
Extension này cho phép AI tạo, xóa, di chuyển, sao chép và liệt kê file/folder trực tiếp trên máy tính của người dùng.
{"action": "file_action", "operation": "create_folder", "path": "~/Desktop/my_folder"}
{"action": "file_action", "operation": "create_file", "path": "~/Desktop/note.txt", "content": "Nội dung file"}
{"action": "file_action", "operation": "list", "path": "~/Desktop"}
{"action": "file_action", "operation": "delete", "path": "~/Desktop/my_folder"}
{"action": "file_action", "operation": "move", "path": "~/Desktop/old_name.txt", "destination": "~/Desktop/new_name.txt"}
{"action": "file_action", "operation": "copy", "path": "~/Desktop/file.txt", "destination": "~/Documents/file_copy.txt"}
{"action": "file_action", "operation": "read", "path": "~/Desktop/note.txt"}
Chỉ cho phép thao tác trong:
~/Desktop — Màn hình chính~/Documents — Tài liệu~/Downloads — Tải vềdata/ — Thư mục dữ liệu TubeCLISử dụng node file_manager trong workflow builder:
command (lệnh dạng text), path, content, destinationresult (kết quả thao tác), status