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 naveedharri/benai-skills --skill website-launch-kitgit clone --depth 1 https://github.com/naveedharri/benai-skillsWrote 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/naveedharri/benai-skills/website-launch-kit)<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.
<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>- NVIDIA SkillSpector warn
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]
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.00063 | $0.02995 |
| Opus 5 | $0.00032 | $0.01497 |
| Sonnet 5 | $0.00013 | $0.00599 |
| Haiku 4.5 | $0.00006 | $0.00299 |
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.
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 — 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
- Execute Phase 0 (silent config check)
- If API key is NOT configured → jump to Phase 5 (API Key Setup). Do NOT ask intake questions.
- If API key IS configured → proceed to Phase 1.
RULES
- ONE question per message — use
AskUserQuestionfor every question, never plain text - Read the reference file BEFORE starting each phase — each phase has specific instructions
- Clone the inspiration site EXACTLY before any customization
- Use
agent-browserfor extraction — take screenshots, extract computed styles, get actual CSS values. Never guess design values from text descriptions. - Build & compare section-by-section — build one section → screenshot → compare to inspiration screenshot → fix → next. Never build all sections then compare.
- 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 - ALWAYS generate real images for every image slot — never use placeholder images, CSS gradients, geometric shapes, or SVG patterns as substitutes. Use this priority:
- Try
generate_image(Nano Banana MCP) first — if available, use it. Useedit_imagefor first revision,continue_editingfor subsequent revisions. - Fallback: built-in script — if MCP is unavailable or the tool call fails, run the built-in script via Bash:
The script auto-detects the best Imagen model available and readsnode <skill-dir>/scripts/generate-image.mjs --prompt "your prompt" --output public/images/filename.png --aspect 16:9GEMINI_API_KEYfrom.env. No MCP installation needed. - Only if both fail (no API key at all): leave
<!-- IMAGE NEEDED: [description] -->comments and tell the user.
- Try
- 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.
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.
- components/cta/cta-banner.tsx 2.0 KB
- components/cta/cta-centered.tsx 1.6 KB
- components/cta/cta-with-form.tsx 3.0 KB
- components/faq/faq-accordion.tsx 3.0 KB
- components/faq/faq-two-column.tsx 2.3 KB
- components/features/features-alternating.tsx 3.6 KB
- components/features/features-grid.tsx 3.0 KB
- components/features/features-icons.tsx 3.0 KB
- components/footer/footer-multi-column.tsx 2.9 KB
- components/footer/footer-simple.tsx 1.2 KB
- components/hero/hero-centered.tsx 2.8 KB
- components/hero/hero-gradient.tsx 3.0 KB
- components/hero/hero-split.tsx 3.5 KB
- components/logos/logos-bar.tsx 1.3 KB
- components/navbar/navbar-simple.tsx 2.6 KB
- components/pricing/pricing-simple.tsx 2.3 KB
- components/pricing/pricing-three-tier.tsx 4.0 KB
- components/pricing/pricing-two-tier.tsx 3.8 KB
- components/problem/problem-agitation.tsx 2.6 KB
- components/process/process-cards.tsx 2.6 KB
- components/process/process-numbered.tsx 2.7 KB
- components/section-registry.json 7.9 KB
- components/testimonials/testimonials-cards.tsx 3.4 KB
- components/testimonials/testimonials-featured.tsx 1.5 KB
- components/testimonials/testimonials-marquee.tsx 2.7 KB
- data/colors.csv 32 KB
- data/google-fonts.csv 728 KB
- data/icons.csv 20 KB
- data/landing.csv 16 KB
- data/products.csv 57 KB
- data/styles.csv 139 KB
- data/typography.csv 49 KB
- data/ui-reasoning.csv 52 KB
- data/ux-guidelines.csv 18 KB
- references/01-intake.md 4.7 KB
- references/02-clone.md 28 KB
- references/03-discovery.md 4.9 KB
- references/04-customize.md 5.1 KB
- references/05-quality-rules.md 4.2 KB
- scripts/core.py 11 KB runs code
- scripts/design_system.py 43 KB runs code
- scripts/generate-image.mjs 8.9 KB runs code
- scripts/search.py 5.4 KB runs code
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.
- 5d ago First seen · 308 lines · 63 tokens per session scan A eb3a779c2483
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.
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.
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.
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.
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.
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.
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.