cloudflare-dnsManage Cloudflare DNS records via API. Use when user asks to list, create, update, or delete DNS records, set up DDNS, manage domains on Cloudflare, or check DNS propagation. Supports A, AAAA, CNAME, TXT, MX, and other record types.
Install via ClawdBot CLI:
clawdbot install pushp1997/cloudflare-dnsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://api.cloudflare.com/client/v4Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
Home users or small businesses can automatically update DNS A records with their changing public IP addresses, enabling reliable access to self-hosted services like media servers or remote desktops. This is commonly implemented via cron jobs to ensure continuous availability without manual intervention.
Developers and IT teams can create, update, or delete DNS records such as A or CNAME records to point subdomains to specific IPs or services, facilitating deployment of staging environments, microservices, or CDN setups. This supports agile development and scalable infrastructure management.
Organizations can set up MX and TXT records to configure email services with providers like Google Workspace or Microsoft 365, ensuring proper mail routing and SPF authentication. This helps prevent email spoofing and improves deliverability for business communications.
During domain transfers or server migrations, users can list and update DNS records to redirect traffic smoothly, and the script's JSON output allows for monitoring changes. This minimizes downtime and ensures seamless transitions for websites and applications.
By using the --proxied flag, users can hide origin server IPs and leverage Cloudflare's CDN and DDoS protection for enhanced security and performance. This is useful for e-commerce sites or public-facing applications to reduce latency and mitigate attacks.
Offer subscription-based DNS management for clients, handling record updates, DDNS setups, and propagation monitoring. Revenue comes from monthly fees for automated maintenance and support, targeting small businesses lacking in-house IT expertise.
Sell one-time or annual support packages to home users for configuring and maintaining DDNS for personal servers, including setup assistance and troubleshooting. This model capitalizes on the growing trend of self-hosting and remote work setups.
Provide consulting services to integrate this skill into larger DevOps pipelines or cloud infrastructure, offering customization and automation solutions. Revenue is generated through project-based fees or hourly rates for implementation and training.
💬 Integration Tip
Integrate with cron jobs for automated DDNS updates or use in CI/CD pipelines to manage DNS records during deployments, ensuring scripts are secured with environment variables for API tokens.
Scored Apr 19, 2026
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label b...
全功能智能股票监控预警系统。支持成本百分比、均线金叉死叉、RSI超买超卖、成交量异动、跳空缺口、动态止盈等7大预警规则。符合中国投资者习惯(红涨绿跌)。
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Parse, search, and analyze application logs across formats. Use when debugging from log files, setting up structured logging, analyzing error patterns, correlating events across services, parsing stack traces, or monitoring log output in real time.