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 S3YED/appie-kit --skill weblyfe-landing-pagegit clone --depth 1 https://github.com/S3YED/appie-kitWrote 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/s3yed/appie-kit/weblyfe-landing-page)<a href="https://agentmods.dev/skills/s3yed/appie-kit/weblyfe-landing-page"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/weblyfe-landing-page/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/s3yed/appie-kit/weblyfe-landing-page"><img src="https://agentmods.dev/badge/skills/s3yed/appie-kit/weblyfe-landing-page.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.00055 | $0.04657 |
| Opus 5 | $0.00028 | $0.02329 |
| Sonnet 5 | $0.00011 | $0.00931 |
| Haiku 4.5 | $0.00006 | $0.00466 |
Grade A, and why
weblyfe-landing-page scanned grade A with 2 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 8d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
4. curl verify: 200 OK Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
11. **Vercel token gets masked in terminal** — `$VERCEL_TOKEN` and token values containing `vcp_` get masked to `***` in Hermes terminal output. The token IS stored correctly in `.env.secrets` but you can't use it direct How it starts
The opening of the file, as written. The whole thing — 349 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Weblyfe Landing Page Builder
Complete pipeline for building modern, conversion-optimized landing pages for Weblyfe clients.
Seyed's Design Preferences (NON-NEGOTIABLE)
These preferences were established through direct feedback and corrections:
- Light theme by default — white backgrounds, NOT dark mode. Dark is only for specific clients who explicitly request it.
- Use the client's original brand colors — extract from existing site or logo. Don't invent new palettes unless the client wants a rebrand.
- Lots of images — Unsplash photography throughout. Hero images, service cards, image strips, location photos. A bike shop needs bike photos. Be generous.
- Rich animations — Framer Motion everywhere: scroll reveals, parallax, floating badges, counter animations, image clip-path reveals, hover lifts. Make it feel alive but not childish.
- Brand style guide FIRST — Before writing any code, produce a style guide with: color system, typography, imagery direction, UI components, animation philosophy, section architecture. Get the vibe right before building.
- NO emoji overuse — Emojis only in chat, never in production code. Use SVG icons (Lucide, Heroicons).
- Clean, minimal aesthetic ("exaggerated minimalism") — white space is not wasted space.
- German clients need German precision — conservative but modern. Think Porsche/Audi design language, not TikTok trends.
Full Pipeline
Phase 0: Class the site correctly
Before designing, decide whether this is:
- a straight service landing page,
- a local business site,
- or a personal brand / creator ecosystem.
If it is a personal brand or creator site, do not force it into a single-page lead-gen shape. Map the authority ecosystem first.
Reference notes: references/personal-brand-site-research.md
Existing-project review example: references/nathan-nuyts-project-review.md covers a real Weblyfe personal-brand repo audit, including handoff-first reading, doc/code conflict handling, canonical-domain gotchas, placeholder asset detection, legal-link checks, and stubbed lead-capture risks.
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.
- 8d ago First seen · 349 lines · 55 tokens per session scan A 10cdca1bfc72
weblyfe-landing-page is a skill published in the GitHub repository S3YED/appie-kit (9 stars, last pushed 16d ago), licensed MIT. It adds 55 tokens to every session and 4,657 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
cache-components
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). PROACTIVE ACTIVATION: Use this skill automatically when working in Next.js projects that have cacheComponents: true in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best…
frontend-code-review
Trigger when the user requests a review of frontend files (e.g., .tsx, .ts, .js). Support both pending-change reviews and focused file reviews while applying the checklist rules.
clone-website
Reverse-engineer and clone a website in one shot — extracts assets, CSS, and content section-by-section and proactively dispatches parallel builder agents in worktrees as it goes. Use this whenever the user wants to clone, replicate, rebuild, reverse-engineer, or copy any website. Also triggers on phrases like "make a…
animation-patterns
Framer Motion patterns, page transitions, skeleton loading, scroll-linked animations, and gesture-based interactions for React.
accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization.
component-library-patterns
Design system token management, component API design, Storybook, and visual regression testing patterns.