一键导入
gmail-browser
Configure Gmail Browser with /connect and use Gmail ConnectorAct actions through the global Puffer browser profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure Gmail Browser with /connect and use Gmail ConnectorAct actions through the global Puffer browser profile.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Recipe for rendering a code review as a Canvas — compose findings with evidence and actions into a scannable page instead of a long text answer.
Use when the user asks to create a short drama from a prompt — e.g. "生成短剧", "制作微短剧", "make a short drama", "turn this script into a short drama", "ショートドラマを生成", "숏드라마를 만들어". Orchestrates script, storyboard, optional character images, per-shot video clips, and ffmpeg composition through the existing media tools.
Authenticate Lark with /connect (delegated to the official lark-cli), then send/react/reply through the connector and consume incoming Lark messages as a stream. Two connectors mirror Telegram — lark-login (your user account; monitor + act as you) and lark-bot (the app bot; auto-reply). Use lark-cli directly from Bash for chat/user lookup and any API not exposed as a connector action.
Configure SlackApp or SlackLogin with /connect, then resolve Slack users/channels and search/read Slack messages through the internal CLI.
Configure Telegram with /connect, then resolve Telegram user/group ids and search Telegram messages through the internal Telegram CLI.
Use when the user asks to create, generate, or render images through the internal media CLI.
| name | gmail-browser |
| description | Configure Gmail Browser with /connect and use Gmail ConnectorAct actions through the global Puffer browser profile. |
| allowed-tools | ["Bash"] |
| argument-hint | [Gmail Browser task] |
| arguments | target |
| user-invocable | true |
| disable-model-invocation | false |
Use /connect gmail-browser <connection> when the user needs Gmail Browser
setup or auth repair. The flow opens Gmail in the global Puffer browser profile,
lets the user sign in, discovers logged-in Gmail accounts, and saves the
accounts selected for monitoring.
Target: $target
Configuration command:
/connect gmail-browser <connection>
Use connector tools for configured Gmail Browser connections instead of opening
a separate browser session. Use ConnectorActionDraft for send_email so the
human can review the exact outbound email before sending; use ConnectorAct
for reads, drafts, and other non-send actions. Gmail Browser uses email-style
action names:
list_emails for recent messages with optional mailbox, category,
label, query, from, subject, keywords, unread, and limit.list_inbox, list_category, and search_emails as read/search variants.mark_read, draft_reply, draft_forward, send_email, and delete for
message state changes, drafts, sends, and deletion.requestuserbrowseraction only when the connector needs the user to complete
sign-in or approval in the global Puffer browser profile.Do not use read_messages for Gmail Browser. That action name belongs to chat
connectors such as Slack and Lark. For Gmail Browser reads, use list_emails
or search_emails.
Connector action examples:
{"connector_slug":"gmail-browser","connection_slug":"gmail-browser","action":"list_emails","input":{"account":"cs@agentenv.io","limit":20,"unread":true}}
{"connector_slug":"gmail-browser","connection_slug":"gmail-browser","action":"search_emails","input":{"account":"cs@agentenv.io","query":"from:alice newer:7d","limit":20}}
{"connector_slug":"gmail-browser","connection_slug":"gmail-browser","action":"draft_reply","input":{"account":"cs@agentenv.io","thread_id":"thread-a:r123","body":"Thanks, looking now."}}
When a connection monitors multiple accounts, include account with the Gmail
address to select the mailbox. If omitted, Gmail Browser uses the first
configured account for that connection.