This handles Coralogix IAM administration: auditing who has access, rotating API keys, managing user roles and team groups, and configuring IP allowlists. The skill wraps their cx CLI and includes solid safety rails. All destructive operations require explicit confirmation before running, and there's a read-only mode for safe exploration. The access audit workflow is thorough, walking you through users, roles, groups, API keys, and IP restrictions with jq filters for each. The API key rotation section is especially practical, emphasizing the critical step of deploying and verifying the new key before deleting the old one. If you're managing a Coralogix account with multiple team members or need to produce compliance reports, this covers the ground.
npx skills add https://github.com/coralogix/cx-cli --skill cx-platform-admin