소스 정보
- 저장소
- antins-labs/SearchOS
- 최근 소스 활동
- 2026년 7월 7일 12:37
- 감지된 SKILL.md 언어
- 다국어 혼합
- 스타
- 483
- 포크
- 23
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
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