nushell-cloudflare

Manage Cloudflare services and deploy Workers from Nushell scripts.

3|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/danielbodnar/nushell-dev --skill nushell-cloudflare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nushell-cloudflare
Source: https://github.com/danielbodnar/nushell-dev/tree/main/plugins/nushell-dev/skills/nushell-cloudflare
Command: npx skills add https://github.com/danielbodnar/nushell-dev --skill nushell-cloudflare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline managing Cloudflare services directly from Nushell, reducing context switching and enabling automated workflows.

Core Features & Use Cases

  • Cloudflare API access from Nushell, including token authentication and account context
  • Wrangler CLI integration for deploying and managing Workers
  • Manage R2, KV, D1, Queues, and Durable Objects from Nushell scripts
  • Real-world automation patterns for deployments, data operations, and workflow triggers

Quick Start

Install and configure the Cloudflare token and account, then issue Nushell commands to control Workers, R2, KV, and D1 resources.

Frequently Asked Questions about nushell-cloudflare

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

FAQPage Schema
How do I manage Cloudflare Workers and R2 storage directly from Nushell?

This Skill provides a unified Nushell command surface integrating the Cloudflare API and Wrangler CLI to deploy Workers and manage R2 storage within scriptable workflows.

Do I need a Cloudflare API token to control D1 databases and KV namespaces from Nushell?

Yes, controlling D1 databases and KV namespaces from Nushell requires a Cloudflare API token and account ID, configurable via environment variables for authentication and account context.

Can I deploy Cloudflare Workers and interact with Durable Objects using Nushell scripts?

Yes, this enables deploying Cloudflare Workers and interacting with Durable Objects via Nushell scripts through Wrangler CLI integration, supporting real-world automation patterns and workflow triggers.

What is the best way to automate Cloudflare service management without context switching?

Streamlining Cloudflare service management directly from Nushell reduces context switching by providing a single scriptable environment to control Queues, D1, and Workers.

Does Nushell work with Wrangler for managing Cloudflare Queues and D1 databases?

Nushell works with Wrangler by providing a command surface that integrates the Wrangler CLI to manage Cloudflare Queues, D1 databases, and Workers from scriptable workflows.