gerenciar-usuarios

Manage user access and permissions within the DriClaw system.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/MaxServDev/DriClaw-Evolution-local --skill gerenciar-usuarios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gerenciar-usuarios
Source: https://github.com/MaxServDev/DriClaw-Evolution-local/tree/main/.agents/skills/gerenciar-usuarios
Command: npx skills add https://github.com/MaxServDev/DriClaw-Evolution-local --skill gerenciar-usuarios

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill specializes in administering access controls for the DriClaw system, enabling secure management of who can speak with DriClaw and what privileges they hold.

Core Features & Use Cases

  • Manage user accounts: add, remove, list, and update user roles and permissions.
  • Link LID to phone numbers: associate internal IDs with contact numbers for quick identity resolution.
  • Enforce governance: apply RBAC-like controls to ensure only authorized users gain admin privileges, with safe upsert behavior for LID associations.

Quick Start

Add a new user by providing a name and a phone number and choose whether to grant admin rights.

Frequently Asked Questions about gerenciar-usuarios

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

FAQPage Schema
How do I manage user access and permissions within the DriClaw system?

To manage user access within the DriClaw system, you can add, remove, list, and update user roles. The skill enforces secure RBAC-like controls to ensure only authorized users gain admin privileges.

How do I link an internal LID to a phone number for identity resolution?

Linking an internal LID to a phone number uses a safe upsert behavior to associate the internal ID with the contact number. This enables quick identity resolution for user access management.

Can I grant admin privileges when adding a new user?

Yes, you can grant admin privileges when adding a new user. You simply provide a name and a phone number, then choose whether to assign admin rights during the creation process.

Does user access management validate phone numbers during input?

Yes, user access management includes strict input validation for phone numbers. This ensures accurate data formatting before successfully linking a phone number to an internal LID.

What is the best way to enforce strict role assignment for user administration?

The best way to enforce strict role assignment is by applying RBAC-like access control rules. This governance ensures only authorized users can elevate privileges or modify user accounts securely.

Why does upserting LID associations matter for secure user administration?

Upserting LID associations matters because it safely updates or inserts internal ID links without creating duplicates. This maintains secure, scalable contact resolution and prevents data conflicts.