← 返回
未分类

一键生成带截图标注的客户操作指南

Create customer-facing operation guides from browser workflows, with step-by-step text, screenshots, and visual callouts such as red boxes, numbered markers, and arrows. Use when Codex needs to operate or inspect a web page, capture screenshots, annotate where users should click or type, and output a Markdown-friendly guide for customers, training, acceptance testing, or handover documentation.
自动操作浏览器完成业务流程演示,抓取关键页面截图,并添加红框、编号、箭头等标注,快速生成面向客户、培训、验收和交付场景的图文操作指南。
jyh
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 73
下载
💾 0
安装
1
版本
#latest

概述

Operation Guide

Overview

Use this skill to turn an interactive browser workflow into a polished customer operation guide. The expected output is a folder containing annotated images and a Markdown guide.

For local web apps, prefer the Codex in-app Browser capability when available. Capture screenshots after each meaningful user action, derive element boxes from visible UI or locator bounding boxes, then use scripts/build_guide.py to create annotated assets and guide.md.

Workflow

  1. Clarify the guide scope only if needed: target URL or page, audience, business goal, and the main steps to document.
  2. Use browser automation to walk through the workflow as a real customer would.
  3. Capture one screenshot per meaningful step. Avoid redundant screenshots unless the UI state materially changes.
  4. Record the relevant target area for each screenshot as a bounding box. Prefer actual button, input, menu, or dialog boxes from browser automation; otherwise estimate from the screenshot.
  5. Create a manifest JSON following references/manifest-format.md.
  6. Run scripts/build_guide.py --output .
  7. Review guide.md and annotated images. Ensure the guide is customer-facing: clear verbs, no implementation jargon, no internal debug details.

Compatibility Defaults

  • The guide builder now defaults to embedded image mode.
  • In embedded mode, each SVG contains the original screenshot as a base64 data URI. This is the safest choice for Markdown previewers, knowledge bases, and document conversion pipelines.
  • Use --image-mode linked only when you explicitly want smaller SVG files and you know the target renderer supports local file references inside SVG.

Browser Capture Guidance

  • Use screenshots that match what the customer sees, not implementation internals.
  • Crop only when it improves clarity; otherwise use full-page or viewport screenshots with annotations.
  • Use short step titles such as "Open the import page" or "Click New". Localize titles to the customer's language in the manifest.
  • Use imperative instruction text: "Click the New button in the upper-left corner." not "The user can click..."
  • Add only the annotations that help the user complete the step. One primary red box is usually better than many boxes.
  • If a step has a risk or prerequisite, put it in notes instead of crowding the screenshot.

Annotation Rules

  • Use red boxes for primary click or type targets.
  • Use numbered labels when more than one UI element matters in the same screenshot.
  • Use arrows only when the box alone does not make the target obvious.
  • Keep annotation text brief. Put the full explanation in the Markdown step text.

Output Expectations

The generated folder should contain:

  • guide.md: customer-facing operation guide.
  • assets/step-XX.svg: annotated images referenced by the guide.
  • assets/originals/step-XX-original.*: copied original screenshots.

If the user asks for Word or PDF, first generate Markdown and annotated images, then convert with the best available local tooling.

Resources

  • scripts/build_guide.py: builds annotated SVG screenshots and Markdown from a manifest.
  • references/manifest-format.md: manifest schema and examples.

版本历史

共 1 个版本

  • v1.0.0 Initial release 当前
    2026-05-12 17:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 926 📥 186,778
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 457 📥 151,786
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 381 📥 144,326