一键导入
surfer
Chrome browser automation via AppleScript JavaScript execution. Use when you need to interact with web pages in Chrome without requiring Chrome MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Chrome browser automation via AppleScript JavaScript execution. Use when you need to interact with web pages in Chrome without requiring Chrome MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rank movie showtimes by the user's format preferences and find the best contiguous seats by their saved seat preferences. Use when the user wants to find movie tickets/seats (currently Regal/regmovies.com). Booking is human-in-the-loop — usher proposes seats and a deep link; the user logs in and pays.
Analyze academic papers using the Feynman Technique. Use when you need to create a clear, structured explanation of an academic paper.
Manage experimental spike projects in a centralized, searchable location. Use when you need to create, find, or navigate to spike/experiment directories.
Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects.
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code.
| name | surfer |
| description | Chrome browser automation via AppleScript JavaScript execution. Use when you need to interact with web pages in Chrome without requiring Chrome MCP. |
| allowed-tools | Bash(guppi-surfer:*) |
| version | 0.1.1 |
| author | Sam Dengler |
| license | MIT |
Automate Chrome browser interactions using macOS AppleScript's "Allow JavaScript from Apple Events" feature. A portable alternative to Chrome MCP that works anywhere you have Chrome on macOS.
Enable in Chrome: View > Developer > Allow JavaScript from Apple Events
guppi-surfer run <js>Execute JavaScript in the active Chrome tab.
guppi-surfer run "document.title"
guppi-surfer run "document.querySelector('h1').textContent"
guppi-surfer skill install # Register with guppi-cli
guppi-surfer skill show # Display SKILL.md contents