This one spins up Elastic Cloud Serverless projects through their REST API. You'll need an EC_API_KEY with Admin or Organization owner permissions, which you can set up via the cloud-setup skill if you don't have it configured. It handles project creation but hands off day-2 operations like updates and deletes to the cloud-manage-project skill, so think of it as the initialization step in the workflow. The skill won't pre-check your permissions, it just fires the request and lets the API tell you if your key doesn't have the right access. Straightforward if you're already in the Elastic ecosystem and want your AI agent to provision new serverless environments without clicking through their console.
npx skills add https://github.com/elastic/agent-skills --skill cloud-create-project