deploy-report

Deploy HTML report and dashboard files to Cloudflare Pages.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sogadaiki/claude-code-skills --skill deploy-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-report
Source: https://github.com/sogadaiki/claude-code-skills/tree/main/skills/deploy-report
Command: npx skills add https://github.com/sogadaiki/claude-code-skills --skill deploy-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the deployment of generated HTML reports or dashboards to Cloudflare Pages, making them accessible via a public URL.

Core Features & Use Cases

  • Automated Deployment: Deploys HTML files and associated assets to a specified Cloudflare Pages project.
  • Flexible Source Detection: Automatically finds HTML files in common report directories (08_分析レポート/, reports/, report*/, docs/, dist/, public/) or the project root.
  • Slug-based Organization: Organizes deployed reports using a project slug, allowing for distinct URLs per project.
  • Use Case: After generating a client analysis report in HTML format, use this skill to deploy it to a dedicated URL for the client to view.

Quick Start

Use the deploy-report skill to deploy the report for client-f.

Frequently Asked Questions about deploy-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy an HTML report to Cloudflare Pages?

To deploy an HTML report to Cloudflare Pages, this Skill automates the process by detecting HTML files in common project directories and using the wrangler CLI with your Cloudflare API token to publish them to a public URL.

What directories are automatically detected when deploying reports to Cloudflare Pages?

When deploying reports to Cloudflare Pages, the Skill automatically detects HTML files in directories like 'reports/', 'docs/', 'dist/', 'public/', '08_分析レポート/', or 'report*/', as well as directly from the project root.

Do I need a wrangler CLI and API token to deploy dashboards to Cloudflare Pages?

Yes, you need the wrangler CLI and a Cloudflare API token to execute the deployment process. These prerequisites are required for the Skill to authenticate and upload your HTML dashboards to Cloudflare Pages.

Can I organize deployed HTML reports using distinct URLs per project?

Yes, you can organize deployed HTML reports using distinct URLs per project. The Skill uses a project slug to structure the deployed dashboard URLs on Cloudflare Pages for client access.

What is the best way to make a generated HTML dashboard publicly accessible?

The best way to make a generated HTML dashboard publicly accessible is using this Skill to deploy the files to Cloudflare Pages, which provides a public URL and organizes the content using a project slug.