AI Agent Hub
Back to plugins
🧰

dsh-berlin-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-berlin-city

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

Run dsh plugin install uckkk/dsh-berlin-city in your terminal to install the plugin; the full source is available at https://github.com/uckkk/dsh-berlin-city . Once installed, simply invoke the registered city_info tool in any session.

About this plugin

When you need a quick look-up of basic Berlin city information inside a session, dsh-berlin-city offers a lightweight, install-and-go solution. There is no need to wire up your own scripts, configure external APIs, or pull in network-dependent packages; the plugin returns Berlin-related data entirely in a pure-Node local environment.

Its core capability centers on a single city_info tool. Once installed, the tool registers itself in the session and can be called on demand to fetch Berlin city data. The implementation carries zero external network dependencies, keeping the runtime clean and the startup fast, which makes it a natural fit for embedding into existing workflows without introducing heavyweight dependency chains.

It is well suited for developers who prefer a lean toolchain, or for users who need to slot a Berlin city information query into a local session. Shipped under the MIT license with a concise codebase, the plugin is easy to inspect and extend as needed.

Use Cases

  • Quickly look up Berlin city basics inside a session
  • Embed a city-data query step in a local workflow pipeline
  • Offline information retrieval without any external API

Best For

  • Developers who prefer a lean toolchain
  • Users who need to slot Berlin city info into a local session
  • Node.js developers who want to avoid extra network dependencies