AI Agent Hub
Back to plugins
🧰

dsh-peru

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-peru

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

In the DeepSeek Harness plugin marketplace, search for dsh-peru (source: https://github.com/uckkk/dsh-peru ) and click Install to add the Peru country-data plugin to your workspace.

About this plugin

When you need structured Peru-related data in an offline or network-restricted environment, relying on external APIs or scraping pages is both fragile and impractical. dsh-peru addresses this gap by packaging Peru country information into a locally runnable plugin, so you can request the fields you need without waiting on any network call.

The plugin is implemented in pure Node.js with zero network dependencies; all logic executes in-process. It works in a step-by-step fashion: you specify the fields you require, and the plugin writes the corresponding content into a JSON structure one at a time, making it easy to consume downstream or assemble incrementally within a pipeline.

Ideal for developers working in offline sandboxes, intranet environments, or lightweight scripts who need Peru-country structured data in a local JSON workflow. If your project calls for embedding Peru basic information, administrative divisions, or other structured fields into a local data pipeline, dsh-peru offers a dependency-free and predictable way to retrieve them.

Use Cases

  • Embedding Peru country fields into a local JSON pipeline in an offline sandbox
  • Fetching Peru basic info step by step in an intranet without external API access
  • Incrementally assembling Peru administrative division fields in lightweight scripts

Best For

  • Developers processing country-level data in network-free environments
  • Node.js developers building lightweight offline data pipelines
  • Automation engineers assembling structured JSON in sandboxes or intranets