Agent Skills
› fcakyon/claude-codex-settings
› setup
setup
GitHub解决 Azure MCP 配置、认证失败及 CLI 缺失问题,提供 az login、安装指南及权限排查方案。
Trigger Scenarios
Azure MCP error
Azure authentication failed
az login required
Azure CLI not found
Install
npx skills add fcakyon/claude-codex-settings --skill setup -g -y
SKILL.md
Frontmatter
{
"name": "setup",
"description": "This skill should be used when user encounters \"Azure MCP error\", \"Azure authentication failed\", \"az login required\", \"Azure CLI not found\", or needs help configuring Azure MCP integration."
}
Azure Tools Setup
Run /azure-tools:setup to configure Azure MCP.
Quick Fixes
- Authentication failed - Run
az loginto authenticate - Azure CLI not found - Install Azure CLI first
- Permission denied - Check Azure RBAC roles for your account
- Node.js not found - Install Node.js 20 LTS or later
Don't Need Azure MCP?
Disable via /mcp command to prevent errors.
Version History
- 9d0ce8b Current 2026-07-25 10:34


