cloudflare-dns

Installation
SKILL.md

Cloudflare DNS 管理

环境准备

安装 flarectl

当前环境(Alpine Linux arm64)可直接使用预装版本。若不存在则从 Release 安装:

if ! which flarectl > /dev/null 2>&1; then
  wget -q https://github.com/wsvn53/flarectl/releases/download/flarectl-v0.1.0-alpine-arm64/flarectl-linux-arm64 \
    -O /usr/local/bin/flarectl && chmod +x /usr/local/bin/flarectl
fi

认证配置

flarectl 支持两种认证方式(优先使用 API Token):

Related skills
Installs
5
GitHub Stars
251
First Seen
Mar 28, 2026