AI Agent Hub
Back to plugins
🎮

dsh-culture-boardgames

Fun & Dress-up Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-culture-boardgames

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

Run dsh plugin install uckkk/dsh-culture-boardgames in the DeepSeek Harness terminal to install the boardgame culture plugin sourced from https://github.com/uckkk/dsh-culture-boardgames.

About this plugin

Looking up boardgame-culture facts in the middle of a conversation often means tab-hopping and breaking your flow. The dsh-culture-boardgames plugin brings boardgame entry browsing and search directly into your session, so you can pull up a single boardgame record without ever leaving the chat.

It ships two straightforward tools: list_boardgame returns every entry in the catalogue at once, while get_boardgame lets you fetch a specific record by its id or name. The whole plugin is written in pure Node.js with zero network calls, which means it runs fully offline, starts instantly, and can be dropped into any pipeline without pulling in external dependencies.

It is well suited to boardgame enthusiasts, culture-focused writers, and anyone who wants quick, dependency-free access to boardgame entries within a conversation. The MIT license keeps integration and forking completely friction-free.

Use Cases

  • Browse all boardgame entries in a single call within a conversation
  • Look up a specific boardgame by name or id instantly
  • Search boardgame records offline with zero network access

Best For

  • Boardgame enthusiasts and culture-focused content writers
  • Teams that want to embed a boardgame knowledge base inside a conversation
  • Developers who prefer pure local, zero-dependency tooling