1c-role-info

Analyze 1C role rights from Rights.xml into a paginated summary report.

40|11|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-role-info-desko77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-role-info
Source: https://github.com/Desko77/claude-code-skills-1c/tree/main/skills/1c-role-info
Command: npx skills add https://github.com/Desko77/claude-code-skills-1c --skill 1c-role-info-desko77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, and includes scripts (resource) components.

What problem does it solve?

It provides a compact, readable summary of 1C role permissions from Rights.xml, enabling quick auditing and comparison of access.

Core Features & Use Cases

  • Parses Rights.xml for a 1C role and groups permissions by object type (e.g., Catalog, Document, InformationRegister).
  • Shows only granted rights by default, with an option to reveal denied rights and to include RLS indicators and restriction templates.
  • Supports auditing, reporting, and quick role-compatibility checks across multiple roles.

Quick Start

Provide the rights XML path to the analyzer to generate a concise role-permission summary.

Frequently Asked Questions about 1c-role-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit 1C role permissions from Rights.xml?

Audit 1C role permissions by providing the Rights.xml file path to generate a compact summary that groups rights by object type, enabling quick access checks and reporting.

Can I see denied rights and RLS restrictions in a 1C role audit?

Yes, while the default audit shows only granted rights, you can enable options to reveal denied rights and include RLS indicators with restriction templates in the report.

What is the best way to compare access rights across multiple 1C roles?

The best way to compare access rights across 1C roles is to run the analyzer on multiple Rights.xml files to produce structured, paginated reports for quick role-compatibility checks.

How do I parse 1C role metadata for a quick permissions report?

Parse 1C role metadata by feeding the Rights.xml file into the analyzer, which extracts optional metadata and outputs a concise, structured role-permission summary.

Does the 1C role rights analyzer require lxml to parse Rights.xml?

Yes, the 1C role rights analyzer requires the lxml dependency to parse Rights.xml files and generate its structured permission reports.

Can I redirect the output of a 1C rights.xml audit to a file?

Yes, the 1C Rights.xml audit supports output redirection, allowing you to save the generated structured permission report for later review or comparison.