LaunchKit · 2026

Setup & Installation

openclaw skills install @pushp1997/ovh

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install ovh

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.

INPUT

User asks: Add an A record for api.pushp.ovh pointing to 203.0.113.50

AGENT
  1. 1List existing DNS records with `ovh-cli.py dns pushp.ovh`
  2. 2Create the record with `ovh-cli.py dns pushp.ovh create --type A --subdomain api --target 203.0.113.50`
  3. 3Refresh the zone with `ovh-cli.py dns pushp.ovh refresh` to apply the change
  4. 4Confirm the record was added by listing DNS records again
OUTPUT

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.

OVHcloud accountOVH_APP_KEY environment variableOVH_APP_SECRET environment variableOVH_CONSUMER_KEY environment variable