Agent skill · bighardperson
arxiv-reader
利用python,指定某个arxiv_id/url, 基于 LLM Agent 对这篇arxiv论文进行分类与深度阅读,直接print打印阅读笔记
What it needs
About 1k tokens when loaded.
What this skill does
快速开始 1. 配置 .env 确定你已经配置了: LLMAPIKEY — OpenAI 或兼容 API 的密钥 LLMBASEURL — API 地址 2. 运行 添加新的阅读分类 在 skills/ 下新建文件夹,包含两个文件: 重启即可自动识别,无需修改任何代码。 Python包 LangChain 1.x — Agent 框架(基于 LangGraph) LangChain OpenAI — LLM 接口(兼容 DeepSeek 等 OpenAI-compatible API) arxiv — 官方 Python 库 arxiv-to-prompt 获取arxiv论文latex源码
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/ArXiv论文精读