← 返回 Skills 市场
snow-seamless

Finance Paper Daily

作者 snow-seamless · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install finance-paper-daily
功能描述
每日金融学术论文自动抓取并生成 Excel 报告。从 arXiv (q-fin)、Semantic Scholar、OpenAlex、Google Scholar 四个来源获取最新金融领域论文(量化金融、资产定价、风险管理、算法交易、FinTech等),整理成格式化 Excel 文件保存到用户桌面,文件名为 YY...
使用说明 (SKILL.md)

Finance Paper Daily

每日金融学术论文抓取 → 桌面 Excel 报告。

数据源

来源 API 覆盖方向
arXiv 官方免费 q-fin 全分类(量化金融)
Semantic Scholar 官方免费 金融关键词全文搜索
OpenAlex 官方免费(无需 key) Economics/Finance 概念
Google Scholar scholarly 库(非官方) 广泛覆盖,尽力而为

使用方式

运行脚本:

pip3 install openpyxl scholarly --break-system-packages -q
python3 scripts/fetch_papers.py

输出

  • 路径:~/Desktop/YYYY-MM-DD_finance_papers.xlsx
  • Sheet1「每日论文」:按日期倒序,含标题/作者/摘要/来源/链接,颜色区分来源
  • Sheet2「来源统计」:各来源论文数量汇总

注意

  • 首次运行需安装依赖:pip3 install openpyxl scholarly --break-system-packages
  • Google Scholar 抓取不稳定,失败时自动跳过
  • 每次运行覆盖同一天的文件(重复运行安全)
安全使用建议
This skill appears coherent, but review and run cautiously: (1) inspect scripts/fetch_papers.py before running. (2) Run inside a Python virtualenv rather than using --break-system-packages to avoid altering system packages. (3) Be aware the script will access the internet (arXiv, Semantic Scholar, OpenAlex, and Google Scholar via the scholarly scraper) and may auto-install openpyxl/scholarly from PyPI. (4) Google Scholar scraping is unofficial and may be rate-limited or blocked — expect intermittent failures. (5) If you prefer, copy the script to a controlled environment, confirm the install commands, and run with network access only to the listed public APIs.
功能分析
Type: OpenClaw Skill Name: finance-paper-daily Version: 1.0.0 The skill bundle is designed to fetch academic papers from legitimate sources (arXiv, Semantic Scholar, OpenAlex, and Google Scholar) and generate an Excel report on the user's desktop. The Python script `scripts/fetch_papers.py` uses standard libraries for network requests and data processing, and while it performs automated package installation via `pip`, it targets only the necessary dependencies (`openpyxl`, `scholarly`) without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description (fetch finance papers from arXiv, Semantic Scholar, OpenAlex, Google Scholar and produce an Excel on Desktop) align with the included script which queries those public APIs and builds an Excel file.
Instruction Scope
SKILL.md tells the user to install openpyxl and scholarly and run scripts/fetch_papers.py; the script performs only network calls to the stated APIs, local Excel generation, and writes to ~/Desktop. Note: Google Scholar access uses the scholarly library (unofficial scraping) and is explicitly documented as unstable; the script may auto-install missing Python packages at runtime.
Install Mechanism
No install spec in registry (instruction-only). The script may call pip at runtime (subprocess.check_call) to install openpyxl and scholarly if missing. This is expected for a Python script but means packages will be fetched from PyPI at runtime rather than a reviewed install manifest.
Credentials
The skill does not request environment variables, credentials, or access to system config paths. Its network calls go to public API endpoints (arXiv, semanticscholar.org, api.openalex.org) and use a mailto parameter with a placeholder email; no secret exfiltration is requested or present.
Persistence & Privilege
always:false and no modifications to other skills or system-wide settings. The script writes output only to the user's Desktop directory (created under the user's home) which is consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install finance-paper-daily
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /finance-paper-daily 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:每日自动从 arXiv、Semantic Scholar、OpenAlex、Google Scholar 抓取金融学术论文,生成 Excel 报告保存到桌面
元数据
Slug finance-paper-daily
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Finance Paper Daily 是什么?

每日金融学术论文自动抓取并生成 Excel 报告。从 arXiv (q-fin)、Semantic Scholar、OpenAlex、Google Scholar 四个来源获取最新金融领域论文(量化金融、资产定价、风险管理、算法交易、FinTech等),整理成格式化 Excel 文件保存到用户桌面,文件名为 YY... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Finance Paper Daily?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install finance-paper-daily」即可一键安装,无需额外配置。

Finance Paper Daily 是免费的吗?

是的,Finance Paper Daily 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Finance Paper Daily 支持哪些平台?

Finance Paper Daily 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Finance Paper Daily?

由 snow-seamless(@snow-seamless)开发并维护,当前版本 v1.0.0。

💬 留言讨论