cube-admin

Installation
SKILL.md

Administer a Cube tenant

The widest surface in this plugin, and the one where mistakes affect other people. Everything here is real: removing a user removes their access.

Preflight

command -v cube >/dev/null || echo "Cube CLI not installed: curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh"
cube whoami || echo "Not authenticated. Interactive: cube login. Headless: set CUBE_API_URL + CUBE_API_KEY."
cube context list   # the wrong tenant here changes the wrong company's access

Read before you write

Access questions are answered by reading, and most requests are questions even when phrased as instructions. Establish the current state first:

Installs
10
GitHub Stars
1
First Seen
Aug 19, 2026
cube-admin — cube-js/cube-agent-skills