AI Agent Hub
Back to plugins
🧰

dsh-panama

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-panama

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-panama, source available at https://github.com/uckkk/dsh-panama

About this plugin

dsh-panama is a lightweight plugin built around Panama country data, categorized under web-tools. It tackles a specific problem: when a project needs structured fields about Panama, you may not want extra network calls or heavy dependencies. You just need a clean, incrementally populating JSON data source.

The plugin is implemented in pure Node.js and makes zero network requests at runtime. It works by requesting fields step by step. You trigger each step and the plugin writes the corresponding content into JSON, eventually assembling a complete Panama country data object. This progressive approach keeps every step predictable and easy to debug.

It suits developers working in offline environments, edge scripts, or Node projects where controlling dependency size matters. If you need a zero-network, zero-external-package, well-structured country data populator for Panama, dsh-panama keeps the job small and direct.

Use Cases

  • Needing structured Panama fields in offline environments
  • Populating country-level JSON step by step in edge scripts
  • Node projects with strict dependency size constraints

Best For

  • Node developers working in offline or edge environments
  • Script authors needing a country-level data populator
  • Maintainers of lightweight projects seeking zero external dependencies