一键导入
front-tab-relay
Build or operate a macOS menu-bar relay that captures the front browser tab and formats it for prompts, notes, tickets, or chat handoffs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build or operate a macOS menu-bar relay that captures the front browser tab and formats it for prompts, notes, tickets, or chat handoffs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build a polished macOS battery utility that shows charge, power source, energy mode, significant energy users, and local drain trends from a menu bar surface.
Turn the current git branch into a crisp review-ready brief with local status, touched areas, changed files, recent commits, and the next PR action.
Create lightweight brand assets and launch metadata for a project. Use when Codex needs to give a repo, product, or skill a simple visual identity with a logo direction, banner ideas, social preview copy, and short positioning text.
Build or operate a macOS menu-bar Chrome tab control surface that lists overloaded browser tabs, groups them by domain or task, and closes explicit selected tab batches with a safe review step.
Identify short-form moments most likely to turn into fandom artifacts, edits, or memes from clips, transcripts, and reaction data, then output a shortlist with reuse angles. Use when Codex needs to find which moments deserve to become repeatable canon.
Build, run, troubleshoot, or refine Context Assembly, especially the bundled `apps/clipboard-studio` macOS menu bar app. Use when Codex needs to work on clipboard-heavy context assembly, keep the panel compact, wire pasteboard or app-state capture, or validate the local Xcode workspace and tests without leaking sensitive data.
| name | front-tab-relay |
| description | Build or operate a macOS menu-bar relay that captures the front browser tab and formats it for prompts, notes, tickets, or chat handoffs. |
Use this skill when the user wants a Mac menu-bar utility for taking the current browser tab and handing it off somewhere else without copying and cleaning it manually.
Use scripts/front_tab_relay.py when a deterministic local read is useful:
python skills/front-tab-relay/scripts/front_tab_relay.py current --format json
python skills/front-tab-relay/scripts/front_tab_relay.py current --format markdown
python skills/front-tab-relay/scripts/front_tab_relay.py copy --format prompt
The helper uses macOS osascript and supports Safari, Google Chrome, Brave Browser, Arc, and Microsoft Edge. It reads only the front visible tab of the chosen browser and does not use network access.
The SwiftUI starter in prototype/ sketches a small status-item shell: current tab card, output presets, recent relays, and one primary copy action. Use it as the top-level menu-bar layer for a real macOS target.