arxiv-reader

Installation
SKILL.md

快速开始

1. 配置 .env

cp .env.example .env   # 或直接编辑 .env

确定你已经配置了:

  • LLM_API_KEY — OpenAI 或兼容 API 的密钥
  • LLM_BASE_URL — API 地址

2. 运行

uv venv
uv pip install -r "{baseDir}/requirements.txt"
Installs
8
GitHub Stars
19
First Seen
May 15, 2026
arxiv-reader — bighardperson/computer-science-skills-collection