ワンクリックで
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.