AI Agent Hub
Back to plugins
🧰

dsh-chicago-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-chicago-city

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

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

About this plugin

Need a quick reference to basic facts about Chicago without breaking your flow to open a browser? dsh-chicago-city brings that lookup right into your conversation: a single call to the city_info tool returns foundational information about Chicago, sparing you the copy-paste loop.

The implementation is deliberately lean—pure Node, zero network calls, no external services. It runs reliably even inside offline sandboxes or restricted-network environments where DNS resolution or proxy configuration might otherwise stall a request. No background processes, no polling, no extra dependencies to manage.

It suits developers who repeatedly need Chicago municipal data points in content pipelines, dashboard builders, or city-themed agent workflows. There is no API gateway to spin up and no static JSON file to keep in sync; simply register the tool in your plugin list and reference it by name in your prompts.

Use Cases

  • Quickly looking up Chicago city basics during a conversation
  • Retrieving municipal data in an offline sandbox
  • Referencing city facts within a themed agent pipeline

Best For

  • Developers needing city data reference in conversational workflows
  • Agent builders working in offline or network-restricted environments
  • Content teams repeatedly using municipal data in dashboards or writing pipelines