/role-info - анализ роли 1С
SkillDev toolsCompact summary of 1C role permissions from Rights.xml - objects, rights, RLS, restriction templates. Use for permission audits - which objects and actions are available, RLS restrictions
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the /role-info - анализ роли 1С skill
What this skill tells your AI
The instructions your AI receives, as published by desko77/cursor-1c-skills in skills/1c-role-info/SKILL.md and read by ahel’s review.
Парсит Rights.xml роли и выдает компактную сводку: объекты сгруппированы по типу, показаны только разрешенные права. Сжатие: тысячи строк XML → 50-150 строк текста.
Использование
/role-info <RightsPath>
RightsPath - путь к файлу Rights.xml роли (обычно Roles/ИмяРоли/Ext/Rights.xml).
Запуск скрипта
powershell.exe -NoProfile -File skills/1c-role-info/scripts/role-info.ps1 -RightsPath <path> -OutFile <output.txt>
Параметры
| Параметр | Обязательный | Описание |
|---|---|---|
-RightsPath | да | Путь к Rights.xml |
-ShowDenied | нет | Показать запрещенные права (по умолчанию скрыты) |
-Limit | нет | Макс. строк вывода (по умолчанию 150). 0 = без ограничений |
-Offset | нет | Пропустить N строк - для пагинации (по умолчанию 0) |
-OutFile | нет | Записать результат в файл (UTF-8 BOM). Без этого - вывод в консоль |
Важно: Всегда используй -OutFile и читай результат через . Прямой вывод в консоль через bash ломает кириллицу.
Для большой роли при усечении вывода:
... -Offset 150 # пагинация: пропустить первые 150 строк
Signals
- GitHub stars
- 57
- Forks
- 13
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
x-1c-role-info-desko77- Source
- github.com/desko77/cursor-1c-skills