← Back to Skills Marketplace
asleep123

Wrangler

by Asleep · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
2435
Downloads
7
Stars
15
Active Installs
2
Versions
Install in OpenClaw
/install wrangler
Description
Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing databases, storing objects, or configuring Cloudflare resources. Covers worker deployment, KV namespaces, D1 SQL databases, R2 object storage, secrets management, and tailing logs.
Usage Guidance
This skill is a documentation-style helper for the official Wrangler CLI and appears coherent with that purpose. Before using it: (1) Confirm you trust the skill author/source — the registry metadata shows no homepage/source URL here. (2) When following its install steps, prefer npx or explicitly installed official releases (verify package name and version on the Cloudflare docs or npmjs.com). (3) Use scoped, least-privilege Cloudflare API tokens rather than broad account keys where possible. (4) Be careful with commands that upload/delete data or manage secrets (bulk secret upload, secret put, delete, tail logs can expose sensitive info). (5) If you need stronger assurance, cross-check commands with the official Cloudflare Wrangler docs and avoid running commands from unknown scripts or untrusted sources.
Capability Analysis
Type: OpenClaw Skill Name: wrangler Version: 1.1.0 The skill bundle provides instructions for managing Cloudflare resources using the official `wrangler` CLI. All commands and documentation are standard operations for deploying workers, managing KV, D1, R2, and secrets. There is no evidence of prompt injection, unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The instructions are clearly aligned with the stated purpose of interacting with Cloudflare services.
Capability Assessment
Purpose & Capability
The name/description match the SKILL.md content: it documents using the Wrangler CLI to manage Workers, KV, D1, R2, secrets, and logs. It does not request unrelated binaries, environment variables, or access beyond Cloudflare-related operations.
Instruction Scope
Instructions are limited to normal Wrangler usage (init, dev, deploy, kv/d1/r2 operations, secret management, tailing logs). They reference reading local config/files (schema.sql, JSON secrets file, wrangler.toml/jsonc) and using interactive login; they do not instruct reading arbitrary unrelated system files or exfiltrating data. However, several commanded operations (secret put, tail, delete, bulk upload) can create, expose or remove sensitive data — this is expected for a management tool but worth being cautious about.
Install Mechanism
There is no platform install spec (skill is instruction-only), which is lowest risk for the skill bundle. The SKILL.md recommends installing Wrangler via npm install -g wrangler or using npx. Installing packages from npm or running npx pulls remote code at runtime; this is expected for CLI guidance but is an external risk worth verifying (use official package name and check versions).
Credentials
The skill declares no required env vars/credentials, but its workflow depends on authenticating to Cloudflare (wrangler login or using API tokens). The instructions will create or use local auth credentials and allow managing resources and secrets in your Cloudflare account. This is proportional to the task but users should use scoped API tokens and least privilege, and be mindful that secret management commands will store secrets accessible by the Worker environment.
Persistence & Privilege
always is false and the skill is user-invocable. As instruction-only, it does not request persistent platform privileges or attempt to modify other skills or system-wide agent configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wrangler
  3. After installation, invoke the skill by name or use /wrangler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add wrangler.jsonc config format docs, clarify JSON takes precedence over TOML, document what wrangler does NOT do (DNS, custom domains)
v1.0.0
Initial release: Workers, KV, D1, R2, secrets, queues via Wrangler CLI
Metadata
Slug wrangler
Version 1.1.0
License
All-time Installs 15
Active Installs 15
Total Versions 2
Frequently Asked Questions

What is Wrangler?

Manage Cloudflare Workers, KV, D1, R2, and secrets using the Wrangler CLI. Use when deploying workers, managing databases, storing objects, or configuring Cloudflare resources. Covers worker deployment, KV namespaces, D1 SQL databases, R2 object storage, secrets management, and tailing logs. It is an AI Agent Skill for Claude Code / OpenClaw, with 2435 downloads so far.

How do I install Wrangler?

Run "/install wrangler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wrangler free?

Yes, Wrangler is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wrangler support?

Wrangler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wrangler?

It is built and maintained by Asleep (@asleep123); the current version is v1.1.0.

💬 Comments