Admin User Management

Manage admin-authorized user accounts, password verifiers, and session state.

5|Updated May 6, 2026
One-click install
npx skills add https://github.com/binary16labs/prime-silo --skill admin-user-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Admin User Management
Source: https://github.com/binary16labs/prime-silo/tree/main/app/L0/_admin/mod/_core/overlay_agent/ext/skills/admin-user-management
Command: npx skills add https://github.com/binary16labs/prime-silo --skill admin-user-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Admin User Management helps you create, update, and remove users and control their access by securely handling passwords, sessions, and group/admin membership in the layered Space Agent runtime.

Core Features & Use Cases

  • User lifecycle management: Create and update concrete user accounts, edit user metadata, and remove user roots.
  • Credential & session control: Generate fresh password verifiers and revoke active sessions safely.
  • Access and governance alignment: Ensure admin authority is enforced by checking the caller’s own admin status and updating related group membership using the admin group subtree.

Quick Start

Use this skill when a request asks you to create or remove a user, reset a password, revoke sessions, or change group/admin access through admin-authorized app-file edits.

Frequently Asked Questions about Admin User Management

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

FAQPage Schema
How do I reset user passwords and revoke active sessions in the Space Agent runtime?

To reset user passwords and revoke active sessions in the Space Agent runtime, you generate fresh password verifiers and clear session state. This process requires confirming your admin scope via self-info before safely writing to canonical logical user paths.

What is the best way to manage admin user accounts and group membership safely?

Managing admin user accounts and group membership safely involves creating, updating, and deleting users while enforcing admin boundaries. You must confirm admin authority by checking the caller's own admin status and aligning access using the admin group subtree.

Can I create new users and edit account metadata without direct database access?

Yes, you can create concrete user accounts and edit user metadata through admin-authorized app-file edits. This approach bypasses direct database access by writing changes to canonical logical user paths under L2 after verifying your admin scope.

Do I need to verify admin scope before changing a user's group access?

Yes, you must verify your admin scope via self-info before changing a user's group access. The system enforces admin boundaries by checking the caller's own admin status and updating related group membership using the admin group subtree.

Why does user deletion require checking the caller's own admin status?

User deletion requires checking the caller's own admin status to enforce admin boundaries and ensure safe access governance. This verification step prevents unauthorized modifications to canonical logical user paths under L2 in the layered Space Agent runtime.