Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating in...
Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating in...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Standardized system for managing Cloudflare infrastructure and local tunnel ingress.
Binary: python3 and cloudflared must be installed. Credentials: CLOUDFLARE_API_TOKEN (minimal Zone permissions) and CLOUDFLARE_ZONE_ID.
Define credentials in the environment or a local .env file. Initialize the local environment: bash scripts/install.sh.
Add, list, or delete DNS records via Cloudflare API. List: python3 $WORKSPACE/skills/cloudflare-manager/scripts/cf_manager.py list-dns Add: python3 $WORKSPACE/skills/cloudflare-manager/scripts/cf_manager.py add-dns --type A --name <subdomain> --content <ip>
Update /etc/cloudflared/config.yml and restart the tunnel service. Update: python3 $WORKSPACE/skills/cloudflare-manager/scripts/cf_manager.py update-ingress --hostname <host> --service <url> Safety: Use --dry-run to preview configuration changes before application.
Sudo Usage: The update-ingress command requires sudo to write to system directories and restart the cloudflared service. Least Privilege: Configure restricted sudo access using the pattern in references/sudoers.example. Token Isolation: Ensure API tokens are scoped narrowly to specific zones and permissions.
Sudoers Pattern: See references/sudoers.example. Tunnel Logic: See references/tunnel-guide.md.
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.