create-rbac

Automate RBAC setup for DaaS applications with roles, policies, and dynamic filters.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-rbac
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-rbac
Source: https://github.com/Alif-N/fe-sima-arome/tree/main/.agents/skills/create-rbac
Command: npx skills add https://github.com/Alif-N/fe-sima-arome --skill create-rbac

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup of complete role-based access control (RBAC) for DaaS applications, streamlining the process of assigning roles, policies, permissions, access entries, and dynamic filters.

Core Features & Use Cases

  • Role Management: Create and manage roles with specific permissions and scope configurations.
  • Policy Creation: Define policies that link roles to specific permissions and collections.
  • Access Configuration: Set up access entries to assign policies to roles or users.
  • Dynamic Filters: Support for patterns like own_items, role_hierarchy, and public_read.
  • Multi-tenancy: Handle scope-aware role assignment for multi-tenant environments.
  • Use Case: Use this Skill to ensure secure access control for your DaaS applications, managing access for different user roles and scenarios.

Quick Start

Use the create-rbac skill to set up role-based access control for your DaaS application.

Frequently Asked Questions about create-rbac

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

FAQPage Schema
How do I set up role-based access control for a DaaS application?

This approach automates role creation, policy definition, access assignment, and dynamic filtering for DaaS applications. It streamlines the process of assigning secure permissions and managing access entries across different user roles.

What is dynamic filtering in RBAC systems?

Dynamic filtering in RBAC systems supports patterns like own_items, role_hierarchy, and public_read. These patterns allow policies to dynamically scope data access based on user relationships and hierarchical role levels.

Can I handle multi-tenancy and scope-aware role assignment in DaaS?

Yes, you can handle multi-tenancy in DaaS through scope-aware role assignment. This allows you to create and manage roles with specific permissions and scope configurations tailored for isolated multi-tenant environments.

Do I need knowledge of DaaS MCP tools to configure access policies?

Yes, configuring access policies requires knowledge of DaaS MCP tools and RBAC concepts. You need this foundational understanding to define policies that link roles to specific permissions and collections effectively.

What's the best way to link permissions to collections in an access control system?

The best way to link permissions to collections is through policy creation. Policies define the relationships between roles and specific permissions, allowing you to set up access entries that assign these policies to roles or users.