← 返回 Skills 市场
2435
总下载
7
收藏
15
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wrangler - 安装完成后,直接呼叫该 Skill 的名称或使用
/wrangler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2435 次。
如何安装 Wrangler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wrangler」即可一键安装,无需额外配置。
Wrangler 是免费的吗?
是的,Wrangler 完全免费(开源免费),可自由下载、安装和使用。
Wrangler 支持哪些平台?
Wrangler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Wrangler?
由 Asleep(@asleep123)开发并维护,当前版本 v1.1.0。
推荐 Skills