Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Manage OVHcloud services via a bundled CLI script that wraps the OVHcloud API. Covers domains, DNS records, VPS, cloud instances, dedicated servers, SSL certificates, and billing.
Handles the full range of OVHcloud resources through one CLI tool instead of navigating the web console or writing raw API calls.
When to use it
- Add or update DNS records for an OVH-managed domain
- Reboot or check the status of a VPS
- Check when a domain is due for renewal
- List cloud instances across a project
- Review recent OVHcloud bills and orders
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add an A record for api.pushp.ovh pointing to 203.0.113.50
- 1List existing DNS records with `ovh-cli.py dns pushp.ovh`
- 2Create the record with `ovh-cli.py dns pushp.ovh create --type A --subdomain api --target 203.0.113.50`
- 3Refresh the zone with `ovh-cli.py dns pushp.ovh refresh` to apply the change
- 4Confirm the record was added by listing DNS records again
A record for api.pushp.ovh created and zone refreshed
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.