For day-to-day management of Elastic Cloud Serverless projects after initial setup. This handles the operational stuff like updating project settings through the Serverless REST API. You'll need an EC_API_KEY configured, either through their cloud-setup skill or manually. One thing I appreciate: it doesn't waste time with pre-flight permission checks. It just attempts the operation and lets the API return a 403 if your key lacks admin or editor rights. The security posture is solid with passes across Gen Agent Trust Hub, Socket, and Snyk. If you're running Elastic serverless projects and need to tweak settings programmatically, this saves you from writing your own API wrapper.
npx skills add https://github.com/elastic/agent-skills --skill cloud-manage-project