Pagecast Publish Report

Turn a local HTML/Markdown report into a shareable Cloudflare Pages URL

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b30244d

The CLI is real and behaves exactly as documented: publishing a test Markdown report with --json --non-interactive from a clean HOME returned the precise {ok:false, statusCode:401} auth contract the SKILL.md promises, and the npm package (0.6.0) matches the repo. End-to-end publishing requires a first-run Cloudflare/Wrangler browser login, so the public-URL delta could not be measured headlessly — scored unmeasured, hence setup rather than pass. The skill body is notably careful: it always asks before publishing and keeps passwords out of commands; CLI telemetry is anonymous, disclosed on first run, and honors DO_NOT_TRACK.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 5/5

What Pagecast Publish Report does

Publishes local HTML or Markdown files (reports, plans, dashboards, static builds) to unlisted public URLs on the user's own Cloudflare Pages account via the pagecast CLI. Triggers when you ask to publish, share, or make a public link for a local doc, and proactively offers once after generating a shareable report. Supports link expiry, renaming, revocation, and password protection via the Pagecast app.

How to install Pagecast Publish Report

git clone https://github.com/Amal-David/pagecast
mkdir -p ~/.claude/skills
cd pagecast && cp -r plugin/skills/publish-report ~/.claude/skills/publish-report

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Pagecast Publish Report

  • /publish-report Turn a local HTML/Markdown report into a shareable Cloudflare Pages URL

It also activates on plain-language prompts like these:

  • Publish this HTML report so I can share a public link
  • Turn this Markdown dashboard into a shareable URL
  • Make this local benchmark report public, password-protected

Frequently asked questions

Is the Pagecast Publish Report skill free?
Yes. The skill itself is free from Amal-David/pagecast. SkillProof publishes the install command and an independent test verdict at no cost.
Does Pagecast Publish Report work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. The CLI is real and behaves exactly as documented: publishing a test Markdown report with --json --non-interactive from a clean HOME returned the precise {ok:false, statusCode:401} auth contract the SKILL.md promises, and the npm package (0.6.0) matches the repo. End-to-end publishing requires a first-run Cloudflare/Wrangler browser login, so the public-URL delta could not be measured headlessly — scored unmeasured, hence setup rather than pass. The skill body is notably careful: it always asks before publishing and keeps passwords out of commands; CLI telemetry is anonymous, disclosed on first run, and honors DO_NOT_TRACK.
What is the Pagecast Publish Report SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 5/5.
How do I install Pagecast Publish Report?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Pagecast Publish Report with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.