AI Agent Hub
Back to plugins
🧰

dsh-mcwiki-search

Web Tools Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install Yinxe/dsh-mcwiki-search

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

Run dsh plugin install Yinxe/dsh-mcwiki-search in the DeepSeek Harness terminal to install this plugin; source code is available at https://github.com/Yinxe/dsh-mcwiki-search

About this plugin

Feeding Minecraft Wiki content to a model is rarely about relevance—the real pain is readability. Template variables, citation markup, image placeholders, and interlanguage links bloat the context window and confuse the model. dsh-mcwiki-search strips all of that noise internally, so what reaches the model is always a clean title, summary, or body text.

The plugin registers three model tools: mcwiki_search for full-text search with bolded hit terms, mcwiki_get_page for fetching an intro or the complete page (un-truncated by default, tables preserved), and mcwiki_random for a random entry with its intro. Both the Chinese and English wikis work out of the box. API endpoint, timeout, result count, and character limits are configurable in settings.yaml with hot-reload—no restart needed. A built-in settings page offers live search and page-conversion previews for quick verification.

It is designed for DeepSeek Harness workflows that need precise game mechanics, stat values, or lore lookups. Data comes from a public MediaWiki API with no key or quota required. Install it, then simply ask your model to pull up the Creeper drop table—if the answer reads like a polished wiki entry, the pipeline is working.

Use Cases

  • Query precise game mechanics, stat values, or lore for the model
  • Convert Chinese/English wiki pages into clean text for direct model use
  • Search and cite Minecraft encyclopedia entries in real time during chat

Best For

  • Developers building game-knowledge Q&A on DeepSeek Harness
  • End users who need AI to cite Minecraft wiki content accurately
  • Prompt engineers who want to skip manual MediaWiki data cleaning