high-end-website-design

high-end-website-design is a skill for Claude Code, Codex from MRWillisT/PullNexus. It costs 225 tokens per session (2,612 once invoked), scanned B, original, no licence file.

A production workflow for creating single-file HTML landing pages and presentation slides with AI-generated images and looping video backgrounds.

In plain words
What is it for?
Use it to produce high-end landing pages or presentation slides with generated visual backgrounds.
Why use it?
It brings the page, slide, still-image, and video work into one described workflow.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mrwillist/pullnexus/high-end-website-design
Any agent
npx skills add MRWillisT/PullNexus --skill high-end-website-design
Clone the repo
git clone --depth 1 https://github.com/MRWillisT/PullNexus

Made for: Claude Code, Codex.

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 high-end-website-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/mrwillist/pullnexus/high-end-website-design.svg)](https://agentmods.dev/skills/mrwillist/pullnexus/high-end-website-design)
Your own site
<a href="https://agentmods.dev/skills/mrwillist/pullnexus/high-end-website-design"><img src="https://agentmods.dev/badge/skills/mrwillist/pullnexus/high-end-website-design.svg" alt="Measured on agentmods" height="20"></a>
Per session 225 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,612 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.00225 $0.02612
Opus 5 $0.00112 $0.01306
Sonnet 5 $0.00045 $0.00522
Haiku 4.5 $0.00022 $0.00261

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

Security

Grade B, and why

high-end-website-design scanned grade B with 1 finding 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

const r = await fetch('https://uguu.se/upload', { method: 'POST', body: fd });
skills/high-end-website-design/SKILL.md · 198 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 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 · 198 lines · 225 tokens per session scan B 0f1817c59a02

Subscribe to this mod's changes

high-end-website-design is a skill published in the GitHub repository MRWillisT/PullNexus (7 stars, last pushed 4mo ago), with no licence file. It adds 225 tokens to every session and 2,612 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

code-review

Description: Обзор кода из чата: чек-лист (корректность, безопасность, читаемость, производительность), замечания с серьёзностью, без переписывания.

radif-ru/ai-multi-agent-system · 0 tokens

email-assistant

Разбор входящей почты (Яндекс, Gmail) из чата: список писем, чтение по uid, классификация и структурированный отчёт. Триггер — «какие письма», «разбери почту», «что нового на почте».

radif-ru/ai-multi-agent-system · 61 tokens

example-summary

Description: Кратко переформулирует длинный текст в саммари из 3–5 пунктов; срабатывает на просьбы «сократи», «выдели главное», «подытожь» при длине входа > 1000 символов.

radif-ru/ai-multi-agent-system · 0 tokens

email_draft

Черновик ответа на письмо: прочитать письмо, проанализировать контекст и сгенерировать структурированный черновик ответа. Триггер — «ответь на письмо», «напиши ответ», «подготовь черновик ответа».

radif-ru/ai-multi-agent-system · 57 tokens

weather

Получает текущую погоду, прогноз, температуру и осадки для города/локации через wttr.in. Триггер — запросы про погоду, дождь, прогноз на день/неделю, планирование поездки.

radif-ru/ai-multi-agent-system · 53 tokens

async-discipline

Async-дисциплина проекта: весь I/O через await, никаких requests/time.sleep, синхронные либы через asyncio.tothread, общие клиенты.

radif-ru/ai-multi-agent-system · 38 tokens