AI Agent Hub
Back to plugins
🧰

dsh-lit-search

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Flan246/dsh-lit-search

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Flan246/dsh-lit-search inside DeepSeek Harness to install it; the full source repository is at https://github.com/Flan246/dsh-lit-search .

About this plugin

Writing a thesis means bouncing between search engines, citation managers, and LaTeX templates just to assemble a reference list. dsh-lit-search collapses that workflow into one lightweight tool: a single call queries both Crossref and OpenAlex simultaneously, deduplicates results by DOI, and returns title, authors, year, venue, and citation counts—no more tab-hopping between two separate sites.

Citation formatting is handled out of the box. The default style is GB/T 7714, which aligns with Chinese thesis requirements; APA and BibTeX are also supported. For batch work, feed it a list of DOIs and it generates a combined .bib file, reporting any DOIs that failed to resolve so you can fix them quickly. A related-works endpoint pulls in OpenAlex recommendations for any given paper, making it easier to expand your reading list.

Whether you are a graduate student wrestling with a Chinese-language thesis, a postdoc double-checking reference consistency, or a developer who wants to give a coding agent a solid literature-search capability, dsh-lit-search slots in as a ready-to-use helper. It relies entirely on free public APIs with no key required, and its HTTP layer includes a 10-second timeout with one retry on 5xx or network errors for predictable behavior.

Use Cases

  • Generating GB/T 7714 formatted citations for a Chinese-language thesis
  • Giving a coding agent an academic literature search and related-work skill
  • Converting a batch of DOIs into a single combined .bib file with failed entries reported separately

Best For

  • Graduate students writing Chinese-language theses
  • PhD students or postdocs who frequently verify reference formatting
  • Developers who want to attach a literature-search skill to their agent