_dns-porkbun

Update Porkbun domain nameservers to Cloudflare via the Porkbun REST API v3.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the manual process of updating nameservers for domains registered with Porkbun, ensuring they correctly point to Cloudflare without requiring manual dashboard navigation.

Core Features & Use Cases

  • Automated DNS Updates: Directly interacts with the Porkbun REST API to update nameserver records.
  • Credential Management: Securely handles API key and secret storage via an integrated vault system.
  • Use Case: When bootstrapping a new project that requires a custom domain, this skill automatically configures the domain's DNS settings to point to your Cloudflare infrastructure.

Quick Start

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

Frequently Asked Questions about _dns-porkbun

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

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

Automating Porkbun nameserver updates requires using the Porkbun REST API to programmatically update DNS records to point to Cloudflare. This process requires valid Porkbun API credentials and manual per-domain API access enablement to execute successfully.

Do I need to enable API access for each domain individually on Porkbun?

Yes, you need to enable API access manually for each domain individually on Porkbun. Even with valid API credentials stored in an integrated vault, individual domain API access must be manually enabled before automated nameserver updates can proceed.

How are Porkbun API keys and secrets managed during automated DNS updates?

Porkbun API keys and secrets are managed securely via an integrated vault system. This credential management ensures that your sensitive API authentication data remains protected while interacting with the Porkbun REST API for automated DNS updates.

Can I use this to bootstrap infrastructure provisioning with a custom domain?

Yes, you can use this for bootstrapping infrastructure provisioning when a custom domain is required. It automatically configures the domain's DNS settings to point to your Cloudflare infrastructure without requiring manual dashboard navigation.

What happens if my Porkbun domain does not have API access enabled?

If your Porkbun domain does not have API access enabled, the automated nameserver updates will fail. The Porkbun REST API requires manual per-domain API access enablement to successfully process DNS record modifications for infrastructure provisioning.