Install
openclaw skills install literature-report自动科研文献汇报系统。每天自动检索顶级期刊最新论文,AI辅助筛选,生成双语摘要,推送到飞书。使用方法:1. 用户说"设置文献汇报"或"每天推送论文"时激活;2. 用户要求自定义研究主题时激活;3. 用户要求文献检索和推送时激活。
openclaw skills install literature-report自动化的科研文献检索与汇报系统,让科研人员轻松追踪最新研究动态。
LLM API Key(必需)
飞书用户ID(可选,用于推送)
# 安装
bash install.sh
# 验证安装
python3 scripts/verify_install.py
cp config.yaml.example config.yaml
config.yaml,填入你的配置:# LLM API配置(必须)
api:
api_key: "YOUR_API_KEY" # 你的LLM API Key
base_url: "https://api.siliconflow.cn/v1" # API基础URL
model: "deepseek-ai/DeepSeek-V3.2" # 模型名称
# 推送配置(可选)
feishu:
enabled: true
target: "YOUR_USER_ID" # 你的飞书用户ID
# 研究主题
research:
topic: "你的研究领域"
max_papers: 5 # 每天推送数量
# 验证配置
python3 scripts/validate_config.py
# 测试运行
python3 scripts/fetch_papers.py
python3 scripts/generate_summary.py
# 手动执行
python3 scripts/fetch_papers.py # 抓取论文
python3 scripts/generate_summary.py # 生成摘要
python3 scripts/send_to_feishu.py # 推送
# 设置定时任务(每天早上9点)
openclaw cron add literature-report --time '0 9 * * *'
运行验证脚本检查环境:
python3 scripts/verify_install.py
检查项目:
错误信息: API Key无效或账户余额不足
解决方案:
错误信息: 未找到符合条件的论文
解决方案:
错误信息: 飞书推送失败
解决方案:
Nature, Nature Biotechnology, Nature Materials, Nature Communications, Nature Nanotechnology, Nature Sustainability, Nature Reviews Drug Discovery, Nature Reviews Materials, Advanced Materials, Advanced Science
Nature Biomedical Engineering, Nature Electronics, Nature Machine Intelligence, Nature Sensors, Nature Reviews Bioengineering, Science, Science Translational Medicine, Science Advances, Biomaterials, Journal of Controlled Release, ACS Nano, Biosensors and Bioelectronics, Nano Letters, Advanced Healthcare Materials
research:
topic: "你的研究领域"
description: |
研究方向包括:
- 方向1
- 方向2
journals:
custom_journals:
- name: "Your Journal"
type: "pubmed"
query: '"Journal Name"[Journal]'
如有问题或建议,请提交Issue或Pull Request。
MIT License
版本: 1.0.4
更新时间: 2026-03-02