AI Agent Hub
Back to plugins
🧰

dsh-beijing-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-beijing-city

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

Run dsh plugin install uckkk/dsh-beijing-city in your terminal to install this plugin, source code at https://github.com/uckkk/dsh-beijing-city .

About this plugin

dsh-beijing-city adds a focused city-information tool to your DeepSeek Harness session. Calling the city_info tool returns structured basic information about Beijing, so conversations that touch on Beijing can pull reliable data on the spot instead of relying on model memory or ad-hoc lookups.

The plugin is written in pure Node.js with zero external SDKs and no network calls. It runs offline, in low-bandwidth environments, or inside CI pipelines, keeping deployment cost near nothing and load time in the millisecond range.

It suits three kinds of users: product developers who need a stable, predictable Beijing data source in their chat flows; anyone learning how the dsh plugin registration mechanism works with minimal code; and engineers who plan to replicate the pattern for other cities and want a lean reference implementation.

Use Cases

  • Pulling structured Beijing data into conversations via a single tool call
  • Serving city fields reliably in offline or low-bandwidth settings
  • Replicating the minimal pattern to spin up info tools for other cities

Best For

  • Developers who need a stable Beijing data source in chat products
  • Beginners exploring the dsh plugin registration flow with minimal code
  • Engineers planning to scale a multi-city information plugin framework