Token导航 LogoToken导航TokenDH.com
云服务敏感数据github未标认证来源可访问许可证需确认审计提醒

create-azure-agentcreate Azure Agent 部署

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

392

周安装

16

GitHub Stars

2

下载量

127
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:create-azure-agent(create Azure Agent 部署)
来源仓库:https://github.com/richfrem/agent-plugins-skills
仓库路径:skills/create-azure-agent
安装命令:
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-azure-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-azure-agent

简介

用于为 Azure AI Foundry 生成部署包装器和 Bicep 模板。

  • 自动化云资源配置,create-azure-agent 属于云服务类 Skill,可作为该场景下的辅助能力补充。
  • 简化 AI 代理在 Azure 上的部署流程。
  • 需指定订阅、资源组和区域等参数, 区分测试与生产环境操作。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Follow the create-azure-agent skill workflow to generate Azure AI Foundry deployment wrappers for an existing agent skill.

Inputs

  • $ARGUMENTS — optional path to the skill directory to deploy. Omit to start with discovery.

Steps

  1. If $ARGUMENTS provides a skill directory, resolve and validate the path
  2. Follow the create-azure-agent phased workflow: confirm the target skill, gather Azure configuration (subscription, resource group, region, naming preferences), then run scaffold_azure_agent.py to generate Bicep templates and the Python Azure AI Projects SDK deployment wrapper
  3. Summarize generated files in the skill's azure_deployment/ directory
  4. Instruct on reviewing .bicep parameters and running az deployment group create

Output

azure_deployment/azure_agent.py (Azure AI Projects SDK orchestration script) and azure_deployment/main.bicep (Cosmos DB, AI Search, and Foundry Project infrastructure).

Edge Cases

  • If $ARGUMENTS is empty: ask for the target skill directory before proceeding
  • If Azure credentials are not configured: instruct user to run az login first
  • Azure AI Foundry enforces a 128-tool limit — scaffold generates a focused worker agent
  • Offer to run /agent-scaffolders:audit-plugin to validate the skill before deploying

适合场景

01

Azure 资源规划

02

云服务升级

03

基础设施检查

04

企业云环境自动化

能力概览

能力 1

整理 Azure 服务操作流程

能力 2

提示 CLI/MCP 前置条件

能力 3

辅助云资源检查和规划

能力 4

保留官方服务来源线索

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.42%
按下载量换算44

Claude

29.71%
按下载量换算38

Cursor

19.6%
按下载量换算25

Gemini CLI

10.29%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills