multiAI Summary Pending

research-web-publisher

调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发

3,556 stars

Installation

Claude Code / Cursor / Codex

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

Manual Installation

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

How research-web-publisher Compares

Feature / Agentresearch-web-publisherStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发

Which AI agents support this skill?

This skill is compatible with multi.

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.

SKILL.md Source

# Research Web Publisher

将调研内容发布为网页的完整工作流。

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

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

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

## 适用场景

- 发布调研报告、市场分析、内容创作
- 需要生成国内可访问的HTML链接
- 从原始内容到在线查看的完整流程

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

当用户发送以下内容时,**必须**自动触发此skill:
- 核心关键词:"研究"、"调研"、"分析"、"测评"、"对比"、"调查"、"报告"
- 深度分析类:"深度研究"、"研究报告"、"分析报告"、"调查报告"
- 发布类:"发布到网页"、"上线"、"部署到"、"博客"
- 链接类:"生成链接"、"国内访问"、"网页链接"

**重要:内容排版要求**
- 必须**图文并茂**,不能是纯文字
- 需要包含截图、图标、代码高亮等视觉元素
- 排版要美观专业,适合在线阅读
- 可以使用卡片式布局、徽章、代码块等元素

## 工作流程

### 1. 收集需求

与用户确认:
- 源文件路径(HTML/markdown/文档)
- 标题和元信息
- 是否需要飞书文档版本
- GitHub仓库信息(已有还是新建)

### 2. 推送到 GitHub

```bash
cd <repo-path>
git add <file>
git commit -m "Add/update report"
git push
```

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

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

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

## 输出格式

完成后向用户返回(**必须使用 htmlpreview 格式**):

**预览链接(推荐):**
```
https://htmlpreview.github.io/?https://cdn.jsdelivr.net/gh/<username>/<repo>@main/<filename>
```

**直接链接(不推荐,浏览器可能无法渲染):**
```
https://cdn.jsdelivr.net/gh/<username>/<repo>@main/<filename>
```

⚠️ **重要:只发 htmlpreview 预览链接给用户,不要直接发 jsDelivr 原始链接!**

## 注意事项

- jsDelivr 需要仓库公开才能使用
- 飞书文档适合纯内容