From 1c-skills
Parses 1C role Rights.xml into a compact summary: objects grouped by type, allowed rights, RLS restrictions. Use for role audit.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:role-info <RightsPath><RightsPath>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Парсит `Rights.xml` роли и выдаёт компактную сводку: объекты сгруппированы по типу, показаны только разрешённые права. Сжатие: тысячи строк XML → 50–150 строк текста.
Парсит Rights.xml роли и выдаёт компактную сводку: объекты сгруппированы по типу, показаны только разрешённые права. Сжатие: тысячи строк XML → 50–150 строк текста.
/role-info <RightsPath>
RightsPath — путь к файлу Rights.xml роли (обычно Roles/ИмяРоли/Ext/Rights.xml).
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/role-info.ps1" -RightsPath <path> -OutFile <output.txt>
| Параметр | Обязательный | Описание |
|---|---|---|
-RightsPath | да | Путь к Rights.xml |
-ShowDenied | нет | Показать запрещённые права (по умолчанию скрыты) |
-Limit | нет | Макс. строк вывода (по умолчанию 150). 0 = без ограничений |
-Offset | нет | Пропустить N строк — для пагинации (по умолчанию 0) |
-OutFile | нет | Записать результат в файл (UTF-8 BOM). Без этого — вывод в консоль |
Важно: Всегда используй -OutFile и читай результат через Read tool. Прямой вывод в консоль через bash ломает кириллицу.
Для большой роли при усечении вывода:
... -Offset 150 # пагинация: пропустить первые 150 строк
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyValidates 1C (Enterprise) role Rights.xml: XML format, namespace, global flags, object types, permission names, RLS constraints, and templates. Optionally checks role metadata (UUID, name, synonym).
Static reviews NetSuite role configurations, permission assignments, and Segregation-of-Duties design. Validates custom roles against standard baselines, resolves SDF permission codes, and flags SoD conflicts.
Resolves NetSuite SDF permission configurations: customrole XML, permkey/permlevel values, script deployment permissions, and least-privilege role design. Validates against bundled reference data.