用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Azure/sre-agent-plugins --skill elasticsearch命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Assess security, reliability, and cost posture of Azure OpenAI and AI Foundry deployments. Detects anti-patterns like API keys instead of Managed Identity, public endpoints, disabled content filtering, deprecated models, over-provisioned PTU, missing AI Gateway, and single-region deployment.
Assess Azure resource capacity, quota utilization, and growth trends to prevent outages from resource exhaustion. Use when asked about capacity, quotas, scaling readiness, load testing prep, or growth projections.
Audit Azure environment for compliance and governance posture. Checks Azure Policy, RBAC, tagging, resource locks, naming conventions, and regulatory alignment. Use when asked about compliance, governance, audit readiness, or policy violations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | elasticsearch |
| description | Query and analyze Elasticsearch data including logs, indices, mappings, and cluster health using ES|QL |
You have access to the Elasticsearch MCP server tools for querying and analyzing data from Elasticsearch clusters.
| Tool | Purpose |
|---|---|
| list_indices | List all available Elasticsearch indices |
| get_mappings | Get field mappings for a specific index |
| search | Perform searches using Elasticsearch Query DSL |
| esql | Execute ES |
| get_shards | Get shard information and cluster health status |
list_indices to find relevant data sourcesget_mappings to understand available fieldssearch (Query DSL) or esql (ES|QL) to retrieve resultsget_shards for cluster and index health information