arxiv-researcher
arXiv 科研与工程实验室(统一 CLI 版)。 在 Claude Code 中通过自然语言或 `arxiv <subcommand>` 完成论文发现、初始化、精读、复现、工程化与贡献闭环。 关键词:arXiv、paper、research、reproduce、工程化、复现、开源贡献。
Best use case
arxiv-researcher is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
arXiv 科研与工程实验室(统一 CLI 版)。 在 Claude Code 中通过自然语言或 `arxiv <subcommand>` 完成论文发现、初始化、精读、复现、工程化与贡献闭环。 关键词:arXiv、paper、research、reproduce、工程化、复现、开源贡献。
Teams using arxiv-researcher should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
How arxiv-researcher Compares
| Feature / Agent | arxiv-researcher | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
arXiv 科研与工程实验室(统一 CLI 版)。 在 Claude Code 中通过自然语言或 `arxiv <subcommand>` 完成论文发现、初始化、精读、复现、工程化与贡献闭环。 关键词:arXiv、paper、research、reproduce、工程化、复现、开源贡献。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
SKILL.md Source
# arXiv Researcher (Unified CLI) ## Claude Code 最新使用方式 优先使用以下两种方式: 1. `/arxiv-cli` 统一入口(推荐) - 例:`/arxiv-cli 搜索最近 7 天 speculative decoding 且有代码的论文` 2. 自然语言目标驱动 - 例:“搜索最近 7 天 speculative decoding 且有代码的论文,并给出前三篇建议。” 3. 显式命令驱动 - 例:“执行 `arxiv daily "speculative decoding" --days 7 --code-only` 并总结结果。” 说明:旧的 `/arxiv-*` 分散指令已迁移到统一入口 `/arxiv-cli`,底层执行命令为 `arxiv <subcommand>`。 ## 安装 ```bash git clone https://github.com/teslavia/arxiv-researcher.git cd arxiv-researcher ./install.sh ``` 如果系统 Python 受限(PEP 668),使用虚拟环境: ```bash python3 -m venv .venv source .venv/bin/activate python3 -m pip install -e . ``` ## 统一命令入口 ```bash arxiv --help ``` 主要子命令: - `arxiv search` / `arxiv fetch` / `arxiv daily` - `arxiv init` / `arxiv context` - `arxiv read` / `arxiv brain` - `arxiv repro` / `arxiv lab` / `arxiv deploy` / `arxiv dataset` / `arxiv fix` - `arxiv extend` / `arxiv contrib` ## 推荐 SOP ```text search/daily -> init -> read -> repro -> lab/deploy/dataset -> contrib ``` ## 项目结构(重构后) ```text arxiv-researcher/ ├── arxiv_engine/ │ ├── cli.py │ ├── core/ │ └── pipelines/ ├── skills/arxiv-cli/SKILL.md ├── requirements.txt ├── setup.py └── install.sh ``` ## 故障排查 - `arxiv: command not found`:执行 `python3 -m pip install -e .` - 无当前上下文:先 `arxiv init <id>` 或 `arxiv context <id>` - 查看参数帮助:`arxiv <subcommand> --help`
Related Skills
arxiv-cli
统一 arXiv CLI 技能。通过 `arxiv <subcommand>` 完成搜索、初始化、阅读、复现、实验、部署与贡献全流程。
web-researcher
Use this skill when you need to research a topic online, gather information from multiple sources, or evaluate source credibility. Trigger phrases: 'research', 'find information about', 'look up', 'investigate'. Not for academic systematic reviews (use literature-reviewer) or fact-checking specific claims (use fact-checker).
ux-researcher
Use this skill when planning or conducting user research, writing interview guides, designing surveys for UX insights, synthesizing qualitative findings, creating personas, or writing research reports. Trigger phrases: 'write a user interview guide', 'how do I conduct usability testing', 'synthesize research findings', 'create a user persona', 'design a UX survey'. Not for quantitative market sizing (use market-researcher), writing business requirements (use business-analyst), or product analytics.
market-researcher
Use this skill when sizing a market, analyzing competitors, designing customer surveys, segmenting audiences, or synthesizing research into market insights. Trigger phrases: 'size the market for', 'analyze our competitors', 'who is our target customer', 'design a survey to understand', 'TAM/SAM/SOM for'. Not for building financial models, writing pitch decks, or conducting UX usability research.
researcher-role-skill
Professional technical solutions research skill for investigating technologies, analyzing best practices, evaluating feasibility, and producing comprehensive reports with actionable recommendations for development initiatives.
researcher.default
Research-focused autonomous agent for evidence collection.
arxiv-latex-reader
Use when reading large arxiv papers without context overflow. Progressive two-layer reading: index all sections (~2k tokens), then deep-read on demand. Never truncates. Triggers: "read paper", "paper sections", "section index", "progressive reading", "paper_content.json", "section summary"
market-researcher-agent
Use this skill to research markets, understand trends, find opportunities, and validate ideas. Triggers: "market research", "market analysis", "market opportunity", "market size", "TAM SAM SOM", "industry analysis", "market trends", "validate idea", "market validation", "customer research", "market sizing", "opportunity analysis" Outputs: Market report with size, trends, opportunities, competitive landscape.
arxiv-digest
Fetch daily arXiv announcements (cs.RO), filter by research relevance, generate a structured markdown digest, and sync matched papers to a Zotero collection with arXiv PDFs attached.
swe-cli-skills
Senior engineer CLI expertise for AI agents — workflows, safety guardrails, gotchas, and anti-patterns across cloud, IaC, containers, databases, dev tools, and platforms
PicoClaw Fleet
Orchestrate a fleet of remote PicoClaw workers over SSH for fast, ephemeral one-shot tasks.
VibeCollab — Setup Instructions for AI Assistants
You are helping a user set up VibeCollab in their project.