info-research-report

Generate structured DOCX research reports from multi-source web data.

60|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Zafer-Liu/Automated-Information-Research-Report --skill info-research-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: info-research-report
Source: https://github.com/Zafer-Liu/Automated-Information-Research-Report/tree/main
Command: npx skills add https://github.com/Zafer-Liu/Automated-Information-Research-Report --skill info-research-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

信息调研报告自动化工作流将多源线上信息整合为正式的政府风格 DOCX 报告,自动完成从主题检索到结构化输出的端到端流程,减少人工重复工作。

Core Features & Use Cases

  • 多源检索与提取:结合网络信息与结果集合,支持 MCP 进行网页抓取与文本提取。
  • 结构化报告生成:输出包含封面、元信息、背景、方法、结论与来源等模块的正式 DOCX 报告。
  • 可扩展性:可选集成 mcporter、browseros-mcp,支持环境变量配置用于大语言模型摘要生成。

Quick Start

通过提供研究主题来生成 DOCX 报告,结果可选包含 results.json,使用 --no-fetch 选项可跳过网页抓取以加快流程。

Frequently Asked Questions about info-research-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate government-style research report generation from web sources?

Automate government-style research report generation by gathering topics, extracting multi-source web results, and generating structured DOCX reports with cover, metadata, background, methods, conclusions, and sources. Optional browser automation and LLM-based summarization streamline the end-to-end workflow.

What Python libraries are required to generate structured DOCX research reports?

Generating structured DOCX research reports requires python-docx for document creation, requests for data gathering, and BeautifulSoup for web scraping and text extraction. Optional integrations include mcporter and browseros-mcp for live data collection and browser automation.

Can I skip web scraping to speed up DOCX report generation?

Yes, you can skip web scraping to speed up DOCX report generation by using the --no-fetch option. This bypasses live data collection and allows the workflow to process existing data or generate reports directly from provided inputs without browser automation.

Does this research reporting workflow support LLM summarization for policy briefings?

Yes, the research reporting workflow supports LLM summarization for policy briefings and regulatory inquiries. Environment variable configuration enables LLM-based summarization to condense multi-source information into structured DOCX reports for official government use.

What is the best way to structure multi-source information into a formal DOCX report?

Structure multi-source information into formal DOCX reports by automatically organizing extracted data into cover, metadata, background, methodology, conclusions, and source modules. This structured approach suits research projects, policy briefings, and regulatory inquiries requiring official government formatting.

What are the limitations of using BeautifulSoup and requests for web scraping in report generation?

BeautifulSoup and requests handle static web scraping for report generation but may not capture dynamic JavaScript-rendered content. For live data collection from dynamic pages, optional browser automation tools like browseros-mcp provide enhanced extraction capabilities beyond standard HTTP requests.