with one click
info-research-report
信息调研报告自动化工作流。一键完成:多源搜索 → 深度挖掘 → 政府风格 DOCX 报告生成。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
信息调研报告自动化工作流。一键完成:多源搜索 → 深度挖掘 → 政府风格 DOCX 报告生成。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | info-research-report |
| description | 信息调研报告自动化工作流。一键完成:多源搜索 → 深度挖掘 → 政府风格 DOCX 报告生成。 |
| metadata | {"openclaw":{"command-dispatch":"tool","command-tool":"exec"},"requirements":{"python_packages":["python-docx","requests","beautifulsoup4"],"external_tools":["mcporter (可选/Optional)","browseros-mcp (可选/内置)"]},"environment_variables":["MINIMAX_API_KEY (可选/Optional)","OPENAI_API_KEY (可选/Optional)"],"permissions":["read_files","execute_scripts","network_access"]} |
本 skill 用于自动生成"政府 / 机关单位风格"的调研报告:
使用 browseros 或其他工具搜索,提取结果保存为 results.json:
mcporter call browseros.new_page url="https://duckduckgo.com/html/?q=你的主题"
mcporter call browseros.get_page_content -- page=1
[
{
"title": "结果标题",
"url": "https://example.com/xxx",
"content": "(可选)网页完整正文"
}
]
python run.py "主题" [results.json] [--no-fetch]
--no-fetch:跳过网页抓取,速度更快| 参数 | 说明 |
|---|---|
| 主题 | 研究报告的主题(必填) |
| results.json | 搜索结果文件(可选) |
| --no-fetch | 跳过网页抓取 |
pip install -r requirements.txt
如不启动 MCP 服务,程序会自动 fallback 到 requests 方式抓取网页。
MINIMAX_API_KEY - MiniMax API Key(用于生成摘要)OPENAI_API_KEY - OpenAI API Key(备用)# 生成报告
python run.py "人工智能发展趋势" "results.json"
运行后当前目录生成:Report_人工智能发展趋势_202604091200.docx