Cloudflare Workers
v1.0.0Cloudflare Workers integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cloudflare Workers data.
⭐ 0· 12·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Cloudflare Workers integration) matches the instructions: everything revolves around using the Membrane CLI to connect to Cloudflare Workers, discover actions, run them, and proxy API requests. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md limits runtime actions to installing/using the Membrane CLI, logging in via browser, creating a connection, listing actions, running actions, and proxying requests. It does not instruct reading local system files, grabbing unrelated env vars, or exfiltrating data to unexpected endpoints. It does rely on Membrane to handle auth and requests, which is explicit.
Install Mechanism
There is no automated install spec in the bundle (instruction-only). The doc instructs the user to run `npm install -g @membranehq/cli` (a normal public npm package installation). This is reasonable but means the user will install third-party software—verify the package and repository before installing.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. All credential handling is delegated to Membrane and performed via browser-based login/connection flow, which is appropriate for this integration.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It's instruction-only and does not attempt to modify other skills or agent-wide settings.
Assessment
This skill merely documents how to use the Membrane CLI to manage Cloudflare Workers. Before proceeding, verify you trust Membrane (@membranehq/cli) and the linked repository (https://github.com/membranedev/application-skills). Installing the CLI will add third-party software to your system—inspect the package source, prefer a scoped or pinned install if you have policy requirements, and review Membrane's privacy/auth model because it will proxy requests and handle your Cloudflare credentials. For automated/CI environments, follow the documented headless auth flow rather than pasting secrets into chat. If you don't trust Membrane, use Cloudflare's official tooling (wrangler or Cloudflare API) instead.Like a lobster shell, security has layers — review code before you run it.
latestvk971wgcmx085vn47gdxzxdven584dtzc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
