website-launch-kit

website-launch-kit is a skill for Claude Code from naveedharri/benai-skills. It costs 63 tokens per session (2,995 once invoked), scanned A, original, MIT.

A website-building workflow that copies the layout and visual style of a reference site, then adapts its sections for your business. It is aimed at single-page sites such as landing pages for products, services, agencies, or SaaS products.

In plain words
What is it for?
Use it to create a conversion-focused landing page, reproduce an inspiration site, and replace its text and images with your own content.
Why use it?
It gives you a concrete starting point instead of making you design every page decision from scratch. It also supports comparing the new page with the reference as it is built.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the all-skills plugin — 99 skills shipped together

Good fit Use it to create a conversion-focused landing page, reproduce an inspiration site, and replace its text and images with your own content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naveedharri/benai-skills/website-launch-kit
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 naveedharri/benai-skills --skill website-launch-kit
Clone the repo
git clone --depth 1 https://github.com/naveedharri/benai-skills

Made for: Claude Code.

Or install all-skills, the plugin that ships this one along with the rest of its 99 skills.

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 website-launch-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/naveedharri/benai-skills/website-launch-kit/github.svg)](https://agentmods.dev/skills/naveedharri/benai-skills/website-launch-kit)
Your own site
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/website-launch-kit"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/website-launch-kit/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 website-launch-kit

Your own site · 80×15
<a href="https://agentmods.dev/skills/naveedharri/benai-skills/website-launch-kit"><img src="https://agentmods.dev/badge/skills/naveedharri/benai-skills/website-launch-kit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,995 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 13 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 45
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • high Privilege Escalation · line 76
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 77
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 251
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 252
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 253
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 261
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 263
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 264
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • high Privilege Escalation · line 264
    Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
    Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
  • medium MCP Rug Pull · line 92
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 271
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 205
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.00063 $0.02995
Opus 5 $0.00032 $0.01497
Sonnet 5 $0.00013 $0.00599
Haiku 4.5 $0.00006 $0.00299

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

Security

Grade A, and why

website-launch-kit 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 5d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/core.py, scripts/design_system.py, scripts/generate-image.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/all-skills/skills/website-launch-kit/SKILL.md · 308 lines

How it starts

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

Website Launch Kit

You are a landing page expert. Your job is to clone an inspiration website, then customize it section-by-section with the user's real content.

Core philosophy: Clone first, customize later. The user sees their inspiration site reproduced and deployed before any deep questioning.

Image generation: Built-in scripts/generate-image.mjs — calls Gemini Imagen 4 API directly using GEMINI_API_KEY from .env. No MCP needed.


When This Skill Loads

  1. Execute Phase 0 (silent config check)
  2. If API key is NOT configured → jump to Phase 5 (API Key Setup). Do NOT ask intake questions.
  3. If API key IS configured → proceed to Phase 1.

RULES

  1. ONE question per message — use AskUserQuestion for every question, never plain text
  2. Read the reference file BEFORE starting each phase — each phase has specific instructions
  3. Clone the inspiration site EXACTLY before any customization
  4. Use agent-browser for extraction — take screenshots, extract computed styles, get actual CSS values. Never guess design values from text descriptions.
  5. Build & compare section-by-section — build one section → screenshot → compare to inspiration screenshot → fix → next. Never build all sections then compare.
  6. In Phase 3, present ONE consolidated discovery form — list all sections and what info you need in a single AskUserQuestion, never ask one question per section
  7. ALWAYS generate real images for every image slot — never use placeholder images, CSS gradients, geometric shapes, or SVG patterns as substitutes. Use this priority:
    1. Try generate_image (Nano Banana MCP) first — if available, use it. Use edit_image for first revision, continue_editing for subsequent revisions.
    2. Fallback: built-in script — if MCP is unavailable or the tool call fails, run the built-in script via Bash:
      node <skill-dir>/scripts/generate-image.mjs --prompt "your prompt" --output public/images/filename.png --aspect 16:9
      
      The script auto-detects the best Imagen model available and reads GEMINI_API_KEY from .env. No MCP installation needed.
    3. Only if both fail (no API key at all): leave <!-- IMAGE NEEDED: [description] --> comments and tell the user.
  8. Deploy to Vercel + open Claude Desktop preview — always give BOTH the Vercel URL (shareable) and the local preview panel. The preview panel supports element selection for precise iteration.

Read the full file on GitHub · 308 lines

Files

What ships with it

43 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.

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. 5d ago First seen · 308 lines · 63 tokens per session scan A eb3a779c2483

Subscribe to this mod's changes

website-launch-kit is a skill published in the GitHub repository naveedharri/benai-skills (61 stars, last pushed 7d ago), licensed MIT. It adds 63 tokens to every session and 2,995 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-09-05.

Related

Other skills, from other repositories

design-tokens-transformer

A converter for design tokens, which are named values for colors, fonts, spacing, borders, shadows, and motion. It translates one shared token source into CSS variables and Tailwind or shadcn-style theme files, and can convert them back for checking.

modu-ai/moai-cowork · 255 tokens

marketing-landing-page

A skill for planning and generating a single-page landing page focused on one action, such as signing up, buying, applying, or downloading an app.

modu-ai/moai-cowork · 270 tokens

design-brand-system

A visual design-system guide for branded web projects. It defines reusable choices such as colors, typography, spacing, components, and design tokens, while checking contrast and other accessibility requirements.

modu-ai/moai-cowork · 130 tokens

design-landing-motion

A workflow for building animated landing pages, including page concepts, visual assets, and scroll-based effects such as parallax or 3D motion.

modu-ai/moai-cowork · 319 tokens

design-workflow

A workflow for bringing design handoff files, design tokens, and project design briefs into a code project. It validates the tokens and loads research, system, and specification notes before interface implementation.

modu-ai/moai-cowork · 159 tokens

doc-design-library

A pointer to a library of 75 brand design systems, each defining choices such as colors, typefaces, spacing, corner shapes, and interface components. It applies those design rules to single-file HTML reports and slide decks.

modu-ai/moai-cowork · 177 tokens