open-website
スター12
フォーク0
更新日2026年7月2日 15:37
Open a URL in the default web browser
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
ファイルエクスプローラー
2 ファイルSKILL.md
readonlyメニュー
Open a URL in the default web browser
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search the web for up-to-date information using Tavily API
Press a combination of keys simultaneously (e.g., Ctrl+C, Alt+Tab)
Press a single key on the keyboard
Perform a mouse left-click at specified screen coordinates
Perform a mouse double-click at specified screen coordinates
Perform a mouse right-click at specified screen coordinates
| name | open-website |
| description | Open a URL in the default web browser |
| context | fork |
| args | [{"name":"url","description":"The URL to open in the browser","required":true}] |
| tags | ["web","browser","open"] |
| category | web |
| version | 1.0.0 |
| author | cognitrix |
| allowed-tools | ["bash"] |
| safety | {"risk-level":"low"} |
Open the specified URL in the default web browser.
python ${COGNITRIX_SKILL_DIR}/scripts/open.py "$(arg url)"