research-web-publisher
调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发
Best use case
research-web-publisher 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. 调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发
调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发
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 "research-web-publisher" skill to help with this workflow task. Context: 调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/research-web-publisher/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How research-web-publisher Compares
| Feature / Agent | research-web-publisher | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发
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
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
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 需要仓库公开才能使用 - 飞书文档适合纯内容
Related Skills
autoresearch-pro
Automatically improve OpenClaw skills, prompts, or articles through iterative mutation-testing loops. Inspired by Karpathy's autoresearch. Use when user says 'optimize [skill]', 'autoresearch [skill]', 'improve my skill', 'optimize this prompt', 'improve my prompt', 'polish this article', 'improve this article', or explicitly requests quality improvement for any text-based content. Supports three modes: skill (SKILL.md files), prompt (any prompt text), and article (any document).
nansen-binance-publisher
Automatically fetch multi-dimensional on-chain data using Nansen CLI, compile a comprehensive and beautifully formatted daily report, and publish it to Binance Square. Auto-run on messages like 'generate nansen daily report', 'post nansen daily to square', or when the user triggers the slash commands `/nansen` or `/post_square`.
X/Twitter Research Skill
Research trending topics, ideas, and conversations on X (Twitter) using twitterapi.io.
token-research
Comprehensive token research for EVM chains (Base, ETH, Arbitrum) and Solana. Use this skill when you want to research crypto tokens, deep-dive projects or monitor tokens.
wechat-publisher
一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。
local-researcher
完全本地的深度研究助手 Skill。使用 Ollama 或 LMStudio 本地 LLM 进行迭代式网络研究,生成带引用来源的 Markdown 报告。当用户需要进行隐私优先的研究、本地文档分析或生成结构化研究报告时触发。
mastodon-publisher
Publish content to Mastodon. Use when you need to post a Mastodon status.
auto-researcher
自主研究助手 - 深度调研、交叉验证、生成引用报告
weibo-publisher
Publish posts to Weibo (Sina Weibo) using browser automation. Use when the user wants to post content to Weibo, share updates on Weibo, publish microblogs, or automate Weibo posting. Supports text posts with emoji, hashtags, and mentions. No API key required - uses browser automation with managed browser profile.
Amazon Listing Optimizer — Free Listing Analysis & Keyword Research
**Free alternative to Helium 10 ($97/mo) and Jungle Scout ($49/mo).**
x-research
General-purpose X/Twitter research agent. Searches X for real-time perspectives, dev discussions, product feedback, cultural takes, breaking news, and expert opinions. Works like a web research agent but uses X as the source. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "/x-research", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic. NOT for: posting tweets, account management, or historical archive searches beyond 7 days.
competitive-research
Use when the user asks to research a competitor, map a market, analyze a category, or produce a competitive brief. Trigger phrases: 'research competitors of X', 'who competes with Y', 'market analysis for Z', 'competitive intelligence on [brand/space]', 'analyze this market', 'who are the main players in [category]', 'build a brief before my call', 'I need to understand this space'. Also triggers when preparing a proposal, positioning exercise, content strategy, or client pitch that requires knowing the competitive landscape.