dsh-lit-search
Academic literature search, citation and BibTeX tools for DeepSeek Harness and any agent (Crossref + OpenAlex).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Flan246/dsh-lit-search说明文档
阅读完整 README ↗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.