z.ai Expert Consultation
SKILL.md
z.ai Expert Team Integration
z.ai provides a team of domain experts accessible through the zread MCP server, working alongside Google Antigravity IDE.
Configuration ✅
Status: Configured and ready to use
Environment Variable (Windows PowerShell)
# Session only
$env:Z_AI_API_KEY = "your-z-ai-key"
# Permanent (User-level)
[Environment]::SetEnvironmentVariable("Z_AI_API_KEY", "your-key", "User")