sales-guide — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sales-guide (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Purpose: Onboarding and creation of product / portfolio guides from documents (docx, PDF, website). Fixed question checklist at start, vendor/product card template, final output as HTML/PDF. When: User wants to create a Sales Guide, Product Guide, Partner Catalog, or similar structured document from source materials. Output: Structured HTML/PDF guide with vendor/product cards, branded design, and contact information.
Ask all questions below in one message before starting work. Don't skip — they determine the entire document design.
Прежде чем начать, уточню несколько вещей:
1. АУДИТОРИЯ
Кто читатель? (ИТ-директор / менеджер по закупкам / технический специалист / продавец)
Знакомы ли они с темой?
2. ГЛУБИНА
Что важно для аудитории? (отметь нужное)
[ ] Боли и проблемы, которые решает продукт
[ ] Профиль ЛПР (кто принимает решение о покупке)
[ ] Регуляторика и compliance
[ ] Технические характеристики
[ ] Конкурентное сравнение
3. SCOPE ВЕНДОРОВ / ПРОДУКТОВ
Какие вендоры/продукты включить?
Есть ли источники: docx, PDF, URL сайта?
Нужно ли дополнить из открытых источников?
4. БРЕНДИНГ
Есть ли фирменные цвета (hex), логотип, шрифты?
Если нет — использовать нейтральный корпоративный стиль?
5. ФОРМАТ ВЫВОДА
[ ] HTML (для просмотра в браузере)
[ ] PDF через Ctrl+P / @media print
[ ] Оба варианта
Ориентация: A4 вертикально / горизонтально?
6. КОНТАКТЫ
Чьи контакты поставить в конце / на карточках?Wait for answers. Don't guess.
Based on Step 1 answers:
web-scraperextract-brand-paletteBuild vendor/product list with fields:
Propose structure before generating:
Предлагаемая структура гайда:
1. Обложка (название, компания, дата)
2. Введение (1 абзац — для кого и о чём)
3. Карточки вендоров/продуктов (N штук)
4. Сводная таблица сравнения (опционально)
5. Контакты
Подтвердить или изменить?Wait for confirmation.
Vendor card template:
<div class="vendor-card">
<div class="vendor-header">
<div class="vendor-logo">[LOGO or abbreviation]</div>
<div class="vendor-meta">
<h2 class="vendor-name">[Name]</h2>
<span class="vendor-category">[Category]</span>
</div>
</div>
<div class="vendor-body">
<div class="vendor-description">[Brief description — 2-3 sentences]</div>
<div class="pain-list">
<h3>Решаемые задачи</h3>
<ul>
<li>[pain 1]</li>
<li>[pain 2]</li>
<li>[pain 3]</li>
</ul>
</div>
<div class="vendor-table">
<table>
<tr><td>Ключевые продукты</td><td>[list]</td></tr>
<tr><td>Целевой заказчик</td><td>[decision-maker profile]</td></tr>
<tr><td>Сертификаты</td><td>[ФСТЭК / ФСБ / ISO etc.]</td></tr>
<tr><td>Сайт</td><td><a href="[url]">[domain]</a></td></tr>
</table>
</div>
</div>
</div>CSS variables (branding):
:root {
--brand-primary: [hex from Step 1 or #1c254f];
--brand-secondary: [hex or #38bdf8];
--bg: #f8f9fb;
--surface: #ffffff;
--text: #1a202c;
--muted: #64748b;
--r: 8px;
}@media print — always include:
@media print {
.vendor-card { page-break-inside: avoid; }
body { background: white; }
a { color: inherit; text-decoration: none; }
}Before delivery:
web-scraper first~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.