AI Agent Hub
Back to plugins
🧰

dsh-chengdu-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-chengdu-city

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

Run dsh plugin install uckkk/dsh-chengdu-city in your DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-chengdu-city . Once installed, you can invoke the registered tools directly in your session.

About this plugin

When you need quick access to Chengdu city information inside a DeepSeek session, dsh-chengdu-city provides a ready-to-call local tool that removes the hassle of manually pasting or assembling city data into your conversation.

The plugin registers a single tool, city_info, which returns city information for Chengdu. It is implemented in pure Node.js with zero external network calls, so once installed it works fully offline with no additional runtime dependencies.

It is well suited for developers who need a one-off lookup of Chengdu city data, or for anyone who wants to embed a lightweight, local city-information service in a DeepSeek workflow without making extra API calls. Once installed, simply invoke the registered tool in your session.

Use Cases

  • Quickly look up Chengdu city basics inside a DeepSeek session
  • Build a local city-info service with zero external API calls
  • Invoke a city-data tool in a fully offline environment

Best For

  • Developers needing a one-off Chengdu city-data lookup
  • Workflow builders who want to avoid extra API calls
  • Users who prefer lightweight, dependency-free plugins