cloudflare
v0.1.2Cloudflare stack plugin for vwf — **scope is deliberately parked**. It currently covers **Zero Trust Access** only: putting a project that must not be publicly reachable behind an identity-aware proxy on its own hostname, independent of which cloud actually hosts it. Workers, Pages, R2, D1, KV, Durable Objects, Queues, Images and Stream are **not** offered yet and arrive under their own dedicated plan — so the menu says what it does not cover rather than coming back quietly short. Implements the vwf stack-adapter contract.
By Viraj Patel1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cloudflare-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/virajp/ai-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloudflare/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cloudflare-stack-menu/SKILL.md└── skills/cloudflare-stack-template/SKILL.md
Included Skills2
Return the Cloudflare stack templates this plugin offers, as a vwf menu payload. Invoked by /vwf:architecture and /vwf:setup when `cloudflare` is listed in the config's `stacks:` — not a general-purpose skill.
Return one Cloudflare stack template as a vwf template payload — its axis fields, per-capability harness mechanisms, and conventions. Invoked by /vwf:architecture and /vwf:setup after the user picks from the cloudflare menu — not a general-purpose skill.
Plugin manifests1
{
"$schema": "https://www.schemastore.org/claude-code-plugin-manifest.json",
"name": "cloudflare",
"version": "0.1.2",
"description": "Cloudflare stack plugin for vwf — **scope is deliberately parked**. It currently covers **Zero Trust Access** only: putting a project that must not be publicly reachable behind an identity-aware proxy on its own hostname, independent of which cloud actually hosts it. Workers, Pages, R2, D1, KV, Durable Objects, Queues, Images and Stream are **not** offered yet and arrive under their own dedicated plan — so the menu says what it does not cover rather than coming back quietly short. Implements the vwf stack-adapter contract.",
"author": {
"name": "Viraj Patel"
},
"keywords": [
"cloudflare",
"zero-trust",
"access",
"private-plane",
"vwf-stack-adapter"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cloudflare on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloudflare-2)