实验室Lab / Grok Bot / 演示教学:把浏览器流程存成 Skill Teach a Task: Demo a Browser Workflow into a Skill

官方 Official 需审批 Needs approval 例行 Routine Skill Skill

演示教学:把浏览器流程存成 Skill Teach a Task: Demo a Browser Workflow into a Skill

Teach a Task: Demo a Browser Workflow into a Skill

官方 Skills / Routines 文档给出的可执行模式:在一对一对话打开电脑视图,选 Teach a task,演示最多约 10 分钟的浏览器流程,Bot 生成草稿 Skill。补上决策规则、失败处理和审批边界后再用 Test run,最后才做成例行。不录音频,演示中不要暴露密钥,凭证走安全交接。 The executable pattern from the official Skills / Routines docs: open computer view in a 1:1, choose Teach a task, demo a browser flow of about 10 minutes max, and the Bot drafts a Skill. Add decision rules, failure handling, and approval bounds, then Test run, and only then turn it into a routine. No audio recording; do not expose secrets during the demo; hand credentials over securely.

这条用法在做什么What this use does

官方 Skills / Routines 文档给出的可执行模式:在一对一对话打开电脑视图,选 Teach a task,演示最多约 10 分钟的浏览器流程,Bot 生成草稿 Skill。补上决策规则、失败处理和审批边界后再用 Test run,最后才做成例行。不录音频,演示中不要暴露密钥,凭证走安全交接。 The executable pattern from the official Skills / Routines docs: open computer view in a 1:1, choose Teach a task, demo a browser flow of about 10 minutes max, and the Bot drafts a Skill. Add decision rules, failure handling, and approval bounds, then Test run, and only then turn it into a routine. No audio recording; do not expose secrets during the demo; hand credentials over securely.

收录理由Why we listed it 官方「先一次性任务 → Skill → Routine」闭环,和现有业务角色案例互补,可直接照文档操作。 The official “one-off task → Skill → Routine” loop. Complements the business-role cases and can be followed from the docs.

上手路径How to start

审批边界Approval boundary

写操作与外发保持审批;演示时不暴露密钥 Keep writes and outbound behind approval; do not expose secrets during the demo

  1. 先跑一次安全范围Run a safe first pass

    先在可撤回、不外发的范围内试跑。本条未批准前:写操作与外发保持审批;演示时不暴露密钥。 Try it first in a reversible, non-outbound scope. Until approved: Keep writes and outbound behind approval; do not expose secrets during the demo.

  2. 存 SkillSave a Skill

    这条用法已包含可复用 Skill。跑通安全范围后,立刻把步骤固化下来。 This use already includes a reusable Skill. After the safe pass, lock the steps in.

  3. 再上 RoutineThen add a Routine

    输出稳定后再打开例行 / 定时。本条已有例行形态,不要一上来就无人值守外发。 Turn on the routine / schedule only after output is stable. This item already has a routine shape — do not start unattended outbound.

相关案例Related cases