AI Agent Hub
Back to plugins
🧰

dsh-delhi-city

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-delhi-city

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

Run dsh plugin install uckkk/dsh-delhi-city in DeepSeek Harness to install; the source is hosted at https://github.com/uckkk/dsh-delhi-city .

About this plugin

Pulling up basic facts about Delhi, India in the middle of a conversation or an automation pipeline often forces you to maintain a separate lookup service or paste context by hand. dsh-delhi-city removes that friction: once installed, it registers a single city_info tool that you can call in-session to retrieve Delhi-related data and weave it directly into your conversational context.

Under the hood the plugin is intentionally minimal, written in pure Node.js with zero network dependencies, so its runtime footprint and startup cost are essentially negligible. There is no API key to configure, no database to keep in sync, and no external HTTP calls that could introduce latency or failure modes. It follows the less-is-more philosophy: install and go.

If you are building workflows, knowledge bases, customer-facing scripts, or any automation that needs a Delhi city dimension without the overhead of a custom data layer, this plugin is a zero-friction, plug-and-play building block that lets you focus on business logic instead of data retrieval.

Use Cases

  • Quickly look up basic Delhi city information within a conversation
  • Build automation workflows that include a Delhi city dimension
  • Add Delhi data context to knowledge bases or customer service scripts

Best For

  • Developers embedding city data into conversational scripts
  • Teams building India-related business automation pipelines
  • Users who prefer zero-config, lightweight tooling stacks