cloudflare-workers-publish
Publish static HTML content like Bokeh charts and reports to Cloudflare Workers using 1Password for secure credential storage. The skill handles setup, deployment, and token rotation for workers.dev sites, with templates for first-time configuration, adding files to existing deployments, and troubleshooting.
cloudflare-workers-publish deploys static HTML files and dashboards to Cloudflare Workers with 1Password-managed credentials.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-28
cloudflare-workers-publish deploys static HTML files and dashboards to Cloudflare Workers with 1Password-managed credentials. Publish static HTML content like Bokeh charts and reports to Cloudflare Workers using 1Password for secure credential storage. The skill handles setup, deployment, and token rotation for workers.dev sites, with templates for first-time configuration, adding files to existing deployments, and troubleshooting.
Use it when
- Yes.
- cloudflare-workers-publish includes templates and guidance for configuring wrangler.toml to serve static files.
Verify before relying
Read SKILL.md below before installing (7 files). Open directory: indexed for reading, not audited.
Install
terrylica/cc-skills/cloudflare-workers-publish · repository language: Shell
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I deploy HTML to Cloudflare Workers?
cloudflare-workers-publish enables you to deploy static HTML files and dashboards directly to Cloudflare Workers. The skill provides templates for configuring wrangler.toml, organizing your static assets, and pushing content to your workers.dev subdomain. You can deploy Bokeh charts, reports, and other HTML-based dashboards with a single command after initial setup.
Can cloudflare-workers-publish automate publishing with 1Password?
Yes. cloudflare-workers-publish integrates 1Password credential management for automated publishing workflows. The skill securely stores and retrieves your Cloudflare API tokens from 1Password, eliminating the need to hardcode credentials. This approach supports safe, repeatable deployments in CI/CD pipelines while keeping sensitive tokens encrypted.
What does wrangler.toml static site setup involve?
cloudflare-workers-publish includes templates and guidance for configuring wrangler.toml to serve static files. The setup covers defining your static assets directory, specifying the build output, and configuring Workers Static Assets for first-time deployments. The skill walks you through each required field and common customizations.
How do I troubleshoot failed Cloudflare Workers deployments?
cloudflare-workers-publish provides troubleshooting guidance for deployment failures. Common issues include misconfigured wrangler.toml, missing API token permissions, authentication errors with 1Password, and static asset path problems. The skill helps diagnose errors, validate your configuration, and resolve credential or permission issues blocking deployment.
How does cloudflare-workers-publish handle API token management?
cloudflare-workers-publish supports secure Cloudflare API token management through 1Password integration. The skill includes workflows for storing tokens, rotating credentials safely, and retrieving them during automated deployments. This approach reduces exposure of sensitive credentials while maintaining audit trails in 1Password.
Can I publish large HTML files and dashboards to workers.dev?
cloudflare-workers-publish is designed to publish static HTML content including large dashboards and reports to your workers.dev subdomain. The skill handles file organization, asset optimization, and deployment of complex HTML structures. It supports adding files to existing deployments and managing multiple assets in a single project.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Cloudflare Workers Publish
Deploy static HTML files (Bokeh charts, dashboards, reports) to Cloudflare Workers with Static Assets, using 1Password for credential management.
Scope: Static-only deployments on workers.dev. No dynamic Workers, no R2 object storage.
Prerequisite: 1Password CLI (brew install 1password-cli) + Node.js (npx wrangler)
> Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
When to Use This Skill
- Publishing HTML files to a public URL (too large for GitHub)
- Setting up a new Cloudflare Workers static site
- Troubleshooting a failed Cloudflare deploy
- Rotating Cloudflare API tokens in 1Password
Do NOT use for: Dynamic Workers (JavaScript/TypeScript logic), Cloudflare Pages (deprecated April 2025 - CFW-01), R2 object storage, or
(truncated - see the full file via the links below)
File tree — 7 files
plugins/devops-tools/skills/cloudflare-workers-publish/SKILL.md
plugins/devops-tools/skills/cloudflare-workers-publish/references/anti-patterns.md
plugins/devops-tools/skills/cloudflare-workers-publish/references/evolution-log.md
plugins/devops-tools/skills/cloudflare-workers-publish/references/large-files-and-zip-delivery.md
plugins/devops-tools/skills/cloudflare-workers-publish/references/onep-credential-setup.md
plugins/devops-tools/skills/cloudflare-workers-publish/references/wrangler-setup.md
plugins/devops-tools/skills/cloudflare-workers-publish/scripts/publish_static.sh
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Deploy static HTML files and dashboards to Cloudflare Workers”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Wrangler Coder helps you develop and deploy Cloudflare Workers and Pages projects through the official Wrangler command-line tool. It covers project setup, configuration management across multiple environments, secrets handling, and deployment workflows. The skill also guides integration with Cloudflare's backend services including D1 databases, R2 storage, KV namespaces, and Queues.
This skill deploys agent-written code to a live workers.dev URL without requiring a Cloudflare account. It uses wrangler's temporary deployment mode to provision a throwaway account, generate a claimable link valid for 60 minutes, and enable rapid iteration in autonomous sessions. Perfect for prototyping and self-verifying deploy loops.
This skill equips you to build and deploy applications on Cloudflare's edge network using Workers, a serverless platform supporting JavaScript, TypeScript, and WebAssembly. It covers environment bindings, storage services (KV for caching, D1 for SQL, R2 for objects), Durable Objects for stateful coordination, and Wrangler CLI for local development and deployment.
This skill equips you to build and deploy serverless functions directly on Cloudflare's global edge infrastructure using JavaScript or TypeScript. Execute compute workloads with minimal latency by leveraging Cloudflare's distributed network, ideal for APIs, middleware, and real-time request handling.
This skill automates deployment of Vibes apps to Cloudflare Workers using the Deploy API, eliminating the need for wrangler CLI or manual infrastructure setup. It manages browser-based authentication on first run, caches credentials for future deploys, and bundles static assets automatically. Optionally configure OpenRouter API keys to enable AI features in your deployed app.
This skill guides you through creating and deploying Model Context Protocol servers on Cloudflare Workers, complete with custom tools and optional OAuth authentication. Define tools using TypeScript, configure your server entry point, test locally with the MCP Inspector, then deploy to Workers in minutes. Includes patterns for input validation, environment bindings, and connecting clients like Claude Desktop.
More skills cloudflare-workers-ci-cd (MIT) · Mcp Quickstart Scaffolder (NOASSERTION) · cloudflare-r2 (MIT) · cf-access-wall (MIT) · higgsfield-websites (MIT) · dashboard-forge (MIT)