paper-repo-manage
管理论文仓库列表、配置、关键词、搜索范围
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
管理论文仓库列表、配置、关键词、搜索范围
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
通用图片生成 Skill — 通过 OpenRouter + Gemini 生成图片
引导用户创建新的 GitHub 论文收集仓库(交互式向导)
论文仓库自动化工具集 — 搜索论文、下载 PDF、生成 README、Git 同步
审查论文仓库中的论文相关性,识别并清理与仓库主题不符的论文
| name | paper-repo-manage |
| description | 管理论文仓库列表、配置、关键词、搜索范围 |
| metadata | {"openclaw":{"requires":{"bins":["uv"]}}} |
管理已创建的论文仓库:查看列表、修改配置、管理关键词和搜索范围。
读取 ~/.openclaw/workspace/paper-repos/repos.json,展示所有已注册的仓库:
读取 ~/.openclaw/workspace/paper-repos/<slug>/config.json,展示:
编辑 ~/.openclaw/workspace/paper-repos/<slug>/keywords.md:
每行一个英文关键词,# 开头为注释。
编辑 ~/.openclaw/workspace/paper-repos/<slug>/scope.conf:
openalex_filter — OpenAlex 过滤条件arxiv_categories — arXiv 类别列表(逗号分隔)修改 ~/.openclaw/workspace/paper-repos/<slug>/config.json 中的 categories 字段,
并在 git-repo/papers/ 下创建对应目录。
export PATH=$HOME/.local/bin:$PATH
cd {baseDir}
uv run python3 repo-auto-update.py \
--base-dir ~/.openclaw/workspace/paper-repos \
--repo-slug <slug> \
--proxy http://127.0.0.1:7890
⚠️ 需要用户确认后才能执行:
repos.json 移除条目~/.openclaw/workspace/paper-repos/<slug>/ 数据目录gh repo delete <slug> --yes)