_dns-gandi

Update Gandi domain nameservers to Cloudflare via the Gandi REST API v5.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual, error-prone process of logging into the Gandi admin panel to update DNS settings, ensuring your domain points to Cloudflare quickly and reliably.

Core Features & Use Cases

  • Automated API Integration: Directly interacts with the Gandi REST API v5 to update nameservers without requiring a browser.
  • Secure Credential Management: Uses a vault-based system to store and retrieve API tokens securely, adhering to the principle of least privilege.
  • Use Case: When bootstrapping a new project that requires custom domain configuration, this skill automatically handles the DNS handover from Gandi to Cloudflare as part of the setup workflow.

Quick Start

Ask the assistant to update the nameservers for your domain to point to Cloudflare using the Gandi API.

Frequently Asked Questions about _dns-gandi

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

FAQPage Schema
How do I automate updating Gandi domain nameservers to Cloudflare?

Automating Gandi domain nameserver updates to Cloudflare requires interacting with the Gandi REST API v5. This skill performs authenticated PUT requests to the domain management endpoint to update your DNS configuration automatically.

What do I need to automate DNS configuration for project bootstrapping with Gandi?

To automate DNS configuration for project bootstrapping with Gandi, you need a valid Gandi Personal Access Token. This token must be stored in a secure vault to authenticate the API requests used to update your domain nameservers.

Why automate nameserver updates instead of using the Gandi admin panel?

Automating nameserver updates eliminates the manual, error-prone process of logging into the Gandi admin panel. It ensures your domain points to Cloudflare quickly and reliably as part of an automated infrastructure setup workflow.

Does this DNS automation method support secure API token management?

Yes, secure API token management is supported through a vault-based system. It stores and retrieves your Gandi Personal Access Token securely, adhering to the principle of least privilege during the API integration process.

When do I need to update domain nameservers via the Gandi REST API v5?

You need to update domain nameservers via the Gandi REST API v5 when bootstrapping a new project that requires custom domain configuration. This handles the DNS handover from Gandi to Cloudflare seamlessly during setup.