Back to list
erezgit

browser-control

by erezgit

0🍴 0📅 Jan 12, 2026

SKILL.md


name: browser-control description: Navigate browser tabs, open URLs, control Chrome. Use when user says "open", "show me", "navigate to", "go to", or mentions viewing pages, tickets, or dashboards in the browser. allowed-tools: Bash

Browser Control

Control the browser without opening new tabs. Navigate within the current tab.

Use AppleScript to update the current Chrome tab:

osascript -e 'tell application "Google Chrome" to set URL of active tab of front window to "URL_HERE"'

Common URLs

RequestURL
Tickets dashboardhttp://localhost:3200
Specific tickethttp://localhost:3200/tickets/{id}
Priority viewhttp://localhost:3200 (then click Priority List)

Examples

User says: "Open ticket 193"

osascript -e 'tell application "Google Chrome" to set URL of active tab of front window to "http://localhost:3200/tickets/193"'

User says: "Show me the dashboard"

osascript -e 'tell application "Google Chrome" to set URL of active tab of front window to "http://localhost:3200"'

Notes

  • Always use same-tab navigation (AppleScript) instead of open command
  • open creates new tabs; AppleScript updates existing tab
  • Works with Google Chrome on macOS

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon