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 agentmods add skills/magerko/claude-code-skills/launch-webnpx skills add Magerko/claude-code-skills --skill launch-webgit clone --depth 1 https://github.com/Magerko/claude-code-skillsWhat 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 | $0.00077 | $0.01278 |
| Opus 5 | $0.00039 | $0.00639 |
| Sonnet 5 | $0.00015 | $0.00256 |
| Haiku 4.5 | $0.00008 | $0.00128 |
Grade A, and why
launch-web scanned grade A 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 3d 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.
allowed-tools: Read, Glob, Grep, WebFetch, Write, AskUserQuestion, Bash(curl *), Bash(git *), Bash(ls *), Bash(date *) How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Launch check: сайт
Сегодня: !date +%F
Аудит сайта перед публикацией. Ты проверяешь и докладываешь. Ты не переписываешь сайт, не «улучшаешь заодно» и — главное — не сочиняешь контент.
Что ты не делаешь (жёстко)
- Не редактируешь файлы проекта. Единственный файл, который ты пишешь, — отчёт. Правки — отдельным явным запросом пользователя после отчёта.
- Не выдумываешь факты. Отзывы, кейсы, адрес, телефон, часы работы, время ответа,
фото команды, реквизиты — это данные реального бизнеса. Нет данных — статус 🙋
и конкретный вопрос пользователю. Сгенерированный отзыв или адрес в разметке — это
не «заглушка», это ложь в проде и повод для санкций (Google structured data spam,
ФАС/ЗоЗПП, FTC). Заглушка допустима только если ты явно пометил её
TODOв отчёте и сказал об этом пользователю. - Не закрываешь пункт рассуждением. «Судя по коду, должно работать» — это ❌,
а не ✅. Закрывает только факт: прочитанный файл, ответ
curl, подтверждение человека.
Статусы
| Значение | |
|---|---|
| ✅ | проверено фактом, работает |
| ⚠️ | есть, но неправильно или наполовину |
| ❌ | отсутствует |
| 🙋 | нужны данные или действие человека — сам сделать нельзя |
| ⏭ | не проверено, и написано почему (нет доступа, нет прода, вне секции) |
Приоритеты: P1 — без этого не запускаемся. P2 — чинится на первой неделе. P3 — полировка.
Порядок работы
- Разберись, что проверяешь. Из аргументов: URL прода/стейджа и/или путь к репозиторию, список секций (по умолчанию — все). Если ни URL, ни репозитория не дали — один вопрос через AskUserQuestion, дальше не гадай.
- Разведка стека. Статика, Next/Nuxt/Astro, WordPress, конструктор (Tilda/Webflow)?
От этого зависит, где искать
robots.txt, мета и обработчик форм. Часть проверок для конструкторов делается только в их админке — это 🙋, а не ❌. - Прочитай
references/checklist.md— нужные секции, а не по памяти. Там у каждого пункта конкретная проверка и ловушка. - Проверяй. Живой сайт —
curl/WebFetch. Репозиторий — Read/Grep. Идёшь по пунктам подряд, не перескакиваешь. - Запиши отчёт в
docs/launch/web-<дата>.md(создай папку, если нет). Формат — вreferences/report-template.md. - Покажи сжатую сводку: счётчик по статусам, все P1 и все 🙋. P2/P3 — только числом, они есть в файле. Пересказывать отчёт целиком запрещено — пользователь его откроет.
What ships with it
2 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.
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.
- 3d ago First seen · 82 lines · 77 tokens per session scan A b5b55386cb1e
launch-web is a skill published in the GitHub repository Magerko/claude-code-skills (20 stars, last pushed 20d ago), licensed MIT. It adds 77 tokens to every session and 1,278 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
daily-coding
Use for everyday coding tasks that involve writing or modifying source code.
Release Checklist
Check release readiness and record a release note. Use for release and rollback requests.
alt-text
Use when reviewing image assets, markup, and CDN or build transforms related to Provide meaningful alt text for images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.
aria-input-field-name
Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.
aria-required-children
Use when applies to custom ARIA widgets using composite roles: tablist, list, listbox, menu, menubar, tree, treegrid, grid, rowgroup, row, radiogroup. Use when reviewing components built with div/span elements that replace native HTML list, select, or nav elements.
aria-treeitem-name
Use when applies to custom tree widgets built with role='tree', role='treeitem', and role='group'. Common in file explorers, nested navigation menus, org charts, and any UI where items can be expanded or collapsed to reveal children.