A comprehensive CLI-based skill for managing OVHcloud services including domains, DNS, VPS, and cloud infrastructure through automated API calls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ovh
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ovh using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This Openclaw Skills extension provides a powerful interface for interacting with the OVHcloud API using a bundled Python script. It allows developers and sysadmins to manage their entire OVH stack—from domain renewals and DNS record updates to VPS lifecycle management and dedicated server monitoring—without leaving their terminal or agent environment.
By integrating Openclaw Skills into your infrastructure management routine, you gain the ability to perform complex cloud operations through simple commands, streamlining devops workflows and reducing manual portal navigation. The skill is designed to handle multiple regional endpoints, ensuring compatibility across different global OVH zones.
First, obtain your API credentials from the OVH token creation portal (e.g., https://ca.api.ovh.com/createToken/). Then, export the following environment variables in your terminal to enable the Openclaw Skills integration:
export OVH_ENDPOINT="ovh-ca" # Options: ovh-eu, ovh-us, soyoustart-eu, kimsufi-eu, etc.
export OVH_APP_KEY="your-app-key"
export OVH_APP_SECRET="your-app-secret"
export OVH_CONSUMER_KEY="your-consumer-key"
Ensure you validate the consumer key via the URL provided during the token creation process.
The skill interacts with the OVH API to organize data according to the following taxonomy:
| Resource Category | Managed Fields | Metadata Tracked |
|---|---|---|
| Domains | Name, Renewal Status | Expiry dates, registration status |
| DNS | Type (A/AAAA/CNAME/MX), Target, TTL | Zone IDs, refresh timestamps |
| VPS/Servers | Instance Name, Power State | IP addresses, reboot status |
| Cloud Projects | Project IDs, Instance lists | Instance-specific metadata |
| Finance | Bill/Order IDs, Limits | Billing history, transaction logs |
Loading
An advanced integration for Openclaw Skills that enables real-time Indian stock market trading, portfolio tracking, and market data analysis via the Groww platform.

A comprehensive AI skill for managing personal finances, tracking budgets, and automating transaction logging via the Firefly III API.

A powerful CLI-driven skill for managing Cloudflare DNS records, including A, MX, and TXT records, with built-in Dynamic DNS support.

A zero-config AI skill that allows agents to search, browse, and compare products across millions of Shopify stores with direct checkout capabilities.

A sophisticated Roon music player integration for AI agents featuring automatic core discovery, zone management, and multi-language command support.

A comprehensive MCP integration to manage ClickUp tasks, documentation, and time tracking through an AI agent.








































