一键导入
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.