publish-with-pagelive

publish-with-pagelive is a skill for Claude Code, Codex from Pagelive/pagelive-mcp. It costs 127 tokens per session (2,399 once invoked), scanned A, original, MIT.

A workflow for turning HTML into a private, branded web page with a shareable link. It can also keep the link while updating the page and checking activity.

In plain words
What is it for?
Sharing proposals, slide decks, reports, and demos; updating published pages; viewing visits; and collecting form responses.
Why use it?
It removes the need to host shared pages and gives you a way to see whether people opened them or replied.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Sharing proposals, slide decks, reports, and demos; updating published pages; viewing visits; and collecting form responses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pagelive/pagelive-mcp/publish-with-pagelive
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Pagelive/pagelive-mcp --skill publish-with-pagelive
Clone the repo
git clone --depth 1 https://github.com/Pagelive/pagelive-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for publish-with-pagelive

README.md
[![agentmods](https://agentmods.dev/badge/skills/pagelive/pagelive-mcp/publish-with-pagelive/github.svg)](https://agentmods.dev/skills/pagelive/pagelive-mcp/publish-with-pagelive)
Your own site
<a href="https://agentmods.dev/skills/pagelive/pagelive-mcp/publish-with-pagelive"><img src="https://agentmods.dev/badge/skills/pagelive/pagelive-mcp/publish-with-pagelive/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for publish-with-pagelive

Your own site · 80×15
<a href="https://agentmods.dev/skills/pagelive/pagelive-mcp/publish-with-pagelive"><img src="https://agentmods.dev/badge/skills/pagelive/pagelive-mcp/publish-with-pagelive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,399 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.02399
Opus 5 $0.00063 $0.01200
Sonnet 5 $0.00025 $0.00480
Haiku 4.5 $0.00013 $0.00240

Measured 12d ago against content hash 2cdb4b141e49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

publish-with-pagelive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/publish-with-pagelive/SKILL.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Publish with Pagelive

Pagelive is a hosted MCP connector (io.pagelive/pagelive, remote at https://app.pagelive.io/api/mcp, OAuth or API-key auth) that turns HTML into a private, shareable, view-tracked link. Reach for it whenever the user wants to send something they built — not just see it in the conversation.

Pages are served from an isolated content plane (pagelive.site, or a connected custom domain), are noindex and private by default, can be password-gated, carry a small "Made with Pagelive" badge, and keep a version history (every publish/update is a new version; the link never changes).

When to use

  • "Publish this / make a shareable link / host this page." → publish_page
  • "Update that page / change X but keep the same link." → update_page
  • "Who opened it? How many views?" → get_page_stats
  • "What have I published? Which got views?" → list_pages
  • "Did anyone reply to the form?" → list_form_submissions
  • Publishing into a team or on a custom domain → list_workspaces / list_domains first.

Core workflow

  1. Publish with publish_page (full HTML). You get back a live url + slug. Give the user the URL plainly — it's stable.
  2. Revise with update_page — prefer edits (send only the changed regions), not a full resend. The URL never changes.
  3. Report results with get_page_stats (opens) and list_form_submissions (replies). Only report what the tools actually return — never invent numbers.

Tool reference

publish_page — create or replace a page

Param Required Notes
html A complete HTML document (<!doctype html>…). This is the page.
title Dashboard label only (≤200 chars). Not shown on the page.
password Gates the page behind a password. Free = 1 protected page; paid = unlimited.
slug Two meanings — see below.
workspace Team id/slug from list_workspaces. Omit = your personal workspace.
domain A connected, active custom-domain hostname from list_domains. Paid only, and the domain must belong to the chosen workspace. Omit = pagelive.site.

Read the full file on GitHub · 154 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 154 lines · 127 tokens per session scan A 2cdb4b141e49

Subscribe to this mod's changes

publish-with-pagelive is a skill published in the GitHub repository Pagelive/pagelive-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 127 tokens to every session and 2,399 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.