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.
npx skills add TheMattBerman/landing-page-factory --skill landing-page-factory-orchestratorgit clone --depth 1 https://github.com/TheMattBerman/landing-page-factoryWrote 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.
[](https://agentmods.dev/skills/themattberman/landing-page-factory/landing-page-factory-orchestrator)<a href="https://agentmods.dev/skills/themattberman/landing-page-factory/landing-page-factory-orchestrator"><img src="https://agentmods.dev/badge/skills/themattberman/landing-page-factory/landing-page-factory-orchestrator/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.
<a href="https://agentmods.dev/skills/themattberman/landing-page-factory/landing-page-factory-orchestrator"><img src="https://agentmods.dev/badge/skills/themattberman/landing-page-factory/landing-page-factory-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.02420 |
| Opus 5 | $0.00023 | $0.01210 |
| Sonnet 5 | $0.00009 | $0.00484 |
| Haiku 4.5 | $0.00005 | $0.00242 |
Grade A, and why
landing-page-factory-orchestrator 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.
How it starts
The opening of the file, as written. The whole thing — 301 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Landing Page Factory Orchestrator
This is the control layer.
Use this skill when the request is about:
- building a full landing page pipeline
- creating one or more page variants
- rerunning selected stages after edits
- figuring out the right order of operations
- admin tasks around page package naming, artifact checks, cleanup, or memory logging
Do not replace the stage skills. This skill routes and supervises them.
What this skill owns
- request classification
- stage ordering
- artifact preflight checks
- hard-stop and downgrade enforcement
- page naming and variant naming
- deciding which stages must rerun after a change
- memory logging in
memory/YYYY-MM-DD.md
What this skill does not own
- extraction logic
- strategy logic
- copywriting logic
- image-generation logic
- HTML build logic
- QA scoring itself
Those belong to:
site-extractpage-strategybrand-profilepage-copypage-visualspage-buildpage-qa
Request classification
Route every request into one of these modes first.
1. Full pipeline
Examples:
- "Build me a landing page for https://example.com"
- "Run the whole thing for this brand"
Run in order:
site-extractpage-strategybrand-profilepage-copypage-visualspage-buildpage-qa
2. Variant pipeline
Examples:
- "Make a version for enterprise buyers"
- "Build three angle variants"
Use the existing brand artifacts if available. Create a new page package per variant and rerun:
page-strategypage-copypage-visualspage-buildpage-qa
Rerun site-extract or brand-profile only if source facts changed or the current brand artifacts are missing or weak.
3. Stage rerun
Examples:
- "Rebuild visuals only"
- "Run QA again"
- "Update copy after strategy changes"
Only rerun the minimum necessary downstream stages.
Dependency rules:
- strategy changed → rerun copy, visuals, build, qa
- brand profile changed → rerun copy, visuals, build, qa
- copy changed → rerun build, qa
- visuals changed → rerun build, qa
- build changed → rerun qa
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 301 lines · 47 tokens per session scan A 87ac83ef6070
landing-page-factory-orchestrator is a skill published in the GitHub repository TheMattBerman/landing-page-factory (40 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 2,420 once invoked, about $0.0002 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-30.
Other skills, from other repositories
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
add-resend
Add Resend (email) channel integration via Chat SDK.
add-macos-statusbar
Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.