Borrowing it
Nothing to install: this file belongs to vuluu2k/webcake-landing-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/vuluu2k/webcake-landing-mcp/main/.claude/skills/webcake-landing/SKILL.mdgit clone --depth 1 https://github.com/vuluu2k/webcake-landing-mcpWrote 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/vuluu2k/webcake-landing-mcp/webcake-landing)<a href="https://agentmods.dev/skills/vuluu2k/webcake-landing-mcp/webcake-landing"><img src="https://agentmods.dev/badge/skills/vuluu2k/webcake-landing-mcp/webcake-landing/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/vuluu2k/webcake-landing-mcp/webcake-landing"><img src="https://agentmods.dev/badge/skills/vuluu2k/webcake-landing-mcp/webcake-landing.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.00056 | $0.07010 |
| Opus 5 | $0.00028 | $0.03505 |
| Sonnet 5 | $0.00011 | $0.01402 |
| Haiku 4.5 | $0.00006 | $0.00701 |
Grade A, and why
webcake-landing 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 11d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
webcake-landing — generate & edit Webcake landing pages
Workflow + rules for using the webcake-landing MCP to build a complete Webcake
page_sourcefrom a brief, and to edit existing pages. The same rules are served at runtime via the serverinstructions(src/domains/landing/instructions.ts) — this skill is the long form.
Tools (21)
Reference/validation (no backend/env needed):
get_generation_guide, list_elements, get_element, new_element,
new_page_skeleton, get_page_schema, validate_page, layout (exact
centering/row/grid/stack coordinates for BOTH breakpoints — call it instead of
hand-computing left/top; row/grid auto-stack on mobile).
Media (works out of the box; no Webcake credentials required for either tool):
search_images — real stock photos, ONLY for image slots with NO source image (nothing supplied by the user, nothing in the reference HTML/URL); returns hotlinkable URLs (src.large hero, src.medium card) to drop into an image element's specials.src. Works out of the box via a shared proxy; optional own key via PEXELS_API_KEY env / x-pexels-key header — free at https://www.pexels.com/api/. On ok:false (or no fitting photo) → find a real image yourself via web search/fetch and re-host it with upload_images; https://placehold.co/<w>x<h> is the LAST resort only after both fail.
get_icon_svg — resolve icon-font NAMES (ms:<name> Material Symbols, fa:<name> Font Awesome — the block.icon values from ingest, or a bare/Iconify name) into real inline <svg> via the Iconify API, so a clone reproduces a reference's icons (esp. Google Stitch, which uses an icon-font class) exactly and self-contained. Material Symbols resolve to the OUTLINED variant (filled fallback). Render each svg as Webcake's native icon — a rectangle: put it in BOTH responsive.{desktop,mobile}.config.svgMask, set styles.background to the icon color, and keep the box SQUARE (the svg is a MASK so it's BLANK without a background and stretched if the box isn't square; validate_page warns on each). No creds.
upload_images — converts external image URLs (from ingest_html/ingest_url results), data: URIs, or local file paths from the user's machine (/abs/path.jpg, ~/Pictures/logo.png, file:///…, C:\…) into Webcake-hosted URLs (statics.pancake.vn) for use in specials.src. Pass local paths directly in urls — NEVER upload a user's local file to a third-party host (catbox, imgur, transfer.sh…) to obtain a URL first. Reference images are the user's assets: use this for BOTH intents (adapt AND clone) whenever the page is built from a reference HTML/URL, whenever the user provides image URLs, or whenever the user provides local image files — never swap them for stock photos. Uses multipart upload (200 MB backend limit). Batch: up to 20 entries/call in parallel. No Webcake creds needed. FILES INTO THE USER'S MEDIA COLLECTION ("bộ sưu tập"): with Webcake creds AND a resolved org it uploads through the editor's own media-picker route, which creates the Asset record so the image is re-pickable in the editor (each images[<original>] reports collection:true + asset_id; top level adds collection_uploads / collection_org_id / collection_note). THE ORG IS REQUIRED for a collection upload and must be the SAME org the page is created in — settle it during INTAKE, before any image work (see the workflow below), never mid-build. organization_id explicit / WEBCAKE_ORG_ID / x-webcake-org-id win; exactly ONE org auto-selects; with 2+ orgs and none chosen the call returns ok:false + reason:"organization_required" and the org list — re-call with organization_id (same contract as create_page; it no longer falls back to a personal collection). Only a MISSING JWT falls back to the public CDN endpoint (collection:false) exactly as before — URLs work and the page renders, there's just no Asset row. Optional in_folder (a specific sub-folder; overrides the resolved org root; ignored on the public fallback). UPLOADS BY DEFAULT (dry_run defaults to false): wait for the images map, then put each images[<original>].url into every element that used <original>. NOTE: for reference/web image URLs you usually DON'T need this — the save itself auto-hosts any external image URL left in the source, taking the same collection path (see below). The cases that still need upload_images are a user's LOCAL FILE PATH (the save can't read local files) and filing into a specific collection folder via in_folder. Pass dry_run:true only for an explicit no-op preview (local paths: reports file existence and size).
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.
- 11d ago First seen · 126 lines · 56 tokens per session scan A 3306f2487cc8
webcake-landing is a skill published in the GitHub repository vuluu2k/webcake-landing-mcp (5 stars, last pushed 17d ago), licensed MIT. It adds 56 tokens to every session and 7,010 once invoked, about $0.0003 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.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
visual-ralph
Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.
frontend-visual-qa
Audits already-rendered web, landing-page, HTML deck/slide, browser tool/game, dashboard/admin, design-system, and desktop UIs using real-browser or native-app journeys, inspected screenshots, DOM geometry, responsive or projection viewports, and a bundled Playwright sweep. Use after UI implementation to find…
prototype-web
A clickable, high-fidelity web product prototype with navigation, a hero section, feature cards, steps, social proof, and optional pricing. It is designed to resemble a finished landing page while remaining a prototype.
animation-principles
Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.
refactoring-ui
Audit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off" (or amateur/unprofessional), "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent…