AI Agent Hub
Back to plugins
🧰

dsh-london-city

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-london-city

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

Run dsh plugin install uckkk/dsh-london-city in the DeepSeek Harness CLI to install; source repository: https://github.com/uckkk/dsh-london-city

About this plugin

When building conversation flows or knowledge bases that reference London city data, relying on external APIs often means network latency, rate limits, and unavailability in offline scenarios. dsh-london-city addresses exactly that pain point: it registers a compact city_info tool into your session so you can retrieve basic London information with zero network calls, delivering instant and stable responses.

The plugin is implemented in pure Node.js with no external network dependencies and no heavyweight frameworks or third-party SDKs. This makes it a drop-in fit for latency-sensitive automation pipelines, offline demo environments, or CI workflows where zero external dependencies are a hard requirement, with no risk of upstream API changes or throttling.

If you are assembling a London-themed travel assistant, a local-knowledge QA bot, or simply need a lightweight city-data tool in a larger toolkit that must work without internet access, dsh-london-city is a predictable, MIT-licensed option that keeps your stack slim.

Use Cases

  • Retrieve basic London city data instantly in offline environments
  • Enrich travel or local QA conversations with structured city info
  • Invoke city data in CI pipelines without any network access
  • Serve as a zero-dependency data source in London-themed dialogue flows

Best For

  • Developers building London-themed chatbots
  • Automation engineers needing offline-stable tooling
  • Technical users assembling local knowledge QA systems