在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用desktop
星标2
分支1
更新时间2026年3月2日 16:41
Window management, file operations, and clipboard
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Window management, file operations, and clipboard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Local media player control via Windows media keys
Notion API for creating and managing pages and databases
Spotify Web Player control via Playwright
OS-level control — apps, volume, brightness, screenshots
General browser control and URL navigation
WhatsApp Web messaging via Playwright
基于 SOC 职业分类
| name | desktop |
| description | Window management, file operations, and clipboard |
| triggers | ["window","file","folder","clipboard","copy","paste","minimize","maximize","snap","open file","delete","create"] |
Manages windows, files, and clipboard.
allowlist.jsonwindow_focus(title_contains) — focus window by titlewindow_minimize(title_contains) — minimize windowwindow_maximize(title_contains) — maximize windowwindow_snap(title_contains, position) — snap: "left", "right", "top-left", "top-right", "bottom-left", "bottom-right"file_open(path) — open file/folder with default appfile_read(path) — read file content or list directoryfile_write(path, content) — write content to filefile_create(path, is_dir) — create file or folder (is_dir=true for folder)file_delete(path) — delete file (user will be asked to confirm)file_search(query, search_in) — search by filenameclipboard_read() — get clipboard textclipboard_write(text) — set clipboard textclipboard_get_history() — last 10 items