Setup & Installation
Install research-web-publisher using the ClawHub CLI or OpenClaw CLI:
clawhub install research-web-publisherIf the CLI is not installed:
npx clawhub@latest install research-web-publisherOr install with OpenClaw CLI:
openclaw skills install research-web-publisherWhat This Skill Does
research-web-publisher is a Software Development skill for OpenClaw by 2239721014-ops.
Research Web Publisher
将调研内容发布为网页的完整工作流。
⚠️ 输出目录规则(重要)
生成的 HTML 文件必须统一放到 workplace-doc 文件夹,不要散落在其他位置。
示例路径:
/Users/jasperchen/.openclaw/workspace-aiquanzi/workplace-doc/xxx.html
适用场景
- 发布调研报告、市场分析、内容创作
- 需要生成国内可访问的HTML链接
- 从原始内容到在线查看的完整流程
⚠️ 触发条件(重要)
当用户发送以下内容时,必须自动触发此skill:
- 核心关键词:"研究"、"调研"、"分析"、"测评"、"对比"、"调查"、"报告"
- 深度分析类:"深度研究"、"研究报告"、"分析报告"、"调查报告"
- 发布类:"发布到网页"、"上线"、"部署到"、"博客"
- 链接类:"生成链接"、"国内访问"、"网页链接"
重要:内容排版要求
- 必须图文并茂,不能是纯文字
- 需要包含截图、图标、代码高亮等视觉元素
- 排版要美观专业,适合在线阅读
- 可以使用卡片式布局、徽章、代码块等元素
工作流程
1. 收集需求
与用户确认:
- 源文件路径(HTML/markdown/文档)
- 标题和元信息
- 是否需要飞书文档版本
- GitHub仓库信息(已有还是新建)
2. 推送到 GitHub
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 需要仓库公开才能使用
- 飞书文档适合纯内容
Version History
Latest version: 1.0.0
First published: Mar 15, 2026. Last updated: Mar 15, 2026.
1 version released.
Frequently Asked Questions
Is research-web-publisher free to use?
What languages/platforms does research-web-publisher support?
How do I update research-web-publisher?
openclaw skills update research-web-publisher to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.