admin-user-crud

Manage user accounts, sessions, and audit logs in an admin interface.

Updated May 13, 2026
One-click install
npx skills add https://github.com/dloschiavo/orca --skill admin-user-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: admin-user-crud
Source: https://github.com/dloschiavo/orca/tree/main/recipe/admin-user-crud
Command: npx skills add https://github.com/dloschiavo/orca --skill admin-user-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires admin-routing, otp-auth, admin-only-notus, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a complete solution for managing users in an admin interface, covering CRUD operations, session management, and audit logging, making it easy to handle user management efficiently.

Core Features & Use Cases

  • CRUD Operations: List, view, edit, and delete user accounts.
  • Session Management: Inspect and revoke user sessions.
  • Audit Logging: Maintain a detailed audit log of all user-related actions.
  • Use Case: Ideal for scenarios where an admin needs to manage user accounts, including creating new users, updating roles, and tracking all user activities.

Quick Start

To list all users, use the command: 'admin-user-crud list'.

Frequently Asked Questions about admin-user-crud

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

FAQPage Schema
How do I manage user accounts and perform CRUD operations in an admin interface?

User management in an admin interface requires handling CRUD operations to list, view, edit, and delete user accounts. This Skill provides comprehensive capabilities to manage users efficiently, including role updates and account creation.

How does session management work for admin users?

Session management allows administrators to inspect active user sessions and revoke them when necessary. This Skill supports session revocation directly within the admin interface to maintain security and control over active accounts.

What is audit logging for user-related actions and why do I need it?

Audit logging maintains a detailed record of all user-related actions performed in the admin interface. It tracks CRUD operations and session changes, providing accountability and visibility into user account modifications.

Do I need an authentication system to use this user management Skill?

Yes, this Skill requires an environment with access to the relevant authentication system. It also depends on admin-routing, otp-auth, and admin-only-notus to enforce role-based access control.

Can I enforce role-based access control when managing user accounts?

Yes, this Skill supports role-based access control within the admin interface. Administrators can update user roles and manage permissions while all actions are tracked in the audit log.

What's the best way to list all users in an admin interface?

To list all users, use the command 'admin-user-crud list'. This provides a comprehensive view of user accounts within the admin interface, enabling efficient user management.