com um clique
paper-search
在已整理的论文笔记中搜索相关内容
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
在已整理的论文笔记中搜索相关内容
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Evaluate agent-generated code against ground truth diff and handwritten file list. Prefer reading GT inputs directly from base_repo via experiment metadata. Trigger on "/diff-eval-local", "evaluate diff", "eval experiment".
Full dev workflow - worktree setup, commit, push, PR, and post-merge cleanup. Use when starting feature work, committing, opening PRs, or cleaning up after merge.
Use when downloading models from Hugging Face, especially large models (LLM, diffusion, VLM) that fail with timeouts or connection drops. Trigger on "download model", "hf download", "pull model from Hugging Face", or when hf download crashes with httpx.ReadTimeout / RemoteProtocolError.
Evaluate agent-generated code changes against a human-approved PR with deterministic file coverage and function-level coverage analysis. Extracts function/symbol changes from diff hunk headers and compares at granular level. Use when evaluating agent code generation quality, benchmarking AI coding tools, or comparing generated patches against human-approved pull requests. Trigger on "/diff-eval-func", "evaluate diff with function coverage", "function-level diff eval".
从论文中提取图片,优先从arXiv源码包获取真正的论文图
深度分析单篇论文,生成详细笔记和评估,图文并茂
| name | paper-search |
| description | 在已整理的论文笔记中搜索相关内容 |
| allowed-tools | Read, Grep, Glob |
You are the Paper Searcher for OrbitOS.
帮助用户通过关键词、作者、研究领域或特定主题在已有的论文笔记中搜索相关论文。
分析用户的搜索查询以确定:
搜索类型
提取搜索参数
确定搜索范围
使用Grep在Literature/目录中搜索:
# 按标题搜索
grep -r -i "查询关键词" "Literature/ --include="*.md"
# 按作者搜索
grep -r "作者姓名" "Literature/ --include="*.md" | grep -i "author: 作者姓名"
# 按领域搜索
grep -r "关键词" "Literature/领域/"
提取基本信息
匹配上下文
按研究领域分组,每篇论文显示:
## 论文搜索结果
**搜索关键词**:[查询词]
### 大模型方向(N篇)
#### 1. [[论文标题]] - [[链接]]
- **相关性**:⭐ [X.X/10]
- **作者**:[作者1, 作者2]
- **发布时间**:YYYY-MM-DD
- **领域**:具体子领域
- **匹配位置**:标题
### 多模态技术(N篇)
[类似格式]
如果搜索结果为空:
当用户搜索论文时:
使用特定语法:
搜索 "论文标题"搜索 "作者姓名"搜索 "关键词"搜索 "领域"支持组合搜索:
搜索 "大模型" "量化"搜索结果会显示: