A powerful tool for programmatically managing Cloudflare DNS records to automate domain configuration and email authentication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spf-dkim-setup
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 spf-dkim-setup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables AI agents to interface directly with the Cloudflare API to manage DNS infrastructure. It provides full CRUD (Create, Read, Update, Delete) capabilities for various record types including A, AAAA, CNAME, TXT, MX, and more. By leveraging Openclaw Skills, developers can automate complex networking tasks, such as setting up email authentication protocols like SPF, DKIM, and DMARC, without manual dashboard intervention.
Integrating this skill allows for dynamic domain verification and the management of tracking domains, making it an essential component for automated web hosting and communication workflows. It ensures high precision in DNS record placement, reducing the risk of human error in critical infrastructure settings.
To use this skill within the Openclaw Skills framework, configure the following environment variables:
CLOUDFLARE_API_TOKEN: An API token with DNS Write permissions.CLOUDFLARE_ZONE_ID: The unique identifier for your target domain, found in the Cloudflare dashboard.Example of listing records via CLI:
curl -s "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" | jq '.result[] | {id, type, name, content}'
The skill interacts with Cloudflare's structured API responses. Key data fields managed during record operations include:
| Field | Description |
|---|---|
id |
Unique record identifier used for updates or deletion |
type |
DNS record type (e.g., A, TXT, CNAME, MX) |
name |
The hostname for the record (e.g., example.com) |
content |
The target value or IP address of the record |
ttl |
Time to live in seconds (default is often 3600) |
proxied |
Boolean indicating if traffic goes through the Cloudflare proxy |
Loading
An automated, restic-powered backup system that provides hourly incremental snapshots for your OpenClaw instance to prevent data loss or agent errors.

A specialized AI agent for in-depth Bible study and scriptural research using a structured, context-aware methodology.

A comprehensive real-time data aggregator and analysis tool for Hong Kong Stock Exchange (HKEX) Initial Public Offerings.

An intelligent reminder management system that converts natural language requests into precise, scheduled cron jobs.

A background service that distills raw OpenClaw conversation logs into structured, theme-based, and searchable Markdown memory cards.

A self-supervising manager for long-running AI agent tasks with progress tracking and periodic reporting.








































