Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
cloudflare-cdn - Skill - OpenSmartRoute
Skillv1.0.0
cloudflare-cdn
Use when the task mentions modifying the CDN, custom Workers, Cloudflare Workers, edge routes, cache rules, DNS, or other Cloudflare-managed delivery settings. Prefer the cloudflare-mcp skill and the
Instruction file imported from cantolick/helix-project-boilerplate (.github/instructions/cloudflare-cdn.instructions.md). Copyright stays with the author.
Cloudflare CDN Routing
When a task is about modifying the CDN, custom Workers, Worker routes, cache behavior, DNS, redirects, domains, or other Cloudflare-managed edge settings, use the cloudflare-mcp skill.
Prefer the cloudflare-api MCP server for live Cloudflare state instead of inferring settings from code alone.
Treat repository configuration as local intent and Cloudflare MCP results as the source of truth for the deployed environment.
If the MCP server is unavailable, say so clearly and separate verified repository facts from unverified Cloudflare assumptions.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/cantolick-helix-project-boilerplate-cloudflare-cdn-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "cantolick-helix-project-boilerplate-cloudflare-cdn-instructions",
"kind": "skill",
"name": "cloudflare-cdn",
"description": "Use when the task mentions modifying the CDN, custom Workers, Cloudflare Workers, edge routes, cache rules, DNS, or other Cloudflare-managed delivery settings. Prefer the cloudflare-mcp skill and the cloudflare-api MCP server before relying on repository assumptions.",
"publisher": "cantolick",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"customer_support"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when the task mentions modifying the CDN, custom Workers, Cloudflare Workers, edge routes, cache rules, DNS, or other Cloudflare-managed delivery settings. Prefer the cloudflare-mcp skill and the cloudflare-api MCP server before relying on repository assumptions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/cantolick/helix-project-boilerplate",
"path": ".github/instructions/cloudflare-cdn.instructions.md",
"ref": "ae2b74db3d6e5a45a2113aed19d47aec6692322e",
"url": "https://github.com/cantolick/helix-project-boilerplate/blob/ae2b74db3d6e5a45a2113aed19d47aec6692322e/.github/instructions/cloudflare-cdn.instructions.md",
"key": "cantolick/helix-project-boilerplate/.github/instructions/cloudflare-cdn.instructions.md"
}
},
"instructions": "# Cloudflare CDN Routing\n\n- When a task is about modifying the CDN, custom Workers, Worker routes, cache behavior, DNS, redirects, domains, or other Cloudflare-managed edge settings, use the `cloudflare-mcp` skill.\n- Prefer the `cloudflare-api` MCP server for live Cloudflare state instead of inferring settings from code alone.\n- Treat repository configuration as local intent and Cloudflare MCP results as the source of truth for the deployed environment.\n- If the MCP server is unavailable, say so clearly and separate verified repository facts from unverified Cloudflare assumptions.",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/cantolick-helix-project-boilerplate-cloudflare-cdn-instructions/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.