_dns-ovh

Automate OVH domain nameserver updates to external DNS providers via REST API.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-ovh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _dns-ovh
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_dns-ovh
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill dns-ovh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the manual friction of updating DNS settings for domains registered with OVH, ensuring they point correctly to Cloudflare without requiring the user to navigate complex web interfaces.

Core Features & Use Cases

  • Automated DNS Configuration: Programmatically switches OVH domains to external mode and updates nameservers via REST API.
  • Credential Management: Securely handles OVH API keys through a vault system to maintain security while enabling automation.
  • Use Case: When bootstrapping a new project, this skill automatically configures your domain's DNS settings to point to your new infrastructure, saving you from manual configuration in the OVH manager.

Quick Start

Ask the assistant to update the nameservers for your domain to point to your Cloudflare configuration.

Frequently Asked Questions about _dns-ovh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OVH domain nameserver updates to point to Cloudflare?

You can automate OVH domain nameserver updates by using an API-driven skill that programmatically switches domains to external mode and updates records via the OVH REST API v1. This removes manual friction and bypasses complex web interfaces.

How does API authentication work for updating OVH DNS records?

API authentication for updating OVH DNS records works by securely storing and retrieving valid OVH API credentials from a local vault. This allows the automation to execute signed requests without exposing sensitive keys.

Do I need API credentials to switch OVH domains to external mode?

Yes, you need valid OVH API credentials stored in a local vault to switch domains to external mode. These keys are required to authenticate and execute secure, signed requests against the OVH REST API v1.

What is the best way to configure DNS settings for a new project using OVH domains?

The best way to configure DNS settings for a new project is by automating the modification of OVH domain nameservers via API. This immediately points your domain to external DNS providers like Cloudflare, saving manual configuration time.

Can I update multiple OVH domain nameservers to Cloudflare without the web interface?

Yes, you can update OVH domain nameservers without the web interface by using an automation skill. It handles the domain mode switching and record updates directly through the OVH REST API v1.

Why does my OVH domain need to switch to external mode for Cloudflare DNS?

Your OVH domain needs to switch to external mode to allow custom nameserver updates. The OVH REST API v1 requires this mode change before successfully pointing your domain to external DNS providers like Cloudflare.