With your handover pack you received tenant-skill/, a skill package for Claude (Anthropic's AI assistant). Installed into your own project, it teaches your assistant how to operate your Omega Cloud environment correctly: which of your three accounts to use for which job, which permission errors are deliberate platform boundaries, and how to behave safely on a live environment. This page explains how to install it and how to get the most out of it.
A folder of plain-text instructions your AI assistant loads when you ask it to do cloud work:
SKILL.md -- the core: account selection, the boundary model, authentication, safety rules, and a routing table.references/ -- detailed, on-demand pages the assistant loads per topic: day-2 operations (networks, VMs, volumes, load balancers), Kubernetes, CI/automation, and troubleshooting.Your copy was instantiated for you at handover: it already contains your short name, endpoints, and region. It contains NO credentials -- it tells the assistant how to authenticate, never what your secrets are.
tenant-skill/ directory into your project as .claude/skills/omega-cloud-tenant/ (the directory name must be exactly omega-cloud-tenant). The skill is picked up automatically; asking "what skills are available?" should list it.Give the assistant a working CLI environment: the OpenStack client installed, your clouds.yaml configured per the CI/Automation Integration Guide, and the delivered CA bundle on disk. Credential secrets belong in your environment (or your secret store), never pasted into the chat.
admin -- a correctly working assistant will decline the workaround and point you at the request path instead. That is the skill doing its job.bash scripts/tenancy-audit.sh from your document pack). It proves authentication, the CA bundle, endpoint discovery, and the skill itself in one pass, and changes nothing.The skill is versioned with your document pack. When we ship an updated pack, replace the installed skill directory with the new copy -- do not hand-edit it, or your edits will be lost at the next update. Requests to change what the skill teaches go through your account contact like any other document feedback.