AI Agent Hub
Back to plugins
🧰

dsh-geography-oceans

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-geography-oceans

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

Run dsh plugin install uckkk/dsh-geography-oceans in DeepSeek Harness to install this plugin; the source code is available at https://github.com/uckkk/dsh-geography-oceans .

About this plugin

Pulling geography facts about the five major oceans mid-conversation usually means a web search or an external API call — slow and network-dependent. dsh-geography-oceans bundles structured ocean data as local, pure-Node tools with zero runtime network dependency, so results come back instantly.

The plugin exposes two core tools: list_ocean returns every ocean entry in one call for a quick overview, while get_ocean lets you query a specific ocean by ID or name for detailed information. Both share a consistent response shape, making them easy to chain in downstream pipelines.

Whether you are answering geography questions in a teaching session, fact-checking ocean names while writing, or building a self-contained knowledge assistant with no external services, this plugin gives you a zero-config, install-and-go local data source.

Use Cases

  • Quickly verify the five major oceans by name or basic info in conversation
  • Fetch ocean entries offline for geography teaching or writing
  • Build a self-contained knowledge QA pipeline without external services

Best For

  • Developers needing offline geography data
  • Engineers building local knowledge assistants
  • Geography educators and popular-science writers