instruction-web

创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

3,891 stars

Best use case

instruction-web is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. 创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "instruction-web" skill to help with this workflow task. Context: 创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/instruction-web/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/2239721014-ops/instruction-web/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/instruction-web/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How instruction-web Compares

Feature / Agentinstruction-webStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

创建Web界面操作指南网页。用于生成介绍Web UI界面、常用功能、操作说明的HTML页面。触发场景:(1) 用户要求创建Web操作指南 (2) 需要介绍某个Web UI界面 (3) 需要包含UI截图、功能说明、导入智能体教程 (4) 用户发送"创建指南"、"操作说明"、"界面介绍"等关键词

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Instruction Web Publisher

创建 Web 界面操作指南网页的完整工作流。

## ⚠️ 输出目录规则(重要)

**生成的 HTML 文件必须统一放到 `workplace-doc` 文件夹**,不要散落在其他位置。

示例路径:
```
/Users/jasperchen/.openclaw/workspace-aiquanzi/workplace-doc/xxx.html
```

## 适用场景

- 创建 Web UI 操作指南
- 介绍软件界面和功能
- 制作导入智能体/Agent 的教程页面
- 生成图文并茂的使用说明

## ⚠️ 触发条件(重要)

当用户发送以下内容时,**必须**自动触发此skill:
- 包含"创建指南"、"操作说明"、"界面介绍"
- 包含"Web教程"、"UI介绍"、"使用手册"
- 包含"如何导入"、"导入智能体"、"导入Agent"
- 要求创建介绍某个Web界面的网页

**重要:内容排版要求**
- 必须**图文并茂**,不能是纯文字
- 需要包含截图占位符、图标、UI元素示意图
- 排版要美观专业,适合在线阅读
- 使用卡片式布局、徽章、代码块、步骤条等元素
- 重点突出**导入智能体**的操作步骤

## 工作流程

### 1. 收集需求

与用户确认:
- 要介绍的软件/Web界面名称
- 主要功能列表
- 导入智能体的具体步骤
- 是否需要包含截图(用户提供或使用占位符)

### 2. HTML 生成

生成美观的 HTML 页面,包含:
- Hero 区域(软件名称、Logo、标语)
- 功能介绍卡片
- 步骤指南(带编号)
- 代码块(用于命令示例)
- 截图占位符区域
- FAQ / 常见问题

### 3. 推送到 GitHub

```bash
cd <repo-path>
git add <file>
git commit -m "Add: <title> guide"
git push
```

### 4. 生成国内访问链接

使用 jsDelivr CDN:
```
https://cdn.jsdelivr.net/gh/<username>/<repo>@main/<filename>
```

预览链接:
```
https://htmlpreview.github.io/?<jsdelivr-url>
```

## 输出格式

完成后向用户返回:
1. jsDelivr 国内镜像链接(主要)

Related Skills

instructional-design-cn

3891
from openclaw/skills

培训课程大纲设计、效果评估、内部分享材料生成

Workflow & Productivity

text-humanizer-Instruction-based

3891
from openclaw/skills

Detect and rewrite AI-generated writing patterns, em dashes, rule-of-three lists, sycophantic openers, hollow buzzwords like "delve" and "landscape", and replace them with direct, human-sounding prose.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

self-improvement

3891
from openclaw/skills

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

Agent Intelligence & Learning

botlearn-healthcheck

3891
from openclaw/skills

botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.

DevOps & Infrastructure

linkedin-cli

3891
from openclaw/skills

A bird-like LinkedIn CLI for searching profiles, checking messages, and summarizing your feed using session cookies.

Content & Documentation