ソース情報
- リポジトリ
- openags/auto-researcher
- ソースの最終更新活動
- 2026年3月19日 15:34
- 検出された SKILL.md の言語
- 英語
- スター
- 9
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- verify-citations
- description
- Verify academic citations against public databases
- roles
- ["literature","reference","reviewer"]
- tools
- ["arxiv","semantic_scholar"]
- triggers
- ["verify citations","check references","validate bibliography","always"]
- version
- 1.0.0
## Instructions
Before finalizing any output that contains citations:
1. Extract all cited papers from the text
2. For each citation, verify:
- arXiv ID exists (if provided)
- DOI resolves in CrossRef (if provided)
- Title matches in Semantic Scholar (fuzzy match, threshold 0.85)
3. Flag unverifiable citations with ⚠️
4. Suggest corrections for near-matches
5. Generate a verification summary at the end
GitHubで見る