DeepSeek Harness plugin

dsh-az

Azure resource management: query and show resources, deploy Bicep/ARM templates, and check the activity log.

Jump to install

Source facts

Repository
WODE25500/dsh-az
Latest update
Aug 21, 2026
Category
Development & Runtime
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/WODE25500/dsh-az
GitHub: https://github.com/WODE25500/dsh-az
Plugin: dsh-az
Author: WODE25500
Install command: dsh plugin --profile web add github:WODE25500/dsh-az

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-az

dsh-az

Azure CLI 的 DeepSeek Harness 插件 —— 让 dsh 智能体管理 Azure 资源:查询、展示、部署、诊断。

> 独立社区项目,非官方。基于 Azure/azure-cli(MIT)。

特性

  • 7 个原生工具:az_status / az_subscriptions / az_resource_query / az_show / az_activity_log / az_group_create / az_deploy
  • 所有查询 --output json,模型直接读结构化数据
  • 支持 Bicep 与 ARM JSON 模板部署
  • 写操作(group create / deploy)显式确认
  • 延续微软系主题(与 SkillOpt / winget / wsl 同系列)

安装

- insert:
    - id: az
      name: './src/index.js'
      config:
        azPath: az
        subscription: <your-sub-id>

许可

MIT。