landing-publish

landing-publish is a command for Claude Code from seite-sh/seite. It costs 0 tokens per session (1,419 once invoked), scanned A, original, MIT.

A command for publishing a landing-page file to the seite website as a page. It checks the file, its frontmatter (page settings written at the top), and whether the site builds correctly before deployment.

In plain words
What is it for?
Use it to publish files from content/pages/, deploy them, create draft pages, or publish pay-per-click landing pages that should not be indexed.
Why use it?
It removes the need to perform these publishing checks manually and helps prevent incomplete or broken pages from going live. Pages can also be kept as drafts or marked noindex so search engines do not list them.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to publish files from content/pages/, deploy them, create draft pages, or publish pay-per-click landing pages that should not be indexed.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/seite-sh/seite/landing-publish
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.

Clone the repo
git clone --depth 1 https://github.com/seite-sh/seite

Made for: Claude Code.

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 landing-publish

README.md
[![agentmods](https://agentmods.dev/badge/commands/seite-sh/seite/landing-publish/github.svg)](https://agentmods.dev/commands/seite-sh/seite/landing-publish)
Your own site
<a href="https://agentmods.dev/commands/seite-sh/seite/landing-publish"><img src="https://agentmods.dev/badge/commands/seite-sh/seite/landing-publish/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 landing-publish

Your own site · 80×15
<a href="https://agentmods.dev/commands/seite-sh/seite/landing-publish"><img src="https://agentmods.dev/badge/commands/seite-sh/seite/landing-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,419 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.00000 $0.01419
Opus 5 $0.00000 $0.00709
Sonnet 5 $0.00000 $0.00284
Haiku 4.5 $0.00000 $0.00142

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

Security

Grade A, and why

landing-publish 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 10d 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.

seite-sh/.claude/commands/landing-publish.md · 217 lines

How it starts

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

Landing Page Publish Command

Use this command to publish landing pages to the seite site as pages.

Usage

/landing-publish [file path] [options]

Options:

  • --noindex: Set robots: noindex in frontmatter (for PPC pages)
  • --draft: Keep as draft instead of publishing immediately

Examples:

  • /landing-publish content/pages/product-hosting-beginners.md
  • /landing-publish content/pages/free-trial-ppc.md --noindex
  • /landing-publish content/pages/pricing-comparison.md --draft

What This Command Does

  1. Validates the landing page file
  2. Checks landing page score (must be >=75)
  3. Verifies frontmatter format and required fields
  4. Runs seite build to verify it builds correctly
  5. Optionally deploys with seite deploy

Prerequisites

Before publishing, ensure:

  1. Landing page score is >=75 (run /landing-audit first)
  2. No critical issues remain
  3. All required frontmatter is present
  4. Content has been scrubbed for formatting artifacts

File Format Requirements

Landing page files must be in content/pages/ with proper seite frontmatter:

---
title: "Benefit-Focused Headline (50-60 chars)"
description: "Compelling meta description with primary keyword (150-160 chars)"
slug: page-slug
tags:
  - landing-page
  - target-keyword
image: /static/og-landing.png
extra:
  page_type: seo
  conversion_goal: trial
  target_keyword: "primary keyword"
---

[Content...]

Publishing Process

Step 1: Validation

Check file exists in content/pages/ and contains required frontmatter:

  • title (required)
  • description (required)
  • slug (required)
  • extra.target_keyword (required for SEO pages)
  • extra.page_type (seo or ppc)
  • extra.conversion_goal (trial, demo, or lead)

Step 2: Score Check

Run landing page scorer on the content:

  • If score < 75, abort publishing
  • Display current score and critical issues
  • Suggest running /landing-audit for full analysis

Step 3: Frontmatter Adjustments

  1. Ensure draft: true is removed (or set to false)
  2. If --noindex flag is set, add robots: noindex to frontmatter
  3. Verify description is 150-160 characters
  4. Verify title is 50-60 characters

Read the full file on GitHub · 217 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. 10d ago First seen · 217 lines · 0 tokens per session scan A c3c0cf4d6637

Subscribe to this mod's changes

landing-publish is a command published in the GitHub repository seite-sh/seite (20 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,419 tokens. 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-30.