AI Agent Hub
Back to plugins
🧰

dsh-lagos-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-lagos-city

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

Run dsh plugin install uckkk/dsh-lagos-city in DeepSeek Harness to install this plugin. The full source is available at https://github.com/uckkk/dsh-lagos-city .

About this plugin

Want to drop a quick reference to Lagos city information into a conversation without triggering a single network call? dsh-lagos-city exists for exactly that purpose. It wraps Lagos city data into a ready-to-use city_info tool that runs entirely in pure Node.js, with zero external dependencies and no network access required.

The plugin is intentionally narrow in scope: it registers a single city_info tool that returns information about Lagos. There are no configuration options to fiddle with, no async network calls to worry about, and the output is consistent and predictable, making it well-suited for offline pipelines or automation flows that need the same city data every time.

Whether you are working in a network-restricted environment where you still need basic Lagos city facts in your dialogue, or you simply want to take the shortest possible path to learning how dsh plugin registration and invocation work, this lightweight MIT-licensed tool is a practical starting point.

Use Cases

  • Retrieving basic Lagos city info in an offline or network-restricted environment
  • Quoting Lagos data in a conversation without any network request
  • Calling the same city data consistently and reliably in automation pipelines

Best For

  • Developers who need city data despite network restrictions
  • Users taking the fastest path to learn dsh plugin registration and invocation
  • Teams that require an offline-ready, predictable city information tool