Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

user-guide-automation用户指南自动化

Agent Skill

user-guide-automation 用于处理浏览器自动化、网页检查和页面信息提取,适合在 OpenClaw 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,668

周安装

49

GitHub Stars

公开资料未说明

下载量

384
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:user-guide-automation(用户指南自动化)
来源仓库:https://github.com/naylaherfiana/user-guide-automation
安装命令:
openclaw skills install user-guide-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install user-guide-automation

简介

用于从网页应用中生成正式、详细的 Markdown 用户指南,支持浏览器自动化与页面信息提取。

  • 适合需要打开页面、读取内容或验证前端流程的场景,如文档编写和界面测试。
  • 通过浏览器探索用户流程并自动生成带截图的指南,需结合具体任务配置操作步骤。
  • 安装命令为 openclaw skills install user-guide-automation,建议确认权限与维护状态。
  • 使用前请检查是否会触发联网、文件读写或敏感操作,确保符合安全策略。

SKILL.md

name
user-guide-automation
description
Reusable workflow for generating formal, detailed Markdown user guides from web applications using browser exploration or user-provided flows. Uses screenshots for every step and keeps the structure DOCX-ready.
version
1.0.0
metadata
hermes
tags
[web, user-guide, documentation, docx, browser, screenshots, automation]
related_skills
[dogfood, ocr-and-documents, powerpoint]

User Guide Automation for Web Applications

Use this skill when the user wants to create a formal, detailed user guide from a web application, especially when the output must be a Markdown document ready for later DOCX conversion.

Core idea

This workflow is based on browser exploration, not source-code inspection. The guide is built from what the web app shows in a live browser session:

  • page structure from browser_snapshot()
  • visual confirmation from browser_vision()
  • interactions with browser_click(), browser_type(), browser_scroll(), and browser_press()
  • console checks from browser_console() when needed

If the user provides a flow, follow that flow exactly. If the user does not provide a flow, explore the web app and infer the main user journey.

This skill currently supports one output mode:

  1. Sprint-1 / draft mode — output Markdown only, but structure it like a final document so it can be converted to DOCX later without re-authoring.

When a reference document is provided (for example a PDF user guide), extract its structural pattern first and turn it into a reusable Markdown blueprint before writing the actual guide. Preserve:

  • front matter / cover pattern
  • table of contents pattern
  • section lettering or numbering style
  • repeated subflow pattern (e.g. daftar/tambah/detail/edit/upload/hapus/arsip)
  • screenshot placement rhythm
  • instructional wording style

The default file naming convention is:

  • guide.md for the main document
  • screenshots/ for evidence assets
  • one nested folder per feature or workflow stage inside screenshots/

Default requirements

  • Output format: Markdown (.md) only
  • Style: formal
  • Detail level: detailed
  • Screenshots: capture every step, not only important steps
  • Audience: admin, regular user, or mixed depending on the web app
  • Template: use the provided structure as a Markdown blueprint; do not generate DOCX in this skill

Slash-command intake form

When the user runs /user-guide-automation, ask for the minimum required information in a copy-ready format:

  • URL:
  • Lokasi output:
  • Scope: full site / fitur tertentu (sebutkan fiturnya)

Optional but recommended:

  • Role:
  • Credential:
  • Flow:
  • Template path:
  • Output filename:
  • Catatan khusus:

Rules:

  • If the user chooses a specific feature scope, stay within that feature unless related navigation is needed.
  • If the user chooses full site, explore the main journeys and major feature groups.
  • If credentials are provided, use them only for the requested app and flow.

Recommended workflow

1) Intake

Collect or confirm:

  • target web app URL
  • target user role, if relevant
  • user-provided flow, if any
  • DOCX template path
  • output filename or folder
  • whether the guide should cover one feature or the whole workflow
  • screenshot output directory behavior (default: create screenshots/ inside the output folder)

If the user did not provide a flow, proceed with exploration.

When the user provides only a top-level output folder, create this structure:

{output_dir}/
├── guide.md
├── screenshots/
│   ├── dashboard/
│   ├── ai-characters/
│   └── ...
└── references/

Use one subfolder per feature, page group, or workflow stage so screenshots stay organized. Use lowercase kebab-case folder names when possible.

2) Explore the web app

Open the app and identify the real user journey. Use the browser tools in this order whenever useful:

  • browser_navigate(url=...)
  • browser_snapshot()
  • browser_vision(question=..., annotate=true)
  • browser_click(ref=...)
  • browser_type(ref=..., text=...)
  • browser_scroll(direction=...)
  • browser_press(key=...)
  • browser_console(clear=true) after navigation or significant interaction

For pages with animations, lazy loading, or scroll-revealed content, do not judge a section from one viewport alone. Scroll in small increments, pause briefly, then re-check with browser_snapshot() and/or browser_vision() before deciding content is missing or empty.

During exploration, collect only the UI details needed for the guide:

  • page title
  • menu names
  • button labels
  • field labels
  • success/error messages
  • breadcrumb/path names

Do not over-extract text. Keep it lean.

3) Build the step list

Create a step list that matches the real interaction sequence. If a user flow exists, preserve the provided order. If not, infer a practical order from the app UI.

Each step should include:

  • step number
  • action verb
  • target UI element or page
  • short explanatory note if needed
  • screenshot reference

For sprint-1 Markdown drafts, organize the step list into document-like sections first, then steps. Use the same top-level section order that a DOCX template would later expect, so the MD stays conversion-friendly.

4) Capture screenshots for every step

Take screenshots for all steps, including intermediate ones. Use screenshots as instruction illustrations, not as bug evidence.

If a step changes the page state, capture the new state immediately.

Practical lesson: when the workflow includes login, capture a dedicated login screenshot before entering the protected area. Do not reuse a later dashboard screenshot as evidence for the login step; keep the login step, post-login dashboard, and feature page as separate screenshots so the guide stays clear and accurate.

5) Write the guide text

Write formal Indonesian. Preferred structure:

  • title/cover
  • table of contents if the template supports it
  • section headings
  • numbered steps
  • concise but detailed instructions
  • screenshot captions
  • notes or warnings only when needed

Keep wording instructional and neutral. Avoid QA language such as severity, issue, or defect.

6) Write the Markdown guide

If a template or blueprint is provided:

  • reuse the existing Markdown structure
  • preserve header/footer-equivalent sections only as text blocks
  • keep the hierarchy consistent
  • do not switch the output to DOCX in this skill

If the structure is blank:

  • populate it cleanly with the generated guide content

7) Verify the final Markdown

Check that:

  • all steps are present
  • screenshots match the correct steps
  • the language is formal
  • the Markdown structure is complete and readable
  • the output filename is correct

When to use user-provided flow vs exploration

Use the user’s flow when:

  • the user already knows the exact process
  • the app is sensitive or complex
  • the workflow must match a SOP exactly

Use exploration when:

  • the user does not know the exact steps
  • the app is unfamiliar
  • the user wants the guide to be discovered from the live UI

Token-saving rules

  • Do not read or restate entire pages unless necessary
  • Prefer browser_snapshot() for structure and refs
  • Prefer browser_vision() only when layout or visuals matter
  • Reuse a stable guide template
  • Keep captions short
  • Avoid repetitive descriptions across steps

Important distinctions from dogfood

Dogfood is QA-oriented and looks for bugs. This skill is documentation-oriented and looks for user actions.

Shared pieces borrowed from dogfood:

  • browser exploration
  • screenshots per step
  • console checks when useful
  • systematic flow execution

Differences from dogfood:

  • no severity classification
  • no bug reporting
  • no reproduction section
  • output is a user guide, not a QA report

Suggested output pattern

  • If the user gives a template path, treat it as a Markdown blueprint reference rather than a DOCX target
  • If the user gives a duplicateable blank template, copy its structure into Markdown first
  • Save the final document as .md
  • Optionally save screenshot assets alongside it if needed for review

Markdown blueprint mode

When the user wants a DOCX-like structure in Markdown first:

  • start with the same cover/TOC/header order the final document will use
  • keep section numbering stable
  • preserve repeated subsection patterns across modules
  • use short placeholder captions for screenshots
  • keep the document ready for later DOCX conversion without changing the content hierarchy

Practical checklist

Before finishing, confirm:

  • [ ] The guide follows the right flow
  • [ ] Every step has a screenshot
  • [ ] The writing is formal
  • [ ] The template formatting is preserved
  • [ ] The Markdown file is complete and usable

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.83%
按下载量换算318

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills