Install
openclaw skills install research-web-publisher将调研报告内容发布为图文并茂的HTML网页,推送至GitHub并生成国内可访问的预览链接,实现完整发布流程。
openclaw skills install research-web-publisher将调研内容发布为网页的完整工作流。
生成的 HTML 文件必须统一放到 workplace-doc 文件夹,不要散落在其他位置。
示例路径:
/Users/jasperchen/.openclaw/workspace-aiquanzi/workplace-doc/xxx.html
当用户发送以下内容时,必须自动触发此skill:
重要:内容排版要求
与用户确认:
cd <repo-path>
git add <file>
git commit -m "Add/update report"
git push
使用 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 原始链接!