browser-switch-tab

Solid

Switch to a specific browser tab by index. When you need to work with a different tab or return to previous page. Use browser_list_tabs to get tab indices.

AI & Automation 1,808 stars 257 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
20
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Browser Switch Tab 切换到指定的标签页。 ## Parameters | 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | index | number | 是 | 标签页索引(从 0 开始) | ## Workflow 1. 先用 `browser_list_tabs` 获取所有标签页 2. 使用返回的索引切换 ## Related Skills - `browser-list-tabs`: 获取标签页列表 - `browser-new-tab`: 新建标签页 ## 推荐 对于多步骤的浏览器任务,建议优先使用 `browser_task` 工具。它可以自动规划和执行复杂的浏览器操作,无需手动逐步调用各个工具。 示例: ```python browser_task(task="打开百度搜索福建福州并截图") ```

Details

Author
openakita
Repository
openakita/openakita
Created
4 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Similar Skills

Semantically similar based on skill content — not just same category