Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Radar

English

一个面向 Codex 的模块化论文追踪 skill 集合。Paper Radar 用统一的目录约定组织来自不同来源的论文发现、筛选、摘要与日报工作流。

已收录

Skill 来源 说明
arxiv-daily-translator arXiv 按研究方向抓取论文,生成 JSON 和 Markdown 日报,并回写中文摘要。未指定日期时,会在可配置窗口内选择最近一个有匹配论文的日期。

规划中

  • huggingface-daily-papers:从 Hugging Face Papers 日报中筛选与整理论文。
  • conference-paper-tracker:追踪顶会论文发布,并按指定研究方向筛选。
  • 更多来源:OpenReview、作者订阅、引用追踪与主题监控。

目录结构

paper-radar/
├── README.md                       # 中文说明(默认)
├── README.en.md                    # English documentation
├── .gitignore
└── skills/
    └── arxiv-daily-translator/
        ├── SKILL.md                # Codex skill instructions
        ├── agents/openai.yaml      # Skill UI metadata
        ├── references/             # Example configuration
        ├── scripts/                # Fetch, apply, and validation scripts
        └── tests/                  # Offline tests

每个 skill 都是独立、可安装的单元。通用代码只会在确有两个以上 skill 复用时再提取,避免过早耦合。

安装第一个 skill

在 Codex 对话中直接发送下面的请求,让 Codex 从 GitHub 安装:

请从 https://github.com/NLPJCL/paper-radar/tree/main/skills/arxiv-daily-translator 安装 arxiv-daily-translator skill 到本机 Codex skills 目录。

也可以将链接单独提供给 Codex:https://github.com/NLPJCL/paper-radar/tree/main/skills/arxiv-daily-translator

详细配置、运行方式和验收规则见 skills/arxiv-daily-translator/SKILL.md

贡献约定

  • 每个新能力放入 skills/<skill-name>/
  • 每个 skill 必须提供 SKILL.md,并保持自包含。
  • 不提交密钥、访问令牌、本地认证目录、生成日报或缓存。
  • 新增或修改脚本时,提供离线测试并运行验证。

许可证

本项目采用 MIT License

About

Paper Radar is a modular collection of paper tracking skills for Codex. It organizes the workflow of paper discovery, screening, abstracting, and daily reporting from different sources using a unified catalog convention.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages