c

cortex-plugin-cloudflare

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
cloudcortex-plugindevelopmentdevopsesminfrastructure

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-cloudflare
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsnetwork:fetchshell:run

Tags

cloudcortex-plugindevelopmentdevopsesminfrastructure

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

cortex-plugin-cloudflare

Deploy edge functions, manage KV, D1 databases on Cloudflare.

Installation

cortex plugin install marketplace:cortex-plugin-cloudflare
cortex plugin install github:CortexPrism/cortex-plugin-cloudflare
cortex plugin install ./manifest.json

Quick Start

cortex tools list
cortex chat --plugin cortex-plugin-cloudflare

Tools

cf_deploy_worker — Deploy a Cloudflare Worker

  • script (string, required)
  • worker_name (string, required)
  • route (string)

cf_kv_put — Put a value into KV store

  • namespace_id (string, required)
  • key (string, required)
  • value (string, required)
  • expiration_ttl (number, seconds)

cf_kv_get — Get a value from KV store

  • namespace_id (string, required)
  • key (string, required)

cf_d1_query — Query a D1 database

  • database_id (string, required)
  • query (string, required)
  • params (string, JSON array)

cf_list_zones — List DNS zones

No parameters.

Configuration

{
  "plugins": {
    "cortex-plugin-cloudflare": {
      "enabled": true,
      "config": {
        "cfApiToken": "",
        "cfAccountId": "",
        "cfZoneId": ""
      }
    }
  }
}

Development

deno task test
deno task lint
deno task validate

License

MIT

Published June 15, 2026 · Updated June 15, 2026