Flan246/dsh-lit-search0

dsh-lit-search

适用于 DeepSeek Harness 的学术文献搜索、引用和 BibTeX 工具插件(基于 Crossref 和 OpenAlex)。

AI 分析

核心用途是为 Agent 提供学术文献检索与引用生成能力。适合需要频繁查找学术论文、生成 BibTeX 或进行文献引用的科研与写作任务。

包名
dsh-lit-search
版本
0.1.1
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Flan246/dsh-lit-search

Usage

1. dsh plugin

dsh plugin add dsh-lit-search

Registers four agent tools: lit_search, lit_cite, lit_bib, lit_related.

2. Standalone CLI

npx dsh-lit-search search "attention is all you need" -n 5
npx dsh-lit-search cite 10.1038/nature14539 -s bibtex
npx dsh-lit-search bib 10.1038/nature14539 10.48550/arXiv.1706.03762
npx dsh-lit-search related 10.1038/nature14539 -n 5

All commands print human-readable text by default; pass --json before the subcommand (e.g. npx dsh-lit-search --json search "transformers") for machine output. Exit codes: 0 success, 1 business error, 2 usage error.

3. Agent skill

Copy skill/ into ~/.agents/skills/dsh-lit-search/ (or your agent's skill directory). The skill tells the agent to run the CLI above.