AI Agent Hub
Back to plugins
🧰

dsh-dev-cloud

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-dev-cloud

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

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

About this plugin

Checking cloud service entries across platforms during a dev or ops session often means juggling browser tabs and terminal windows. dsh-dev-cloud moves those lookups directly into your conversation, so a single prompt returns structured data without the context-switching overhead.

The plugin exposes two lightweight tools: list_cloud enumerates every cloud service entry, while get_cloud retrieves the full details of a specific entry by id or name. Everything is written in plain Node with no third-party SDK or external network stack, so calls resolve locally with minimal overhead and zero configuration.

It is a natural fit for developers, SREs, or platform engineers who regularly need to verify cloud resource inventories mid-session. Instead of opening multiple web consoles or chaining CLI commands, you simply ask in the conversation and receive clean, structured results.

Use Cases

  • Enumerate all cloud service entries mid-session
  • Look up a single entry by id or name
  • Verify resource inventories without switching to a browser

Best For

  • Developers who frequently check cloud resource inventories
  • SREs querying service status during daily ops
  • Platform engineers building automated workflows