用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/antins-labs/SearchOS --skill academic-paper命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | academic_paper |
| description | 搜索学术论文(Semantic Scholar + DBLP + arXiv 三源并行),返回标题、作者、摘要、引用数、链接 |
| layer | access |
| trigger | 查询涉及学术论文、科研文献、预印本、论文引用量、特定学术会议/期刊论文的具体内容,并且网页、新闻、微信公众号等内容无法提供详情信息时使用。 |
| trigger_conditions | {"domain":["academic","research"],"entity_types":["paper","researcher","conference","journal"],"attribute_types":["citation_count","publication_year","venue","authors","abstract"],"coverage_gap_pattern":"academic_reference_missing"} |
| cost_hint | low |
| effectiveness_score | 0 |
| success_rate | 0 |
| status | seed |
| has_executor | true |
通过 Semantic Scholar、DBLP、arXiv 三个免费学术 API 并行搜索论文,返回结构化的论文元数据。
result = await execute({
"query": "large language model alignment",
"num_results": 5,
"year_range": "2023-2025",
"source": "all" # 可选: all, semantic_scholar, dblp, arxiv
}, browser)
场景: When searching for papers accepted to a future or very recent conference (e.g., 'ACL 2026' when the date is April 2026, prior to the conference date).
场景: Searching for papers from a major conference for the current year (e.g., 'ACL 2026' in April 2026), specifically when the conference has not yet occurred or proceedings are not yet online.
wechat_article searches, as labs self-report acceptances immediately upon notification, bypassing the academic index lag.场景: When searching for papers from a specific upcoming or very recent conference edition (e.g., 'ACL 2026' when the date is April 2026, before proceedings are out).
场景: when searching for very new or niche technical terms (<12 months old) that may not yet be indexed in academic databases