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.
references/manifest-format.md.scripts/build_guide.py --output .guide.md and annotated images. Ensure the guide is customer-facing: clear verbs, no implementation jargon, no internal debug details.embedded image mode.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.--image-mode linked only when you explicitly want smaller SVG files and you know the target renderer supports local file references inside SVG.notes instead of crowding the screenshot.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.
scripts/build_guide.py: builds annotated SVG screenshots and Markdown from a manifest.references/manifest-format.md: manifest schema and examples.共 1 个版本