Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Desko77/claude-code-skills-1cnpx agentmods add skills/desko77/claude-code-skills-1c/1c-ssl-patternsWrote 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/desko77/claude-code-skills-1c/1c-ssl-patterns)<a href="https://agentmods.dev/skills/desko77/claude-code-skills-1c/1c-ssl-patterns"><img src="https://agentmods.dev/badge/skills/desko77/claude-code-skills-1c/1c-ssl-patterns/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/desko77/claude-code-skills-1c/1c-ssl-patterns"><img src="https://agentmods.dev/badge/skills/desko77/claude-code-skills-1c/1c-ssl-patterns.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.00177 | $0.02076 |
| Opus 5 | $0.00088 | $0.01038 |
| Sonnet 5 | $0.00035 | $0.00415 |
| Haiku 4.5 | $0.00018 | $0.00208 |
Grade A, and why
1c-ssl-patterns 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- 1c-ssl-patterns — 100% identical, 22 lines differ
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Прикладные сценарии БСП
Справочник отвечает на вопрос КАК ПРИМЕНЯТЬ механизм библиотеки. На вопросы
существует ли вызов, какая у него сигнатура и в каком контексте он доступен
отвечает другой скил - 1c-bsp-api.
Разделение точек входа:
| Вопрос | Скил |
|---|---|
| как сделать X через БСП, каким механизмом, в каком порядке | этот |
| какая сигнатура, существует ли вызов, серверный он или клиентский | 1c-bsp-api |
| как зарегистрировать свою обработку или команду в библиотеке | 1c-bsp-command, 1c-bsp-registration |
Разведение по триггерам не означает взаимного исключения: прикладной сценарий
ДОЛЖЕН проверять вызовы через 1c-bsp-api, и это часть работы, а не переход к
другому скилу.
Порядок работы
-
Определи МЕХАНИЗМ задачи и возьми справочник по таблице ниже. Грузится один справочник НА МЕХАНИЗМ: задача из трех механизмов законно требует трех. Справочник "на всякий случай" не грузится.
-
Внутри справочника найди сценарий по заголовку
###и прочитай его диапазоном. Файл целиком не загружается. -
Проверь каждый вызов перед тем, как его написать. Имена в БСП длинные и составные, поэтому выдумка выглядит как настоящее имя:
python skills/1c-bsp-api/scripts/bsp-api.py check РегламентныеЗаданияСервер.НайтиЗаданияПроверка сообщает и об устаревании, а не только о существовании. Код возврата 1, если вызова нет.
-
Сценария нет в справочниках - искать по теме через
ssl_searchсервера1c-mcp_ssl_server, затем подтверждать найденное проверкой из пункта 3. MCP судит по документации и называет методы, которых в этой версии нет.
При расхождении источников прав тот, что ближе к поставке: исходник модуля
старше справочника 1c-bsp-api, справочник старше MCP.
Справочники по механизмам
| Механизм и ключевые слова | Файл |
|---|---|
| реквизит объекта без чтения объекта, сообщение пользователю, коллекции, безопасный режим, режим работы базы | references/base-functionality.md |
| задание по расписанию, планировщик, включить и выключить задание, расписание | references/scheduled-jobs.md |
| текущий пользователь, полнота прав, внешний пользователь, учетная запись базы | references/users.md |
| право на запись, роль, профиль группы доступа, наборы значений доступа, пересчет прав | references/access-management.md |
| печать, печатная форма, команда печати, макет, менеджер печати | references/printing.md |
| присоединенный файл, вложение, том хранения, сканирование, открыть файл | references/attached-files.md |
| обработчик обновления, переход на новую версию, отложенное обновление, версия ИБ | references/infobase-update.md |
| установка обновления, поиск обновлений, резервная копия перед обновлением | references/configuration-update.md |
| вариант отчета, размещение отчета в разделах, команда отчета на форме | references/report-variants.md |
| внешняя обработка, дополнительный отчет, внешняя печатная форма, подключить обработку | references/external-reports-processors.md |
| команда на форме от другой подсистемы, размещение команд, обновление команд после записи | references/attachable-commands.md |
| дополнительный реквизит, дополнительное сведение, набор свойств, метки | references/additional-properties.md |
| запрет правки поля после проведения, разблокировка реквизитов на форме | references/attribute-locking.md |
| закрытый период, дата запрета изменения, запрет загрузки данных | references/period-end-closing.md |
| история изменений объекта, версия объекта, откат к прежней версии | references/object-versioning.md |
| префикс номера, префикс базы, префикс организации, номер на печать | references/object-prefixes.md |
| синхронизация баз, узел обмена, регистрация изменений, универсальный формат | references/data-exchange.md |
| адрес, телефон, почта объекта, вид контактной информации | references/contact-information.md |
| отправить письмо, загрузить входящие, учетная запись почты, небезопасный HTML | references/email.md |
| дубли элементов, замена на оригинал, удаление помеченных, ссылочная целостность | references/duplicates-and-deletion.md |
| подписать объект, сертификат, штамп подписи в печатной форме | references/digital-signature.md |
| доверенность ФНС, облачная подпись DSS, мобильная подпись | references/signature-services.md |
| задача, бизнес-процесс, адресация по роли, отложенный старт | references/business-processes.md |
| данные на нескольких языках, подстановка языка в запрос | references/multilanguage.md |
| шаблон письма, подстановка данных объекта, получатели по шаблону | references/message-templates.md |
| персональные данные, согласие субъекта, срок уничтожения | references/personal-data.md |
| курс валюты, сумма прописью, банк по БИК, рабочие даты по графику и календарю | references/currencies-banks-calendars.md |
| регион по коду, коды адреса, адресный реестр | references/address-classifier.md |
| загрузка из файла в справочник, групповое изменение, выгрузка в файлы, структура подчиненности | references/bulk-data-operations.md |
| напоминание, заметка, текущие дела, письма и звонки контакту | references/user-workplace.md |
| загрузка по сети и прокси, SMS, штрихкод, внешняя компонента | references/integration-basics.md |
| проверка корректности данных, регистр проблем, рассылка отчетов по расписанию | references/accounting-checks-and-reports.md |
| состояние бумажного оригинала, склонение по падежам, конструктор формул | references/document-workflow-extras.md |
| публикация OData, сообщение при запуске, отчет о движениях, ручной порядок в списке | references/extension-points.md |
| сведения об организации, ответственные лица, форма настроек программы | references/organizations-and-settings.md |
| завершение сеансов, безопасный режим и разрешения, журнал действий, резервная копия | references/administration.md |
| замер ключевой операции, статистика использования, полнотекстовый поиск, итоги | references/monitoring-and-search.md |
| модель сервиса и разделение данных, обсуждения, анкетирование | references/service-model-and-collaboration.md |
What ships with it
39 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.
- evals/evals.json 4.7 KB
- references/access-management.md 11 KB
- references/accounting-checks-and-reports.md 7.2 KB
- references/additional-properties.md 8.6 KB
- references/address-classifier.md 4.4 KB
- references/administration.md 7.9 KB
- references/attachable-commands.md 9.0 KB
- references/attached-files.md 12 KB
- references/attribute-locking.md 8.4 KB
- references/base-functionality.md 12 KB
- references/bulk-data-operations.md 8.1 KB
- references/business-processes.md 6.1 KB
- references/configuration-update.md 5.6 KB
- references/contact-information.md 6.4 KB
- references/currencies-banks-calendars.md 8.5 KB
- references/data-exchange.md 7.7 KB
- references/digital-signature.md 6.0 KB
- references/document-workflow-extras.md 7.4 KB
- references/duplicates-and-deletion.md 7.6 KB
- references/email.md 5.5 KB
- references/extension-points.md 7.7 KB
- references/external-reports-processors.md 7.0 KB
- references/infobase-update.md 13 KB
- references/integration-basics.md 7.2 KB
- references/message-templates.md 4.9 KB
- references/monitoring-and-search.md 7.2 KB
- references/multilanguage.md 5.6 KB
- references/object-prefixes.md 11 KB
- references/object-versioning.md 9.7 KB
- references/organizations-and-settings.md 4.8 KB
- references/period-end-closing.md 9.8 KB
- references/personal-data.md 5.8 KB
- references/printing.md 12 KB
- references/report-variants.md 7.2 KB
- references/scheduled-jobs.md 15 KB
- references/service-model-and-collaboration.md 6.4 KB
- references/signature-services.md 5.2 KB
- references/user-workplace.md 6.9 KB
- references/users.md 11 KB
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 · 109 lines · 177 tokens per session scan A fa4284111d96
1c-ssl-patterns is a skill published in the GitHub repository Desko77/claude-code-skills-1c (60 stars, last pushed 6d ago), licensed MIT. It adds 177 tokens to every session and 2,076 once invoked, about $0.0009 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-03.
Other skills, from other repositories
docx-from-sample
A document-building tool that creates a new DOCX file using an existing DOCX as its formatting template. DOCX is the file format used by Microsoft Word.
1c-bsp-registration
A helper for 1C external reports and processors that adds the function needed to register them in the Standard Subsystems Library (БСП). БСП is a set of reusable features for 1C configurations.
1c-cfe-patch-method
A tool for creating method interceptors in a 1C configuration extension. 1C is business software, and an interceptor can run code before, after, or instead of an inherited method.
claude-md-bootstrap
A project setup tool that creates or updates a CLAUDE.md file, which gives an AI coding agent project-specific instructions and background at the start of each session.
1c-meta-compile
A generator that creates 1C metadata objects from a JSON description. 1C is a platform for building business applications, and metadata defines objects such as directories, documents, registers, reports, and modules.
1c-mxl-info
A structure reader for 1C spreadsheet-layout files. It summarizes named regions, parameters, and column sets instead of showing the full XML.