_setup-wrangler

Install and authenticate the Cloudflare Wrangler CLI via pnpm.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-wrangler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _setup-wrangler
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_setup-wrangler
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill setup-wrangler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pnpm, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates the manual friction of installing, configuring, and authenticating the Cloudflare Wrangler CLI, ensuring your development environment is ready for deployment without complex setup steps.

Core Features & Use Cases

  • Automated Installation: Detects missing dependencies and installs Wrangler globally using pnpm.
  • Seamless Authentication: Orchestrates the OAuth login flow and verifies account connectivity.
  • Environment Validation: Ensures the CLI is correctly linked in the system PATH and handles potential account mismatches.

Quick Start

Run the setup wrangler command to automatically install and authenticate the Cloudflare CLI on your machine.

Frequently Asked Questions about _setup-wrangler

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

FAQPage Schema
How do I install and authenticate the Cloudflare Wrangler CLI automatically?

Automated Wrangler CLI setup installs the tool globally using pnpm and orchestrates the OAuth login flow to verify your account connectivity without manual friction.

What's the best way to configure Wrangler for serverless deployment workflows?

Configuring Wrangler for serverless deployment involves validating binary availability, managing global pnpm installations, and verifying OAuth session integrity to ensure seamless Cloudflare integration.

Do I need pnpm to set up the Cloudflare Wrangler CLI?

Yes, pnpm is a required dependency for setting up the Cloudflare Wrangler CLI, as the automated installation process uses it to manage and validate global package installations.

Can I use this setup if my development environment requires Cloudflare integration for storage?

Yes, this setup targets development environments requiring Cloudflare integration for storage or serverless functions by ensuring the CLI is correctly linked in the system PATH.

Why does my Wrangler CLI authentication fail during automated setup?

Wrangler CLI authentication failures during automated setup often stem from OAuth session integrity issues or account mismatches, which the environment validation process is designed to detect and handle.

Does the Wrangler setup process handle missing dependencies in my development environment?

Yes, the Wrangler setup process detects missing dependencies and automatically installs the Wrangler CLI globally using pnpm to prepare your environment for deployment.