원클릭으로
admin-user-management
Admin-only router skill for users, groups, passwords, and account storage in the layered Space Agent runtime.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Admin-only router skill for users, groups, passwords, and account storage in the layered Space Agent runtime.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read the supplemental project documentation module
Frontend development router. Load deeper skills before editing
Use the frontend API surface correctly for app files, discovery, identity, and permission-aware browser data access.
Inspect, navigate, and interact with open browser surfaces through space.browser
Open or close stand-alone browser windows
Editable frontend runtime rules for framework pages, stores, shared runtime namespaces, and reusable visual patterns.
| name | Admin User Management |
| description | Admin-only router skill for users, groups, passwords, and account storage in the layered Space Agent runtime. |
| metadata | {"when":{"tags":["agent"]}} |
Use this skill when the user asks to create or remove users, reset passwords, revoke sessions, manage groups, explain admin membership, or describe where account data is stored.
This skill is shipped from L0/_admin/..., so if you can see it you are already in an admin-readable scope. Still confirm with await space.api.userSelfInfo() before making changes and make sure groups.includes("_admin") is true.
admin-user-management/users
Load for user roots, user.yaml, password.json, logins.json, password resets, session revocation, and guest-account notes.admin-user-management/groups
Load for group.yaml, special groups, membership inheritance, manager inheritance, and how _admin access is granted.await space.skills.load("admin-user-management/users")await space.skills.load("admin-user-management/groups") if the task also changes group membership or admin accessawait space.skills.load("admin-user-management/groups")await space.skills.load("admin-user-management/users") if the task also creates or removes concrete usersL1/team-red/group.yaml or L2/alice/user.yaml, not disk paths.L0 is firmware and not writable from browser file APIs, even for admins.password_generate.