AI Agent Hub
Back to plugins
🧰

dsh-bangkok-city

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-bangkok-city

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

Run dsh plugin install uckkk/dsh-bangkok-city in the DeepSeek Harness CLI to install this plugin; the full source repository is at https://github.com/uckkk/dsh-bangkok-city .

About this plugin

Building a localized chatbot or an offline lookup tool and wondering if there has to be a heavyweight external API just to fetch a city snapshot? dsh-bangkok-city was made for exactly that niche: a minimal DeepSeek Harness plugin that focuses on a single job, surfacing Bangkok city information on demand.

The plugin exposes one tool, city_info, which you can invoke mid-conversation to retrieve structured data about Bangkok. Under the hood it is written in pure Node.js with zero third-party packages and no network I/O, so it boots instantly and runs cleanly on any Node runtime without pulling in extra infrastructure.

It is a practical fit for developers who need offline city data, teams building Thai-localized conversational agents, or simply anyone who wants a quick Bangkok overview at their fingertips without importing a heavy service. The project is released under the MIT license, free to use, modify, and redistribute.

Use Cases

  • Fetch basic Bangkok city facts mid-conversation
  • Retrieve structured city data in an offline environment
  • Provide city context for a Thai-localized chatbot

Best For

  • Developers building localized conversational apps
  • Teams requiring offline city data in their toolchain
  • Individual users who want quick city facts in-chat