mirror of
https://github.com/cloudflare/skills.git
synced 2026-09-14 16:49:26 +08:00
9177f9a0ba
* Add Codex and Agent Plugins packaging * Fix Codex marketplace root plugin source --------- Co-authored-by: Angus <ahawkings@cloudflare.com>
27 lines
718 B
JSON
27 lines
718 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "cloudflare",
|
|
"version": "1.0.0",
|
|
"description": "Build, test, and deploy applications on Cloudflare with platform guidance Skills and the Cloudflare MCP server.",
|
|
"author": {
|
|
"name": "Cloudflare",
|
|
"email": "support@cloudflare.com",
|
|
"url": "https://www.cloudflare.com/products/workers/"
|
|
},
|
|
"homepage": "https://developers.cloudflare.com/",
|
|
"repository": "https://github.com/cloudflare/skills",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"cloudflare",
|
|
"workers",
|
|
"durable-objects",
|
|
"agents",
|
|
"mcp",
|
|
"wrangler",
|
|
"serverless",
|
|
"compute",
|
|
"storage",
|
|
"applications"
|
|
]
|
|
}
|