Flan246/dsh-lit-search0

dsh-lit-search

Academic literature search, citation and BibTeX tools for DeepSeek Harness and any agent (Crossref + OpenAlex).

AI 分析

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

パッケージ
dsh-lit-search
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/26

インストール

$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.