AI Agent Hub
Back to plugins
🤖

dsh-culture-movies

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-culture-movies

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

Run dsh plugin install uckkk/dsh-culture-movies in DeepSeek Harness to install this plugin; source code is available at https://github.com/uckkk/dsh-culture-movies

About this plugin

Building an LLM workflow around film content—whether for recommendation, tagging, cultural research, or education—often requires a structured reference list of movie genres right at the model's fingertips. dsh-culture-movies solves that gap by injecting a local, structured catalogue of movie-genre entries into your DeepSeek session, so the model can reason over the data without any external API calls or network round-trips.

The plugin registers two lightweight tools: list_movie returns every genre entry in one call, while get_movie lets you look up a specific entry by its id or name to retrieve full details. Both are implemented in pure Node.js with zero runtime dependencies, meaning the plugin is ready the moment it loads.

If you are assembling a DeepSeek pipeline for film-related tasks and want to keep the deployment stack lean—no microservices, no hosted databases, no network calls—this plugin slots in as a self-contained, ready-to-use knowledge source.

Use Cases

  • Film recommendation pipelines that need genre classification context
  • Cultural research or educational Q&A referencing movie-genre entries
  • Zero-network, offline-capable DeepSeek inference workflows

Best For

  • Developers building film content pipelines or tagging systems
  • Teams that prefer lean local deployment without external APIs
  • Users assembling culture-domain knowledge-augmented DeepSeek workflows