AI Agent Hub
Back to plugins
🧰

dsh-paris-city

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-paris-city

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

Run dsh plugin install uckkk/dsh-paris-city in your DeepSeek Harness terminal to install this plugin; the full source is available at https://github.com/uckkk/dsh-paris-city .

About this plugin

In a DSH session you may need a quick, self-contained reference to a city basic data without hitting an external API or waiting on a network call. dsh-paris-city is a lightweight tool plugin built exactly for that: it registers a single city_info tool, written in pure Node.js with zero network dependencies, that returns basic information about Paris.

The plugin trades breadth for simplicity. There is no service to launch and no config to fiddle with—once installed, you simply call the tool in your conversation. It suits developers who want a local, offline city-data stub embedded in a workflow without adding latency or external coupling.

The project is still in its early stages, and the city-info fields are expected to be fleshed out over time. If you are sketching a city-data toolchain around Paris, this plugin works well as a local placeholder you can iterate on alongside the rest of the project.

Use Cases

  • Quickly look up basic Paris city data in a DSH session
  • Serve as a local stub when building a city-data toolchain
  • Retrieve static city information without network access

Best For

  • Developers embedding city-info references in workflows
  • Builders who prefer lightweight, zero-dependency tools
  • Engineers prototyping a Paris-based data toolchain