user-permissions-manager

Automate user and permission management for ERP systems with RBAC and ABAC.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alabasi2025/manus-skills-library --skill user-permissions-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-permissions-manager
Source: https://github.com/alabasi2025/manus-skills-library/tree/main/security-management/user-permissions-manager
Command: npx skills add https://github.com/alabasi2025/manus-skills-library --skill user-permissions-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the management of users and permissions within ERP systems, enabling scalable access control, policy enforcement, and auditability across modules.

Core Features & Use Cases

  • RBAC and ABAC enforcement to govern who can access resources and perform actions.
  • Field-level and row-level permissions to secure data at the granularity needed for sensitive workflows.
  • Audit logging and session management to trace activity and enforce accountability.
  • Quick provisioning of roles, permissions, and integration points for ERP deployments.

Quick Start

Define your roles and resources in a permissions definition file and run the generator script to produce the necessary services, middleware, and seed data for your ERP security layer.

Frequently Asked Questions about user-permissions-manager

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

FAQPage Schema
How do I implement RBAC and ABAC for an ERP system?

Field-level and row-level permissions restrict data access at granular levels within ERP modules, ensuring that users only view or modify specific data fields and records required for their secure workflows.

How do I generate database schema and middleware for user access control?

Audit logging and session management trace user activity and enforce accountability across ERP modules by recording actions and managing active sessions to secure sensitive workflows.

Does this access control approach support field-level and row-level permissions?

Yes, this approach supports field-level and row-level permissions to secure ERP data at the exact granularity needed for sensitive workflows, governing precisely who can access specific resources and perform actions.

What is the best way to add audit logging and session management to an existing ERP project?

The best way to add audit logging and session management to an existing ERP project is to use an automated generator that provisions roles, permissions, and integration points directly within your current deployment.

How do I provision roles and permissions for quick ERP deployments?

You can quickly provision roles and permissions for ERP deployments by defining them in a permissions definition file, which generates the seed data and middleware needed for immediate policy enforcement.