一键导入
browser
Browser operation skill for Chrome, Firefox, Safari, Edge. Activate when browsing the web or performing web-related tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Browser operation skill for Chrome, Firefox, Safari, Edge. Activate when browsing the web or performing web-related tasks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
This skill is used when testing Jarvis on Linux virtual machine, syncing code to Linux VM, running evaluation loops, or discussing Linux platform adaptation.
使用 OSWorld 框架评估 Jarvis 在 Linux 虚拟机上的任务执行效果,包括自动快照管理、任务执行和结果评估。
This skill should be used when the user asks to "evaluate Jarvis", "run VM test", "auto eval", "test in VM", or discusses testing Jarvis tasks in a macOS virtual machine, syncing code to VM, or running evaluation loops.
Microsoft PowerPoint macOS 操作技能,包含创建演示文稿、插入形状、编辑幻灯片等操作指导。当需要操作 PowerPoint 应用时使用。仅支持 macOS 版本。
微信桌面版操作技能,包含聊天、搜索联系人、发送消息、查看朋友圈等操作指导。当需要操作微信应用时使用。
搜索任务技能,适用于各类搜索场景(网页搜索、应用内搜索、文件搜索等)。当任务涉及搜索、查找、查询操作时激活。
| name | browser |
| description | Browser operation skill for Chrome, Firefox, Safari, Edge. Activate when browsing the web or performing web-related tasks. |
You can only see what's visible on screen. Web pages are long - you MUST scroll or page to see more.
Search results only show brief summaries - you MUST click into each result to read full details!
Best workflow for multiple results - open all at once:
# Step 1: Get overview from search results
1. scroll to see search results
2. identify target results (e.g., top 3)
# Step 2: Open ALL result pages at ONCE with middle_click
3. middle_click: first result link
4. middle_click: second result link
5. middle_click: third result link
6. wait: 1000
# Step 3: Process each tab one by one
7. click: first tab - switch to first result page
8. wait: 500
# Step 4: Read page with keyboard shortcuts (FASTER than scroll)
9. hotkey: "pagedown" - flip to next "page" of content
10. hotkey: "pagedown" - flip again
11. take_screenshot(name: "result1_part1")
12. write_file: save what you read
13. hotkey: "ctrl w" - close tab
14. click: second tab
15. repeat steps 9-13 for second result
16. close tab
17. click: third tab
18. repeat steps 9-13 for third result
19. close tab
Why keyboard shortcuts (Page Up/Down)?
The scrollbar on the right edge is your guide for how much content remains:
How much to read - make a smart decision based on the task:
| Task Type | How to Read |
|---|---|
| Quick overview | Scrollbar at top ~20% is enough |
| Get details | Scrollbar at 80%-95% |
| Full information | Scrollbar near bottom (95%+) or press End to jump to bottom |
Reading workflow with scrollbar awareness:
# After opening a page:
1. take_screenshot() # Note scrollbar position
2. If scrollbar is LOW (near bottom) -> you're done
3. If scrollbar is HIGH (near top) or MIDDLE -> continue reading:
- hotkey("pagedown") # flip to next screen
- take_screenshot() # check scrollbar again
- repeat until scrollbar is near bottom OR you've seen enough
Key insight: The scrollbar position tells you how much more content exists. Don't guess - look at it!
The right way:
Why middle_click?
| Shortcut | Action |
|---|---|
| Page Down | Next screen of content |
| Page Up | Previous screen of content |
| Home | Go to top of page |
| End | Go to bottom of page |
| Arrow Up/Down | Scroll line by line |
Many pages have elements that block content:
escapeescape or find close buttonAlways check screenshot after loading a page. If blocked, handle first.